STM32F0 reset problem
Hi everyone,
I use a custom stm32f0 board and i try to catch data coming from can bus and answer it back to can bus line. In the begining my program works good but after a couple of minutes mcu stucks in reset(i am not sure of the cause is from software or hardware but 'nrst' pin pulling down to 800mV-1.2V). i need power off and wait 15-30 min, for a reprograming. swd connection errors; 'couldn't be able to stop cortex-m device! Please check the jtag cable'
in my design i made some mistakes such as; nrst pin isn't connected to pull up resistor and pull down capacitor.
if i change the nrst pin pull up with 10k(or less) and pull down with 100nF will my problem solve?
there is my custom design and code.
