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.
6 years, 7 months ago.
How to get started with STM32F767?
Hello,
I am completely new to mbed platform.
I would like to write a simple program to communicate on CAN bus.
I found CANnucleo library and tried to import it to my project but the compiler says
Error: Identifier "CAN_IRQ" is undefined in "CANnucleo/CANnucleo.cpp", Line: 258, Col: 26
Can you help me?
1 Answer
6 years, 7 months ago.
Hello Vaclav,
Because mbed now includes CAN support also for the STM boards you can get started for example with the CAN_Hello demo. Once imported into the online compiler remember to update the mbed library by right clicking on it and selecting update
.