User Activity

The problem: if TIM2 is used prior to my code, then it gets stuck at a certain point, even though all the registers are properly set.* Here is the configuration of TIM2 registers when it works fine:(gdb) x/21 $TIM2_BASE0x40000000: 0x00000001 0x000000...
I'm using a Nucleo-G474RE to measure a signal via ADC1.ADC measures are triggered by TIM2, then transferred via DMA1 into a large buffer (60KB).When the buffer is full an interrupt is generated and I give the DMA another 60KB buffer.After that, every...
Kudos given to