2006-05-21 10:36 PM
2011-05-17 02:50 AM
Hello
Can I run the program in the sram of MCU or the sram outside the MCU? If can, how can I do? Thank your.2011-05-17 02:50 AM
You cannot run program on the internal SRAM because program memory is not in SRAM. You may SRAM as external program. Only this way can you run program in SRAM. However, you must have some way to download your program onto this SRAM before you can run it.
2011-05-17 02:50 AM
To use the ''external'' SRAM (in the PSD-part of uPSD) you also need to enable program execution from SRAM - see decription of VM register in the datasheet.
Jan Waclawek