eXoCAN icon indicating copy to clipboard operation
eXoCAN copied to clipboard

stm32duino CAN Library for the STM32F103 aka Blue Pill

Results 7 eXoCAN issues
Sort by recently updated
recently updated
newest added

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"

Hi, Was able to get the lib working with STM32F103Cx (blue pill), But no luck with STM32F103RB. Library compiles and uploads without any errors but doesn't send or receive CAN...

From the datasheet section 22.7.7 linked below, the number of clock cycles for a single bit is 1 + (TS1[3:0] + 1) + (TS2[2:0] + 1). Using the previous values...