STM32F103c8t6 Controller is Freezing after Few hours of Working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-26 1: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.
Labels:
- Labels:
-
STM32Cube MCU Packages
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-26 7:11 AM
> 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".
