Associate II
March 27, 2020
Solved
Can't deference memory mapped qspi
- March 27, 2020
- 3 replies
- 1249 views
I am using memory mapped mode of the QSPI peripheral on an STM32L452. I can see in the memory view at address 0x90000000 the bytes i expect. However, when dereferencing the pointer to that memory all i get is 0xFF's.
In the attached photo you can see I expect to read xAA, xAA, xBB,xBB,xCC,xCC ... and so on. You can see those bytes in the memory view, but all that i get is xFF.