Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Getting error flash loader error while debugging in STM32L151RBT6 using IAR. It is showing User error:Reset failed-target not halted.

Hi I am using STM32L151RBT6 controller card. This was working properly also there was no issue in debugging. I am using IAR Embedded Workbench 6.4.I Added this line to my code: FnEraseEpromWord(0x080800F5,1); as because I want to erase data for this ...

0690X00000BxyQzQAJ.png 0690X00000BxyRdQAJ.png
PKuma.12 by Associate II
  • 742 Views
  • 0 replies
  • 0 kudos

Program determinism when toggling a pin

Hello,I have a strange behaviour that I cannot explain. It is regarding the determinism of running code. My setup is simple. I have a save routine that save some setup in two seperate pages (two copys of same data). So my saveroutine consists of one ...

machinist by Associate III
  • 1352 Views
  • 2 replies
  • 0 kudos

concerning STM32H745I-DISCO & mbed & mbed-linux

i got confused about STM32H745I-DISCO & some nucleo board mentioning 'mbed compliant' if i ca used with it mbed & mbed-linux os, i'm getting STM32H745I-DISCO anyways to start with - it's my first ever embedded experience but i am interested in arm mb...

Flash EEPROM Emulation and Readout Protection

Hello,we want to add a flash EEPROM emulation to our software, currently for STM32H7 but I think the question also applies to other STM32 families. As the EEPROM contents must be preserved also over firmware updates I think there is a conflict with s...