Page 1 of 1

TJA1050 CAN bus library

Posted: Mon Feb 01, 2021 8:35 pm
by Keistuolis
Hello,
is there a library for controlling CAN bus with TJA1050 chip only? TJA1050 chip is connected to PA11 and PA12 pins.
Since the F103 already has built in can controller i only connected the TJA1050 CAN transceiver. Any help apreciated :)

Re: TJA1050 CAN bus library

Posted: Wed Feb 03, 2021 11:19 pm
by Franke39
There are many STM32F103 CAN Bus libraries on github. Do a search and pick your favorite :)

Re: TJA1050 CAN bus library

Posted: Thu Feb 04, 2021 9:48 pm
by mack
I successfully use https://github.com/exothink/eXoCAN library for the stm32f103

It would be very nice if an official CAN Bus library could be introduced into the stm32Duino that would work with the whole family of STM32 micros.