STM8
ナビゲーションに移動
検索に移動
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.