2008-04-11 07:08 AM
Debug working, deployment no
2011-05-17 03:29 AM
I use Rowley's Crossworks to learn ST's Cortex.
I wrote an application sending some string to UART1. This is working and tested in the debug, debugging with Crossconnect Lite JTAG. Anyway, if I use ST's flash downloader to download SW into flash memory, everything is okay, but the application does not do anything after resetting (boot switches are okay, to boot from user flash). Can you help me? Thanks.2011-05-17 03:29 AM
So I found the problem/ solution:
STARTUP_FROM_RESET is needed to add to Preprocessor Definitions to make it working.