This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Program won't execute, unknown message in command window

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...

0