2020-11-22 07:42 AM
Hello,
i am new to HAL Libraries. i am learning to work with CAN BUS using HAL Libraries. I want to test the CAN LOOPBACK MODE with Adafruit STM32F405 Feather .Can any one please post an example using HAL Libraries.
Thanks in advance.
2020-11-24 04:41 AM
Hello @SBoug.1 ,
Welcome to the STM32 Community :smiling_face_with_smiling_eyes:
I recommend you that you refer to the CAN example and get inspired from this example wtih STM32CubeF4:
STM32Cube_FW_F4_V1.25.1\Projects\STM324x9I_EVAL\Examples\CAN\CAN_LoopBack
This will help you to set up a communication with the CAN in loopback mode.
Imen