eXoCAN
eXoCAN copied to clipboard
stm32duino CAN Library for the STM32F103 aka Blue Pill
I'm trying to get two bluepill boards to communicate with each other using this library. When one bluepill sends a frame to the bus, it's actually getting transmitted (the other...
Even thou I'm not user of this library, I've came across it while searching why my SN65HVD230 does not work. I have the same cheap knock-off from Ali. Problem was...
fixed missing u_int32_t type definition
Bellow error is present when compiling in VSCODE + PlatformIO against a STM32 bluepill ```In file included from src\main.cpp:43: .pio\libdeps\bluepill_f103c6\eXoCAN/eXoCAN.h:146:41: error: 'u_int32_t' has not been declared 146 | void filter32Init(int...
I am using the Arduino IDE 1.8.16. and followed your insalling instructions. But the Arduino Library Manager could not find "eXoCAN"