I wrote and downloaded a program into my STM32F4_Discovery board. When I run the program in debug mode, I get the following message in my command window and the program doesn't do anything (even if I try turning on an LED):
Running with Code Size Limit: 32K Load "C:\\Documents and Settings\\kecmh39\\My Documents\\School\\EET 441\\Project1\\Project1.AXF"
*** Restricted Version with 32768 Byte Code Size Limit *** Currently used: 4160 Bytes (12%)
WS 1, ((GPIO_TypeDef *) ((((uint32_t)0x40000000) + 0x00020000) + 0x0C00))
What does that last line mean? I think that is what's causing my problem.
Anyone seen anything like this? Thanks...
It's just restoring your previous Watch:
http://www.keil.com/support/man/docs/uv4/uv4_cm_watchset.htm
"I think that is what's causing my problem"
most unlikely