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

Resolved! MAT Target External mode error. Chapter 2

Hi,I want to use matlab simulink to program a ST-Nucleo_F303RE board,with Matlab Simulink 2019b ver.2 with and extensions, ST MAT/TARGET,CubeMX newest version and SW4. (because CubeIDE it does not work)As a first attempt, I followed the MAT / TARGET ...

0690X00000AtPoGQAV.png 0690X00000AtPoLQAV.png 0690X00000AtPoQQAV.bmp 0690X00000AtPo6QAF.png

The debugger of IAR EARM V8 has lots of bugs

the debugger of IAR EARM V8 has lots of bugs in tracking C codes sentences, has anybody experienced it and find a solution?V7 is pretty stable but no support for many recent ST MCUs, I think F7(not all of them), H7, L4+any idea to add these MCU as pa...

Hello! Does anybody know why the function HAL_StatusTypeDef HAL_FLASHEx_Erase(FLASH_EraseInitTypeDef *pEraseInit, uint32_t *PageError) doesn't work properly with STM32F407, but the function works perfect with STM32F303?

Wnen I work with STM32F407 and call this function my programm goes to infinite loop cause of unexpected interrupt. But there is no problem with STM32F303.Is there any features STM32F4 I don't know about?

Fry by Associate II
  • 1336 Views
  • 3 replies
  • 1 kudos

Writing to EEPROM of STM32L051K8?

I am trying to flash a data to `EEPROM` of `STM32L051K8` with HAL library. This functions keeps returning `HAL_ERROR`. With debug i found the problem. In HAL Flash library before writing data to `EEPROM` it checks for error flags with `FLASH_WaitForL...