• Problem with restart debug when I reset the CPU
    Good morning, I relocated my startup code at address 0x8004000, I created a debug .ini file like this FUNC void DebugSetup (void) { // </h> SP = _RDWORD(0x08004000); // Setup Stack Pointer ...
  • Problem with restart debug when I reset the CPU
    Good morning, I relocated my startup code at address 0x8004000, I created a debug .ini file like this FUNC void DebugSetup (void) { // </h> SP = _RDWORD(0x08004000); // Setup Stack Pointer ...
  • system reset request (NVIC_systemreset) does not restart the M4 controller
    Hi, I am working on M4 microcontroller. I would like to perform soft reset of the system. so I have used NVIC_SystemReset function as shown below __STATIC_INLINE void __NVIC_SystemReset(void) { ...
  • system reset request (NVIC_systemreset) does not restart the M4 controller
    Hi, I am working on M4 microcontroller. I would like to perform soft reset of the system. so I have used NVIC_SystemReset function as shown below __STATIC_INLINE void __NVIC_SystemReset(void) { ...
  • bug? uVision reset layout every restart
    Hi, My setup: Fresh install on new computer of uVision 5.36 trial version. Windows 10 LTSC. Problem: uVision forgets my layout every time I restart the application. I've created a new project and...