STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Tasks work strangely in FREERTOS

Started learning FREERTOS and ran into a problem.I showed 3 pieces of code of the same tasks.All 3 pieces of code work differently.Code 1void Task1(void *argument) { int j = 0; for(;;) { HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_0); for(j=0; j<100000...

root437 by Associate II
  • 1358 Views
  • 4 replies
  • 0 kudos

Resolved! Custom bootloader STM32G051

Hi,I want to make custom bootloader on STM32G051. I did something, but it does not work well. After jump to the application it get stucked on some address which correspond HAL_Delay function in my application - it looks like the Systick in my app can...

JR2963 by Senior II
  • 1420 Views
  • 3 replies
  • 1 kudos