2024-10-18 07:44 AM - edited 2024-10-18 07:45 AM
I'm trying to setup a pin configuration so that I can start making a PCB.
I want to use two NAND flash ICs connected to the STM32F415ZGTx using the FSMC, setup in a way that there is a redundant backup of data and logs in the event of a failure.
When I go to configure both, it seems that they both are using the same NWAIT pin so I am not sure whether I should continue to use this same pin for both chips or if I should switch to using INT2 and INT3. I also have PSRAM in the configuration which also seem to be using the NWAIT pin (PD6).
Sorry in advance if this is a dumb question :) - first time using STM32CUBEMX/IDE so I am pretty new to configuring pinouts. Mostly just used prebuilt boards but I wanted to learn how to work with the platform.
Solved! Go to Solution.
2024-12-09 07:21 AM - edited 2024-12-15 11:33 PM
Hello @gigaBIT3 and welcome to the community,
Firstly, I apologize for my late reply.
If both NANDs memories and PSRAM require NWAIT signal interface with FMC, the probe is rejected (as there is only one NWAIT interface for three memories).
Could you please look at these resources that may help you to configure FMC using STM32CubeMX and STM32CubeIDE.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-09 07:21 AM - edited 2024-12-15 11:33 PM
Hello @gigaBIT3 and welcome to the community,
Firstly, I apologize for my late reply.
If both NANDs memories and PSRAM require NWAIT signal interface with FMC, the probe is rejected (as there is only one NWAIT interface for three memories).
Could you please look at these resources that may help you to configure FMC using STM32CubeMX and STM32CubeIDE.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.