STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F769 Discovery Board

I am currently trying to use the DFU mode on the STM32F769 Discovery Board. I have shorted a connection to VCC to pull BOOT0 to 3.3V (From Schematic R19). I have wired up PA11, PA12 and ground (Using USB pins) to the arduino connector on the board...

IAgui by Associate II
  • 196 Views
  • 2 replies
  • 0 kudos

FreeRTOS with HAL

Hello,We are using FreeRTOS  with HAL.FreeRTOS is used with CMSIS OS APIYet, it seems that for correct functionality of FreeRTOS above HAL, additional code modification are still required:CMSIS OS has API mainly for semaphore, threads, but not for HA...

ranran by Senior II
  • 161 Views
  • 0 replies
  • 1 kudos

I'm writing a bootloader for the STM32L152. I'm trying to understand how I can switch from a code image in Bank 1 to an image in Bank 2 from the bootloader.

Each code image will have an associated bootloader. If the bootloader in the current image runs and decides to change to the image in the other bank (corrupt image, new update, etc) I want to be able to do a reboot and change to the other image. I'd ...

LThal by Associate II
  • 155 Views
  • 2 replies
  • 0 kudos