• Maintain breakpoints after reset?
    Hello, I'm new to ARM Development Studio. I'm working with U-boot and trying to set a breakpoint that survives a reset. However, it seems that my breakpoints are never triggered after reset. I'm...
  • Ram clear after reset
    Hello, I am working on a project based on STM32F103VC microcontroller. I tried to find any resource/discussion/application note on clearing of internal SRAM after reset (i.e. initialization of SRAM...
  • Storing data after reset
    Hello all, We have with us a AT89C51ED2 board with an external AT29LV020 flash. We have our CODE in the external flash. There are two types of data that we want to retain between system resets....
  • How can I reset the Program counter ?
    I want to restart the program counter at 0x0000 when leaving a function, I already try the following solutions, but the compiler always returns me a syntax error : code void (*pReset) (void) = 0x00;...
  • RAM behavior after soft-reset
    Does anyone know wether the internal RAM contents of the STM32-microcontroller changes during a soft-reset respective a power on reset? It would be useful to know for sure that (for example) the RAM...