2022-02-10 5:27 PM - last edited on 2025-04-25 2:21 AM by Andrew Neil
I am using Winbond's Quad SPI NOR Flash memory (W25Q128JW).
Which of Micron or Macronix should be selected for the memory_type of the OCTSPI setting parameter of cubeMX?
Solved! Go to Solution.
2022-02-10 5:59 PM
I'm not using CubeMX, but as I recall I used Micron mode when I was testing the Winbond parts on the H7 OCTOSPI parts.
Easy enough to change in the HAL structures.
2022-02-10 5:59 PM
I'm not using CubeMX, but as I recall I used Micron mode when I was testing the Winbond parts on the H7 OCTOSPI parts.
Easy enough to change in the HAL structures.
2025-04-25 1:59 AM
I am also using a similar chip, the w25q256jvfq and cube mx to setup octospi1 on the stm32h723vgt6. However after the HAL_OSPI_INIT and HAL_OSPIM_Config commands, what other commands and settings should I write to make it match the characteristics of the w25 winbond chip?
Thank you