STM8

提供: A-VEKT Wiki
ナビゲーションに移動 検索に移動
印刷用ページはサポート対象外です。表示エラーが発生する可能性があります。ブラウザのブックマークを更新し、印刷にはブラウザの印刷機能を使用してください。

STVD

  • ST Visual develop IDE for developing ST7 and STM8 applications

http://www.st.com/en/development-tools/stvd-stm8.html

  • Solution for gdi-error [40201] can't access configuration database

I) Try to run "C:\Program Files (x86)\STMicroelectronics\st_toolset\stvd\dao\ST Toolset.msi" and repair.

II) Try to fix the DAO-3.5.0.

1) run a command prompt in Administrator mode
2) Regsvr32 /u "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
3) Regsvr32 "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
  • Solution for segment .ubsct size overflow

Use long stack(+modsl0) in C compiler.

http://m.blog.csdn.net/article/details?id=51980810

  • Putting executable code onto RAM.

http://www.st.com/content/ccc/resource/technical/document/application_note/0d/59/82/a6/87/d5/4f/3b/CD00176595.pdf/files/CD00176595.pdf/jcr:content/translations/en.CD00176595.pdf

https://github.com/VincentYChen/STM8teach/tree/master/code/Project/STM8S_StdPeriph_Examples/FLASH/FLASH_DataProgram