Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any news on CAN Bus - STM32F103 #375

Closed
silardg opened this issue Nov 20, 2018 · 5 comments
Closed

Any news on CAN Bus - STM32F103 #375

silardg opened this issue Nov 20, 2018 · 5 comments

Comments

@silardg
Copy link

silardg commented Nov 20, 2018

I have been searching for a good supported CAN library for the STM32F103 (Bluepill).

I have found that there are supporting functions here for the CAN interface, but I'm not sure how to access them or use them.

@silardg
Copy link
Author

silardg commented Nov 20, 2018

I have been digging into the files to understand it better.
I have found this define, where including the above referenced code is commented out.

If I uncomment it, will I be able to access it somehow?

@fpistm
Copy link
Member

fpistm commented Nov 20, 2018

Hi @silardg
Currently, it is not supported.
Anyway you can enable it and code it yourself using the HAL.
One other solution is to use Roger core which has a CAN library:
http://stm32duino.com/viewtopic.php?f=15&t=72

@VictorLamoine
Copy link

VictorLamoine commented Feb 18, 2019

Looks like CAN is still disabled for the Blue-Pill (https://github.com/stm32duino/Arduino_Core_STM32/blob/master/variants/BLUEPILL_F103XX/stm32f1xx_hal_conf.h#L55)

Is there any plan to add official CAN support for the Blue-Pill?

@fpistm
Copy link
Member

fpistm commented Feb 18, 2019

Currently no plan as I've a lot of stuff to do 😕
I know @geosmall do some dev around CAN:
http://stm32duino.com/viewtopic.php?f=48&t=4524

@fpistm
Copy link
Member

fpistm commented Feb 19, 2019

Close this one to track all CAN request on the same issue #259.
Mark it as duplicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants