User Activity

Hello everyoneI am having trouble understanding the relationship between the registers and the callback functions for my application. Briefly put, I am transferring 2 values to the DAC via DMA using TIM6 as interrupt at a rate of 50 Hz. I want to sam...
HelloI have TIM3 set up like so:ABP1 Timer clock = 84 MHzPrescaler = 8399Period 9999Update event selected as triggerNVIC enabled for TIM3 global interruptThis gives me a timer interrupt every 1 second. But it appears as though the callback HAL_TIM_Pe...
I am driving ADC1 using the timer interrupt from TIM2. At the moment it is only converting one channel at certain intervals. The ADC is set up with the following:ABP2 peripheral clock = 84 MHzPCLK2 divided by 8Timer 2 trigger out event as sourceSampl...