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?I...