2016-01-06 09:06 AM
As the title says, I am looking for working code examples
#stm32 #can2016-01-06 09:32 AM
Hi bigden.gary,
I'd highly recommend you to start from CAN example under STM32Cube F3 package: STM32Cube_FW_F3_V1.4.0\Projects\STM32303C_EVAL\Examples\CAN\CAN_NetworkingThis example shows how to configure the CAN peripheral to send and receive CAN frames in normal mode.-Syrine-2016-01-06 12:43 PM
Is it remarkably different from any of the other STM32 instantiations?
2016-01-06 04:02 PM
Several additional examples in the SPL,
STM32F30x_DSP_StdPeriph_Lib_V1.0.0\Project\STM32F30x_StdPeriph_Examples\CAN\CAN_DualFIFO\main.c2016-01-07 01:23 AM
Thanks for all the help guys, because it was all helpful!