STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

A couple of bootloader issues.

Posted on June 03, 2015 at 16:58On the STM32F429 Discovery I have managed to boot into the bootloader to upgrade the image in flash via I2C. I still have two issues I (or you) need to solve, however. 1. Flash erase. At first I tried a mass erase of ...

anders23 by Associate II
  • 439 Views
  • 3 replies
  • 0 kudos

HAL_FLASH_Program always return error code 0x06

Posted on March 30, 2015 at 15:44I use STM32F417IGMinimal example of code:uint32_t startAddress = 0x80E0000;static uint32_t mSize =0x13;//char test_string[13]={''Hello World.''};HAL_FLASH_Unlock();for(uint32_t i=0;i<mSize;i++){ status = HAL_FLASH_Pr...

chief by Associate II
  • 389 Views
  • 2 replies
  • 0 kudos

Compiling programs that will be bootloaded

Posted on January 15, 2015 at 18:53These forums are great, thanks in advance for all your help!I'm using an STM32F439, no IDE has been picked yet, but either Keil or IARMy application involves swappable FLASH (or EEPROM) boards that contain the prog...

STM32F105 eeprom simulation

Posted on January 13, 2015 at 10:27 Hello I am try write a configuration in a microcontroller STM32F I am using stsw-stm32010 code base example. The example work properly. But when I make my code don't work. I want...

lemac by Associate II
  • 378 Views
  • 1 replies
  • 0 kudos

Cube bug when assigning NOR flash??

Posted on May 20, 2014 at 01:11Hi allSTM32F205 and cube 4.2.0When assigning NOR flash, it does not matter which bank (chip select) you assign&sharpdefine NOR_MEMORY_ADRESS        ((uint32_t)0x60000000)always remains at 0x60000000 which is the wrong ...

flashing stm32-h107

Posted on September 17, 2011 at 14:10Hello I am a little confused about how to flash the code on to the target olimex stm32-h107 board. The board has the USB interface , so if it is possible to flash directly through usb , then please tell me how t...

Labels