Skip to main content
juraj
Associate III
April 11, 2008
Question

Debug working, deployment no

  • April 11, 2008
  • 2 replies
  • 505 views
Posted on April 11, 2008 at 16:08

Debug working, deployment no

    This topic has been closed for replies.

    2 replies

    juraj
    jurajAuthor
    Associate III
    May 17, 2011
    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
    jurajAuthor
    Associate III
    May 17, 2011
    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.