32F417: Any way to make an SPI SRAM to look like normal RAM?
What I am after is trapping an invalid address access e.g. at 0x30000000 and reading or writing 4 bytes from an SPI SRAM.
The invalid address trap does trap the access but do you get the address you attempted to access and (if writing) the data word?
It is basically a virtual memory question.
Obviously it will be rather slow, limited by my 21MHz max SPI clock, but a 2 megabyte/sec "RAM" is better than nothing and would be fine for many applications.