选择一款好的开发环境很重要,感觉IAR比STVD好用。用一款开发环境,尽量先去试试能不能在线仿真,有的编译可以通过,但是在线仿真不行,就能马上测出错误。
1. IAR的使用
2. STVD的使用
使用STVD出现了一个错误,
Address 0x8080 is out of range and is ignored!越界,没找到解决办法。后来装了cosmic后解决了。STVD BUG比较多,少用
http://blog.csdn.net/sy_lixiang/article/details/8461829
http://blog.csdn.net/keymove/article/details/41494241
http://blog.csdn.net/ordinaryjoe/article/details/10002809
http://www.eefocus.com/caihong0217/blog/11-06/226214_53287.html
3. STVP的使用
4. 相关的东西及区别
http://blog.csdn.net/chuangwu2009/article/details/26050203
http://www.stmcu.org/module/forum/thread-167930-1-1.html
http://www.waveshare.net/article/STM8-3-1-10.htm
http://www.stmcu.org/module/forum/forum.php?mod=viewthread&tid=594823&extra=page%3D&page=1
5. 内存分段
烧写程序时要注意有哪些段,且段与段之间区别和联系,把程序烧到正确的段中。
http://www.cppblog.com/prayer/archive/2009/08/17/93594.html