Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
June 22, 2011 - 4:51pm
|
Hi, I am using STM8S207C8 processor in my project and while I am communicating with my PC using UART3 port, I sometimes see that the program goes to CSTART segment and then it resets itself. What do these CSTART and CST7_START_V_Z segments mean? Thanks&Regards |
Hi Volkan,
You can find some inforamtion about this in the startup_STM8.asm file, which is in the Ride7 installation directory, subdir "\inc\Sources\ST7-STM8\startup\".
Here are the 4 possible startup entry points
For optimization sake, the startup may be reduced if there are no global variables to initialize.
Check out the assembly file I pointed above for details.
Best Regards,