Reset Pin connection STM32F205RBT6 during debug & normal mode
I had connected 0.1uF to reset pin which was creating problem while debugging with ulink2 on keil. This was given in datasheet.
But on removing this capacitor from reset pin , debugger works fine & running. But when I try to run my code without debugger i.e directly with power to check how it work in real situation.
Code does not run. But when I connect debugger only it runs as debugger pulls reset pin which causes MCU to come out of reset state.
How to correct that issue