Posted on May 17, 2011 at 13:28Thanks for your answer, although I found a different solution: I added the MCU and the Thumb-Mode to the linker options, compiled it using the codesourcery-gcc, and it runs. Without these options, the wrong libraries a...
Posted on May 17, 2011 at 13:28Hi, I've to use some functions of the math-library. Therefore, I included the math.h and added the linker option -lm. Compiling and linking works without an error or warning, but when the controller (STM32F103RE) reach...
Posted on May 17, 2011 at 13:21Merci beaucoup, Asterix. Can anyone from ST confirm it? The signature on the chip is 99056 VC MYS 99 923 I'll order a JTAG... :\
Posted on May 17, 2011 at 13:21Hi, I have worked some weeks with a STM32F103 using a self-made board and the ST Flash Loader Demo (V1.3). Activating the bootloader and loading the program into the flash worked fine, but now, with an STM32F105RCT6 on...