CAN communication using STMF103
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-10 2:22 PM
I am new with CAN bus implementation,
can somebody point me in right direction?
Example project would be the best.
Thank you
Alexei
- Labels:
-
CAN
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-10 4:29 PM
For the STM32F1 I'd probably look at the SPL examples for the EVAL boards. Like some examples under the Cube/HAL trees also, but can't speak to the functionality. F1 is rather antiquated at this point.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-11 3:37 PM
Thank you,
but i am trying to stay away from Cube/HAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-11 5:41 PM
Try the SPL version then. https://www.st.com/en/embedded-software/stsw-stm32054.html
STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\CAN\Networking\readme.txt
If you "don't want to do libraries", then avail yourself of the Reference Manual, and hand code your own solution.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-11 5:57 PM
But thank you for trying.
Alexei
