STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to enter UART bootloader on STM32G030K6T6?

I'm trying to activate the UART bootloader after receiving input (from either a button press or from parsing a command from UART interrupt). I see from the G030x programming manual that to do so, I must set bits of the FLASH_OPTR register as nBOOT1 =...

GWork by Associate
  • 2015 Views
  • 3 replies
  • 0 kudos

FreeRTOS implementation with X-Cube-BLE2

I'm trying to implement a BLE task in my FreeRTOS application with the X-Nucleo-BNRG2A1 shield. I completed the BLE application (X-Cube-BLE2 package) without FreeRTOS and it has been working fine. For implementing the FreeRTOS, I have been looking in...