Replies: 3 comments 1 reply
-
Hi @tejueaton! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
Environment : nucleo_h723zg board with QSPI mx25l2564 NOR flash connected on the CN10 |
Beta Was this translation helpful? Give feedback.
-
Converting to discussion until it is confirmed that issue is a genuine driver bug (potential dts config issue) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am interfacing the external flash mx25l2564 with nucleo_h723zg in Zephyr version 3.2 , Have connected the external flash Qspi in MCU,
Since in stm32h723vgtx-pinctrl.dtsi file those pins are mapped to octospi pins I have added this in my dts file ,
&octospi1{
pinctrl-names = "default";
pinctrl-0 = <&octospim_p1_clk_pb2 &octospim_p1_ncs_pb6
&octospim_p1_io0_pc9 &octospim_p1_io1_pc10
&octospim_p1_io2_pe2 &octospim_p1_io3_pd13>;
status = "okay";
};
and also have added these below lines in stm32h723.dtsi file.
Getting error in running flash_shell sample writing and erasing to the flash.
Below is the output which i am getting :
uart:~ *** Booting Zephyr OS build ***
Found flash controller mx25l2564@0.
Flash I/O commands can be run.
[00:00:00.100,000] flash_stm32_ospi: OSPI flash config is SPI|DUAL|QUAD / STR
uart:~
uart:~$ flash erase mx25l2564@0 0 1000
Erase Failed, code -16.
[00:00:24.599,000] flash_stm32_ospi: OSPI AutoPoll failed
[00:00:24.599,000] flash_stm32_ospi: Erase failed : flash busy
Beta Was this translation helpful? Give feedback.
All reactions