cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103c8t6 Controller is Freezing after Few hours of Working

Abdullah
Associate

STM32F103c8t6 Controller is Freezing after Few hours of Working i m using NVIC_SystemReset(); Fuction so that it start the Code from Start and Initilze all the Parameter it is not the Better approach beacuse i also use Flash Memory for Storing data in to it. i dont want to use this NVIC_SystemReset(); fuction beacuse after reset my Memory will bhe Flash and i dont want to flash Memory i Flash it when code on certain position or logic how to solve this Problem.

1 REPLY 1
TDK
Guru

> how to solve this Problem.

Debug your code. Understand what isn't working, why it isn't working and address those issues.

If you feel a post has answered your question, please click "Accept as Solution".