Posted on May 17, 2011 at 12:01Thank u very much hanan54 and HansDK! it works . this make sence cause u cant switch to main flash and expect to fetch another command from the second flash ...! I still have the erase problem can anyone help ?[ This m...
Posted on May 17, 2011 at 12:01I configured my loader project much like the example of the upsd33xx boot. my loader project psd configuration is like this (i copy it from the .abl file): rs0 = ((address >= ^h2000) & (address <= ^h3FFF)); csiop = ((a...
Posted on May 17, 2011 at 12:011)My loader project sets the SRAM to XDATA address: X:0x2000 - X:0x3FFF and variables like uart rx and tx buffers are declared there . So in the Loader project ,when i set the Main Flash resides in data space, i will h...
Posted on May 17, 2011 at 12:01 Hi ! I need to implement bootloader for my upsd device. My main program details : *Main flash is mapped to code space 0x0000-0xFFFF (dont use paging) *8K Sram is mapped to data space. *secondary flash is f...