We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is there any way to enable the "Alway run from E000h after reset" feature of the ADuC without using the AD Windows Serial Downloader ? There is nothing in the datasheet of the ADuC845 about this option except that it can be enabled using the WSD.
Apparently, downloading firmware with uVision does change the bootloader setting back to "Start at 0x0000". To verify this, I added an endless loop (jmp $) to my project at address 0xE000. When downloaded using the WSD and setting the bootloader option, the program gets stuck in the endless loop. After downloading with uVision, the program runs normally (even after disconnecting the emulator). So the firmware download does not only write the firmware to flash, but also changes the bootloader settings. Is there any way to change/control this behavior in uVision ?