STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

bootloader for stm32f030k6t6

i am trying to make a bootloader for a stm32f030k6t6, i was reading the AN4325 application note, from what i understood that i can only have a USART bootloader on pins PA14/PA15 or PA9/PA10, and i have a bluetooth connected on the uart1 serial which ...

jdo by Associate II
  • 719 Views
  • 9 replies
  • 0 kudos

Resolved! What causes HAL_FLASH_OB_Unlock() to call HardFaultHandler()? It calls WRITE_REG(FLASH->OPTKEYR, FLASH_OPTKEY1); and jumps directly to HardFaultHandler().

The HAL_FLASH documentation is especially poor. There in no overview of what you have to do. You would think (because of lack of anything saying different) you have to HAL_FLASH_OB_Unlock()HAL_FLASH_Program(...)HAL_FLASH_OB_Lock()The first command H...

KiptonM by Lead
  • 5014 Views
  • 37 replies
  • 0 kudos
Labels