Hi,
I tried to use your library on this board but it did not send any massage

`#include <MEcan.h>
meCAN1 can1;
HardwareSerial Serial1(PA10, PA9);
void setup()
{
Serial1.begin(115200);
can1.begin(500,PA11,PA12,STD_ID_LEN);
}
void loop()
{
sendCAN1();
delay(1000);
}
void sendCAN1()
{
unsigned char out[8] = {8, 7, 6, 5, 4, 3, 2, 1};
can1.transmit(200,out,8);
}`
F105R(8-B-C)T.zip
Hi,
I tried to use your library on this board but it did not send any massage
`#include <MEcan.h>
meCAN1 can1;
HardwareSerial Serial1(PA10, PA9);
void setup()
{
Serial1.begin(115200);
can1.begin(500,PA11,PA12,STD_ID_LEN);
}
void loop()
{
sendCAN1();
delay(1000);
}
void sendCAN1()
{
unsigned char out[8] = {8, 7, 6, 5, 4, 3, 2, 1};
can1.transmit(200,out,8);
}`
F105R(8-B-C)T.zip