Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Debugging code from RAM

Posted on December 02, 2014 at 15:33 Hi, I am developing an application for STM32F427 that runs from RAM using Keil. The bootloader application moves the code to ram and starts the execution, so execution is not an issue. But I am not able t...

multiapplications jump

Posted on November 20, 2014 at 18:19Hi, I'm trying to develop kind of a bootloader for STM32F4 (or other) family in a little different way than usual. I gave a look to the existing discussions and so far none of them was helpful for me. The idea is ...

debugging keil uvision memory window

Posted on October 28, 2014 at 17:58hi guys,I know this isn't really the right forum for this because its more about an ide than a microcontroller, but the uvision forum is broken, and has been for a little while.While I wait for keil's support to fi...

a105035x by Associate II
  • 2833 Views
  • 5 replies
  • 0 kudos

STM32F4 Flash rewrite variables

Posted on October 22, 2014 at 13:35Hello.I use STM32F4 and CoIDE. I use Flash sector 11 (because problem with linker when use sector 2) for store application parameters.I write code...FLASH_Unlock();FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_OPERR ...

Flash to RAM -reg

Posted on October 21, 2014 at 08:49Hi, I have couple binaries packed as one Intel hex format and flashed using KEIL. Bootrom and application are placed at 0x08000000 and 0x081C00000 respectively in STM32F427. My bootrom will copy the application cod...

porting mbed mfrc522 library to keil

Posted on September 30, 2014 at 09:37 hi every body i want to use mfrc522 mbed library in keil compiler & dont want to export codes directrly but i have some problem with these codes: MFRC5h class MFRC522 { public: ......... ......... ...

mhdizgah by Associate II
  • 711 Views
  • 0 replies
  • 0 kudos

STM32F4 Keil V5 & RTX & Custom Bootloader

Posted on August 18, 2014 at 12:37Hi all,After some battle i was able to set a jump from my custom Bootloader to the App using in Keil V5.Custom Bootloader resides in IROM 0x08000000App resides in IROM 0x08020000Need to set both mem addr in the Ke...

afduarte by Associate II
  • 1225 Views
  • 3 replies
  • 0 kudos