2019-02-10 02: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
2019-02-10 04: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.
2019-02-11 03:37 PM
Thank you,
but i am trying to stay away from Cube/HAL
2019-02-11 05: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.
2019-02-11 05:57 PM