2023-09-26 01:05 AM
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.
2023-09-26 07:11 AM
> how to solve this Problem.
Debug your code. Understand what isn't working, why it isn't working and address those issues.