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.
-
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_write
thestm32_ospi_abort
function fails with the return value asEIO
. I have relocated theflash drivers
andstm32 flash drivers
to RAM. Is there a way to achieve this I am trying the below code for nowBeta Was this translation helpful? Give feedback.
All reactions