• FLASH memory contents change in DEBUG ?
    Hi. We use KEIL uV4 IDE and ULINK2 (and an AT91SAM7X512 MCU). We observe the following strange behaviour: The contents of Flash-memory (0x17FEC0) seems to change when we do as follows: 1) Download...
  • Debug Command to dump all register contents
    Hi, I am working on a STM32F407 discovery board. One of the needs of my application is to keep close track of the register contents. Hence i wish to be able to dump these contents into a file for...
  • RAM contents after WDT reset
    Hi, I need to place some data in RAM and then use the watchdog to force a device reset. After the device reset, I will read the same locations in RAM to determine what to do. This has to do with...
  • Loading all of a program into RAM (ADuC702x)
    Hi! Is there a capability to compile and load all of a program into RAM (not only some functions with __ram keyword)? Can such a program be loaded with the help of JTAG emulator? We also intend to...
  • USBMem example : changing the contents of readme.txt file
    Hi, I am playing around with the USBMem example for the MCB214x Board. Using a hex editor I found the offset (0x800) of the data area on the RAM and wrote the following code to change the data in...