Skip to content

Tested on 18 in 1 universal can filter stm32f105 but did not work #1

@tunvu1904

Description

@tunvu1904

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

Image
`#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions