2021-02-11 03:42 AM
So MX assigns the following pins for FSMC
NWE -> PC2
NOE -> PC5
NE1 -> PD7
RST -> PD11
FMC addr A18 - PD13
D0 -> PB14
D1 -> PD15
D2 -> PC11 (Assigned to micro sd card)
D3 -> PC12 (Assigned of micro sd card)
D4 -> PA2
D5 -> PA3
D6 -> PA4
D7 -> PA5
Can you help with how I get access to PC11 and PC12?
Thank you!
Solved! Go to Solution.
2021-02-11 04:14 AM
Well, this is the DISCOVERY board, which is similar to the EVALUATION boards to demonstrate the functionality of the specific controller and possibly be used to create your own system. Some of the DISCOVERY kits have a few free pins which can be used for some tests. However, you need to find them using the schematics and documentation. In most cases it is too difficult to reassign used pins.
Perhaps you should consider the NUCLEO boards if you are starting your own development and want to have (almost) full freedom in using the available pins and peripherals.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Good luck!
/Peter
2021-02-11 04:14 AM
Well, this is the DISCOVERY board, which is similar to the EVALUATION boards to demonstrate the functionality of the specific controller and possibly be used to create your own system. Some of the DISCOVERY kits have a few free pins which can be used for some tests. However, you need to find them using the schematics and documentation. In most cases it is too difficult to reassign used pins.
Perhaps you should consider the NUCLEO boards if you are starting your own development and want to have (almost) full freedom in using the available pins and peripherals.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Good luck!
/Peter
2021-02-11 08:28 AM
Great!
Thank you for your fast reply!
I will look at a Nucleo board with FSMC
Regards,
Eric