Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1159 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...

Truestudio was working fine. After adding 1 line in a source file, I got stuck with the attached error message. Changing the source back to original did not help, still getting the same error. Any suggestions how to proceed?

No source file named C:\\vmi\\viber_x4\\x4_fw_1_1\\BootLoader\\SRC\\bl_main.c.Program received signal SIGTRAP, Trace/breakpoint trap.GR_IconMenu (iconSTR=0x23a0008, Options=0) at ..\..\COMMON\SRC\GraphMenus.c:151151    if (xCount == 0)Halted to watch...

fbackvid by Associate II
  • 376 Views
  • 0 replies
  • 0 kudos

sw4stm32/openocd can no longer edit variables

Weird one this - some time in the last few weeks I can no longer edit the contents of variables in either pop-up view or expression view after I have hit a breakpoint. Memory Browser seems to be OK. This occurs on f3 and f7 MCUs so presumably somethi...