Can the SX microcontroller execute code stored in extra SRAM?
Hi,
I have been in the AVR land for a couple as a newbie, and actually like it very much--good price and performance. But, one thing about the SX, which I just read about, is that it can go up to 75Mhz. I am just wondering, sorry without having time going through data sheet, if the SX can execute code stored from extra SRAM, not the SRAM in the SX itself, since it sure has very little SRAM compared to the ATMEGA series.
Thanks.
I have been in the AVR land for a couple as a newbie, and actually like it very much--good price and performance. But, one thing about the SX, which I just read about, is that it can go up to 75Mhz. I am just wondering, sorry without having time going through data sheet, if the SX can execute code stored from extra SRAM, not the SRAM in the SX itself, since it sure has very little SRAM compared to the ATMEGA series.
Thanks.
Comments
There's also no way to directly attach more SRAM to an SX and have it appear as an extension to the existing SRAM.
You can attach other memory to the SX, whether SRAM or flash memory, but the extra memory is connected as an I/O device.
READ THE DATASHEET!!!
-Phil