Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 9 months ago.
Can Bus with stm32f4 disco
Hello everyone, I'm currently trying to use the can bus with my discovery-f407vg, but from what I could test the basic mbed library does not work. I also tried to use this
Import libraryCANnucleo
Controller Area Network library for NUCLEO boards equipped with CAN peripheral.
biblioteque even it does not compile:
Quote:
Error: Identifier "CAN_Message" is undefined in "CANnucleo/cannucleo_api.h", Line: 79, Col: 16 Error: Identifier "CAN_Message" is undefined in "CANnucleo/cannucleo_api.h", Line: 80, Col: 30
Would you know of any other solution to be able to use the bus can on my board?
Thank