2024-12-19 07:26 AM - last edited on 2024-12-19 07:33 AM by Andrew Neil
I made a project on keil with generate flm file to download to external flash with my board. My board has a stm32h7b0zbt6 chip with ospi interface with a spi nor flash W25Q128. the interface releate is:
PF6 ------> OCTOSPIM_P1_IO3
PF7 ------> OCTOSPIM_P1_IO2
PF9 ------> OCTOSPIM_P1_IO1
PB2 ------> OCTOSPIM_P1_CLK
PD11 ------> OCTOSPIM_P1_IO0
PC11 ------> OCTOSPIM_P1_NCS
and I append the project , is there anyone can help me to check the project ?
When I try to use this flm file to download code on keil, I get errors like below: