2020-08-07 07:46 AM
Hello, I programmed STM32F746 Discovery external QSPI flashed using STM32CUBE programmer with external loader option. I can able to see correct data at QSPI Flash when checking with STM32CUBE programmer.
But when I am checking same address using IDE in memory mapped mode, I can see value shifted by 1 byte address. Unable to understand reason. Any suggestion ?
Thanks
2020-08-07 11:19 AM
Dump from within own application, not debugger. If it persists check for agreement on dummy cycles. Check byte patterns at front of memory.
2020-08-07 11:29 AM
2020-08-07 09:27 PM
@Community member Hi, I created new project, tried storing some data and later validated in memory mapped mode. Data looks fine in that. Btw I am using dummy cycles as 10.