2019-03-07 06:05 AM
Is there any CAN Examples for STM32F1 Series, using the latest HAL Drivers (V1.7)? I see many examples for SPL, but have yet to come across an example with the HAL implementation. Thanks!
Target: STM32F103C8T6
Configuration done by CubeMx STM32F1, but struggling with the application aspects of the project. Ideally looking to use an interrupt driven implementation.
Solved! Go to Solution.
2019-03-07 06:44 AM
Hello,
I suggest you to refer to this CAN example and make updates according to your needs:
STM32Cube_FW_F1_V1.7.0\Projects\STM3210E_EVAL\Examples\CAN
Kind Regards,
Imen
2019-03-07 06:44 AM
Hello,
I suggest you to refer to this CAN example and make updates according to your needs:
STM32Cube_FW_F1_V1.7.0\Projects\STM3210E_EVAL\Examples\CAN
Kind Regards,
Imen
2019-03-07 03:05 PM
Hi Imen,
I can't believe I missed this, I was searching through the STM32F103RB-Nucleo and STM3210C_EVAL directories. Thank you very much!