Skip to content
Discussion options

You must be logged in to vote

Hi @mnsgs ,
There is no Zephyr MEMC driver for the SEMC interface. That is why this sample will not build for SDRAM or any other memory through the SEMC. There are MEMC drivers for the FlexSPI and XSPI interfaces.

Typically the SEMC is configured by the Bootloader in ROM, and then the SDRAM is initialized and accessible before the app executes, so no memory driver is required. More details are available in NXP's Zephyr Knowledge Hub.

Best regards

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mnsgs
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment