2020-11-29 11:32 PM
I had gone through the datasheet and user manual. I could not fined respective CAN_TX, CAN_RX pins on the board(Pin Number PA12(CAN_TX), PA11(CAN_RX)). These pins are not available on the Discovery board. Then how can I take CAN TX, RX data to the external transceiver? Can anybody help me to find those pins and how it has to be proceeded for building the CAN ?
Solved! Go to Solution.
2020-11-29 11:59 PM
As the name suggests, Discovery Boards try to give the chance to discover as many possibilities of the particular device as possible. Unfortunately, the relevant pins are already blocked at your Discoveryso that it is not possible to connect the CAN transceiver.
Please use a NUCLEO instead, e.g. the NUCLEO-L476RG, where all pins can be used freely.
Good luck!
When your question is answered, please close this topic by choosing Select as Best.
/Peter
2020-11-29 11:59 PM
As the name suggests, Discovery Boards try to give the chance to discover as many possibilities of the particular device as possible. Unfortunately, the relevant pins are already blocked at your Discoveryso that it is not possible to connect the CAN transceiver.
Please use a NUCLEO instead, e.g. the NUCLEO-L476RG, where all pins can be used freely.
Good luck!
When your question is answered, please close this topic by choosing Select as Best.
/Peter
2020-11-30 03:47 AM
Thank You Peter BENSCH for the infomation