2024-12-13 05:58 AM
hi
im using stm32g474vet6
timer1 is trigger mode ,timer3 slavemode, both timer1 and 3 operate at 5khz
timer1 will trigger timer3 and timer3 will trigger adc at every 5khz ,
im using adc in multimode dma ,
now the problem is when initally i start these configurations working fine , i have some protection for some calculation signals, when the protection occurs , i will start my sequence again , in that when again initializing these things adc1 init function is going to error handler.
i have tried with and without deinit of the peripherals which i used , but when again starting the sequence adc is going to error handler ,
what could be the reason