Replies: 2 comments 4 replies
-
|
Hello @MaazSk did you activate the log to see if an operation failed before the Abort ? According to the stm32h730 refMan, Writing in memorymapped mode is possible (in case you do not execute from this external memory) |
Beta Was this translation helpful? Give feedback.
-
|
What is the external flash memory which is mounted on your hw ? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I am using stm32h730 custom board everything works okay and the device works in XIP mode and I want to exit the device from memory mapped mode and write to memory location and then again enter memory mapped mode but when I perform
flash_writethestm32_ospi_abortfunction fails with the return value asEIO. I have relocated theflash driversandstm32 flash driversto RAM. Is there a way to achieve this I am trying the below code for nowBeta Was this translation helpful? Give feedback.
All reactions