cancel
Showing results for 
Search instead for 
Did you mean: 

Debug working, deployment no

juraj
Associate II
Posted on April 11, 2008 at 16:08

Debug working, deployment no

2 REPLIES 2
juraj
Associate II
Posted on May 17, 2011 at 12:29

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.

juraj
Associate II
Posted on May 17, 2011 at 12:29

So I found the problem/ solution:

STARTUP_FROM_RESET is needed to add to Preprocessor Definitions to make it working.