STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! IAP bootloader not working with FREERTOS application

I have build a IAP bootloader at 0x8000000 and test with a simple blink app at 0x8040000 which works fine but if I add FreeRTOS for the same blink app at 0x8040000 its not working. It jump to the blink application but it doesn't pass the SystemClock_...

S_1 by Associate III
  • 1826 Views
  • 8 replies
  • 2 kudos

Resolved! DMA on STM32L011F4

I'm trying to program an STM32L011F4 to transmit data through USART2 by way of the DMA controller.  My code compiles but the IRQ handler for DMA is never called.  Either I have not correctly initialized the DMA controller or there is another problem ...

HRTIMER System Fault

How to enable HRTIMER system faults? I have successfully used faults coming from other peripherals to turn off HRTIMER outputs (e.g. internal comparators), but can't get system hard faults to produce the same result. I have enabled all faults in the ...