STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Custom linker section with fixed offset address

Hi!I'd like to set a custom section in the linker script file to store firmware specific constant data. This section should be at the head of the firmware binary with a fix offset address. I was able to create a section at the end of flash area but t...

GPIO toggle in interrupt timer

I'm trying to create a Synchronous communication using a timer and GPIO.I can toggle a pin-up to 1Mhz inside the main function, but if I try to toggle gpio inside the timer interrupt handler, the max toggle speed is around 300khz. Is there a reason f...

Pacioc193 by Associate II
  • 1489 Views
  • 4 replies
  • 0 kudos

Resolved! ADC DMA not restarting after exiting STOP mode

Hello!I have my ADC DMA setup so that Timer 1 will trigger a conversion with a specific frequency. Both DMA continuous requests and Continuous conversions are disabled. DMA is set to Normal mode.When the buffer is full and HAL_ADC_ConvCpltCallback is...

BZhou.2 by Associate
  • 1211 Views
  • 1 replies
  • 0 kudos