STM32F469 Quad SPI registers inaccessible.
I am attempting to configure the quad spi peripheral on an stm32f469 microcontroller.
The address space for the QSPI starts at 0xa0001000.
However, the address space from 0xa0001000 to 0xbfffffff is inaccessible. Attempting to read or write to these registers causes a hardfault.
I'm using Atollic TrueStudio 9.3.0
When debugging I can see values for every single other peripheral using both the SFR view and the memory browser.
QSPI reports "Error reading value" in the SFR view and '????????' in the memory browser.
I'm at a loss to explain this.
Any ideas?