Search found 8 matches
- Sat Feb 11, 2023 1:26 am
- Forum: Off topic
- Topic: Taking a look at STM32G0 series
- Replies: 95
- Views: 469164
Re: Taking a look at STM32G0 series
That's a great way of displaying it's connectivity !
- Mon Oct 31, 2022 12:57 am
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: NUCLEO-F413ZH STM32F413ZHT6 144 pins - CAN BUS
- Replies: 1
- Views: 13893
Re: NUCLEO-F413ZH STM32F413ZHT6 144 pins - CAN BUS
I'm not sure I got all three CAN ports going on the F413. I had a mishap with a stray 12V wire and the F413 processor smoke managed to escape.
I use the library personally on F103/105/107 and L432/L452.
FYI, I've only used it with CAN transceivers.
The original ExeoCAN library can get stuck in ...
I use the library personally on F103/105/107 and L432/L452.
FYI, I've only used it with CAN transceivers.
The original ExeoCAN library can get stuck in ...
- Mon Oct 31, 2022 12:41 am
- Forum: General discussion
- Topic: Blue pill and CANbus
- Replies: 18
- Views: 21580
Re: Blue pill and CANbus
Yes I did get the CAN bus going on the F413
- Fri Mar 18, 2022 12:33 am
- Forum: General discussion
- Topic: Blue pill and CANbus
- Replies: 18
- Views: 21580
Re: Blue pill and CANbus
I've used the ExoCan library and it works pretty well for F103 bluepills. (and allows for alternate pins)
I extended and modified this library to suit F105/107 dual CAN ports.
https://github.com/mackelec/meCAN
I've got it working on L452 and when I can get chips again I'll get it going on F4 types ...
I extended and modified this library to suit F105/107 dual CAN ports.
https://github.com/mackelec/meCAN
I've got it working on L452 and when I can get chips again I'll get it going on F4 types ...
- Thu Feb 04, 2021 9:48 pm
- Forum: General discussion
- Topic: TJA1050 CAN bus library
- Replies: 2
- Views: 8062
Re: TJA1050 CAN bus library
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.
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.
- Mon Jul 20, 2020 10:07 pm
- Forum: Libraries & Hardware
- Topic: New CAN Bus Library for the stm32f103
- Replies: 16
- Views: 53207
Re: New CAN Bus Library for the stm32f103
No the stm32F105 isn't supported. It is very similar to the 103. I hope to add the 105 for my purposes but it will be the first time for to attempt to add a new variant.
- Thu Jul 09, 2020 4:19 am
- Forum: Libraries & Hardware
- Topic: New CAN Bus Library for the stm32f103
- Replies: 16
- Views: 53207
Re: New CAN Bus Library for the stm32f103
It would be very good if it could use the 2nd CAN port of the stm32F105RBT.
Btw I like the way you can select Alternate pins. In my case I did use PA11,PA12
Btw I like the way you can select Alternate pins. In my case I did use PA11,PA12
- Wed Jul 08, 2020 12:40 am
- Forum: Libraries & Hardware
- Topic: New CAN Bus Library for the stm32f103
- Replies: 16
- Views: 53207
Re: New CAN Bus Library for the stm32f103
Thank you, works well for me as well.
Arduino IDE 1.8.13 official core
Bluepill - (128k)
65HVD234 transceiver
I do get this warning:
WARNING: library eXoCAN claims to run on STM32F1 architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s).

Arduino IDE 1.8.13 official core
Bluepill - (128k)
65HVD234 transceiver
I do get this warning:
WARNING: library eXoCAN claims to run on STM32F1 architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s).