NUCLEO_F429ZI. Is it possible to use CAN2 and Etnernet simultaneously? #12544
Answered
by
nspsck
alsor62
asked this question in
STM32 / Pyboard
-
hi, |
Beta Was this translation helpful? Give feedback.
Answered by
nspsck
Oct 26, 2023
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
alsor62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
As for this implementation, no, you can not use them at the same time.
But there is a good news. According to STM32CubeMX, CAN2 and ETH (RMII mode) can be used at the same time.
You just have to set the pins accordingly, i.e. use
pin_G14
forETH_RMII_TXD1
.Or you can change the
CAN2_TX
topin_B6
.