具有串行端口错误的Nubedo F746ZG的Mbed以太网

时间:2018-11-28 08:59:01

标签: c++ ethernet can-bus mbed

我正在尝试在Nucleo F746ZG上使用以太网连接, 但是,每当我使用mbed的官方包含时,我的图钉就不再被识别。 除此之外,某些标准命令也不能像数字输出一样工作。 欢迎所有帮助,并在此先感谢。

#include "EthernetInterface.h"
#include "mbed.h" //Includes a diffent map.
#include <string>

Serial pc(USBTX, USBRX);//Selects the type of serial and assigns a name to it.
DigitalOut led1(LED1);//Selects the led.
CAN can1(PD_0, PD_1); <---- // CAN isnt recognized anymore //Sets the pins for the CAN.

这是我收到的错误:

错误:“ Nucleo_F746ZG_Ethernet / main.cpp”中未定义标识符“ CAN”,行:7,列:2

1 个答案:

答案 0 :(得分:0)

我建议更新到最新的Mbed OS版本,我已经在Mbed OS 5.10上针对Nucleo-F746ZG对其进行了测试,并且编译良好。