Posted on May 17, 2011 at 13:02Yes, you are right, it fails to initialize any global variable, it just so happened that I only had a global struct. I looked at the output file and those variables are mapped to .data and addresses 0x20000000+ (RAM). ...
Posted on May 17, 2011 at 13:02Hello, I'm new to STM32 and so far I have managed to run a few basic programs on my board (Olimex STM32F103-STK with Eclipse and CodeSourcery). However, I have a bit of a problem getting the USB demo to work, and so fa...