Skip to main content
SLaws
Associate
March 7, 2019
Solved

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

  • March 7, 2019
  • 2 replies
  • 993 views

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.

This topic has been closed for replies.
Best answer by Imen.D

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

2 replies

Imen.DBest answer
ST Technical Moderator
March 7, 2019

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
SLaws
SLawsAuthor
Associate
March 7, 2019

Hi Imen,

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