Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our stm32 octospi controller requires the size of the device it is talking to
In the configuration where the octo flash NOR mx25lm51245 has a property, this value must be passed ot the Parent instance for its initialization at device init.
What would be the structure to pass the flash_mspi_nor_mx_config.mem_size to the MSPI controller ?
What would hold that value, there is no field in the mspi_dev_cfg or mspi_cfg or mspi_dev_id
Note that The mspi_xip_cfg is probably the best place to hold the size (and base address) from the drivers/flash to the drivers/mspi, but this is coming too late in the system init or not coming at all.
Beta Was this translation helpful? Give feedback.
All reactions