STM32 F2 Quest
I am trying to enable the STM32 F2 board. (STM3220F-Eval). My configuration:
- Olimex Tiny USB debugger (was working fine for F107, proven to work well)
- Crosswork ARM 2.0.10 platform (also worked for F107 board)
- I basically want to see that I can download the code and get the debugger initialized. I pick a new project, there are only three files in my project:
STM32_Startup.s
STM32_Target.js
thumb_crt0.s
and main.c which is nothing but a return 0 function.
When I create the project, I selected STM32 executable and correct F2 processor.
Code compiles nicely, however when I try to download, I get a "cannot stop cpu" error.
Hope you guys could help. This is plain, simple app, it should just work.
Other configuration details:
Package
Version
Status
STMicroelectronics STM32F2xx Standard Peripherals Library Updates
1.0
Installed
I really don't want to use Atolic.. Any help would be appreciated...
Thanks
Please sign in to leave a comment.
Comments
4 comments