cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any CAN Examples for STM32F1 Series using HAL Drivers?

SLaws
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
SLaws
Associate II

Hi Imen,

I can't believe I missed this, I was searching through the STM32F103RB-Nucleo and STM3210C_EVAL directories. Thank you very much!