Skip to main content
Visitor II
September 26, 2023
Question

STM32F103c8t6 Controller is Freezing after Few hours of Working

  • September 26, 2023
  • 1 reply
  • 725 views

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.

    This topic has been closed for replies.

    1 reply

    Super User
    September 26, 2023

    > how to solve this Problem.

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