I'm designing an i.MXRT1170 application board. It has SRAM and SDRAM on the SEMC bus.
I'm trying to configure SRAM and SDRAM setting by MCUXpresso IDE but an error occurred.
How can I configure both of SRAM and SDRAM at the same application by MCUXpresso IDE?
[What I've done]
I added SEMC(for SRAM) and SEMC_2(for SDRAM) from Register initialization section in Peripherals. Then an error has occurred like the following.
"Peripherals: SEMC used in multiple component instances : SEMC"
Solved! Go to Solution.
Hello
I hope you are well.
Config tools allow you to create the init parameters for SEMC device however there is a limitation that it only creates the parameters for one device.
So you need to write manually the parameters and initialization for the other device.
Best regards,
Omar
Thank you for your information. I'll write manually for other devices.
Hello
I hope you are well.
Config tools allow you to create the init parameters for SEMC device however there is a limitation that it only creates the parameters for one device.
So you need to write manually the parameters and initialization for the other device.
Best regards,
Omar