• Connect debugger at runtime? (without reset?)
    Hi, is it possible to connect the ARM uVision to a running target? (without resetting/ reloading the target?). I would like to connect to see variables in the watch window, after the target has been...
  • Watchdog resets processor after bootloader started.
    The T89C51CC01 has an ISP bootloader that can be started from software. However, it appears that the WDT resets the processor after the bootloader starts running, causing the processor to start running...
  • how connect debugger to ruuning mcu without reset
    hi all, I'm woking of STMF405 MCU trought a SWD (not exposing reset pin) with stlinkv2 probe when I start with loading and reseting after load all debug is working well but somtimes I must connect...
  • Changing system clock and derived peripherals without reset
    We are using stm32f10x chip in our device. For reducing power consumption we intend to change system clock frequency when it is possible without reset. We can't put system into stop mode (sleep) because...
  • APP gets watchdog reset only /w bootloader
    I run LPC1768 (64K SRAM) with Unlink2 and legacy Keil 4.xx. I uses FreeRTOS. App is loaded from 0x8000. Boot loader is loaded from 0x0000. If I program App using Keil/Ulink2, the app runs fine....