Resolved! Toggle the led using DMA.
I'm using STM32G071RBT6 MCU . In that I'm using DMA to toggle the on board LED. So it's very simple but somehow it is not toggling.The on board led is LED3 that is in port 5(PA5). I' using circular DMA to toggle it or even if i have to turn on the le...