2018-11-12 07:25 PM
I'm using STM32H743XI series and want to control external nor flash(MT25QL512A), and i have been initialized qspi by HAL_QSPI_Init API and return correctly.
I found that when i config QUADSPI_CCR it will show cannot access Memory.
I have confirm that when i config CCR register busy = 0.
And options for target as below:
Could any advanced can provide some suggestions to me? Thanks a lot.
2018-11-12 08:01 PM
It is erroring with the write of CCR? Hard to make anything out here. The disassembly isn't showing anything useful to provide context against the registers, or the errors being reported.
What's the value in the "instance" variable here?
Do you have any viable hardware to test, constrast and evaluate things against? ie a STM32H743I-EVAL
2018-11-12 08:41 PM
Yes, when i write of CCR it will weird behavior.
Before write CCR register as below:
config CCR all of them will become to 0x04000311.
instance variable value is 0x52005000 in here. Do you have any insight?
Thanks your advise i will try to find viable hardware to test CCR issue also.