2020-06-18 02:23 AM
Hello,
I am trying to create a project with STM32Cube 5.1.0 for NUCLEO-F413ZH. I see only USART 1, 2, 3 and 6 available, none of the UARTs 4, 5, 7, 8, 9 and 10. These UARTs are available if I open a project for STM32F413ZHT, the device used in NUCLEO-F413ZH board. I understand why UART4 would be disabled - its pins PA0/1 are used for other functions in NUCLEO, a user button and RMII_REF_CLK, but UART7 PH6/7 is not occupied.
Thank you.
Solved! Go to Solution.
2020-06-18 02:33 AM
Update CubeMX, the current version is 5.6.1.
STM32F413 has no ethernet interface.
2020-06-18 02:33 AM
Update CubeMX, the current version is 5.6.1.
STM32F413 has no ethernet interface.
2020-06-24 01:59 AM
Thank you. In version 5.6.1 all UART are available.
NUCLEO-F413 has not Ethernet, but the GPIO are still reserved for other MCUs.