2025-02-05 08:09 PM
hi, I'm using adc1 and adc2 in multimode dma , normally when i start it is working and reading correctly, when again im calling mx_adc1_init function it is going to error handler, i don't know why, since I'm not deinit and reinit again the peripheral, directly calling the mx_adc1_init. why it is happening like this how to restart the again. since other gpio and fdcan peripherals are working fine with same init if i calling once again.
i have tried with hal deinit function also same behaviour only this time other peripherals also not working
can someone suggest how to rectify this issue