2016-02-16 07:12 AM
hello,
can anyone please share a demo exaple of STM32F4 Discovery board CAN BUS demo example on True atollic studio. #smt32f407-can-bus2016-02-16 01:07 PM
The STM32F4-DISCO does not provide CAN connectivity, you'd have to be specific about your pin/peripheral usage.
I've posted several CAN examples that work on either F2 or F4 platforms.You can review the CAN examples for the STM3240G-EVAL board within the STM32F4 DSP firmware library release.STM32F4xx_DSP_StdPeriph_Lib_V1.6.0\Project\STM32F4xx_StdPeriph_Examples\CAN\CAN_Networking\readme.txtSuggest you port as much of the examples to your specific platform, and we'll see if I can get you the last 5-10% of the way left.I don't use Atollic