STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 386 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
  • 357 Views
  • 2 replies
  • 0 kudos

How to "return" HAL_UART_Receive buffer?

I'm using the HAL_UART_Receive function for receiving strings and I need to check if the receiving strings matches with the strings that I want to receive.First I want to create the char for the string in heap:char *response = (char *)malloc(RN2483_M...

Tvan.7 by Associate
  • 879 Views
  • 3 replies
  • 0 kudos