-
Notifications
You must be signed in to change notification settings - Fork 1k
[New Variant] Can Filter with STM32F105RBT6 #869
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
Comments
I must say that the integration itself is working, and the device can be programmed trough Arduino. However there is one critical issue which i cannot figure out: I suppose that its a timing issue and thereis something missing in the configuration, but i cannot figure out what exactly. The SystemClock_Config function is same on both SW4STM and Arduino. Also the HSE_VALUE is set to 25000000U in Arduino. |
Hi @EliasKotlyar For your variant, it should be better to create a generic one for STM32F105RBT6 and then declare in boards.txt the dedicated one CAN Filter. |
Hello @fpistm I have defined the correct one(HSE: 25000000U) in variant.h here: However it does not solve the problem. Blink is not working, normal LEDs on/off are working fine. I suppose it may be also some bug/quirk of the "Connectivity Line" SOCs, which STM32F105 belongs to. There are no other Boards defined supporting this Product-line, so its maybe something SOC specific which needs a certain patch. The interesting part is, that the SW4STM is working fine with this configuration |
OK @EliasKotlyar |
Request added to the request list: #722 |
Hello how to connect this board to PC? to use Can Hacker |
Board description (please complete the following information):
Documentations
None available because its a "noname" product. I have completed a short overview here:
https://github.com/EliasKotlyar/Canfilter
Schematics
None available, however the board itself is pretty basic.
Where this hardware can be purchased
Search on Aliexpress for "Can Filter"
Dont event ask...I want to retrofit a CAN-Device from a newer Car(Idrive from a F10) into my old car. Both Devices are using different commands and CAN-Speeds. First i wanted to make a board myself, however i stumbled across this board and bought it for 10 Dollar.
The text was updated successfully, but these errors were encountered: