cancel
Showing results for 
Search instead for 
Did you mean: 

CAN (controller area network ) of STM32F303K8

abdou si
Associate III
Posted on April 18, 2017 at 00:43

Hello 

i am working with CAN of STM32F303K8 but i didn't found any Document about configuration in STM32CubemX 

any Help please 

#can #stm32f3-nucleo #stm32
3 REPLIES 3
Posted on April 18, 2017 at 01:14

Isn't it a point-n-click interface?

Want to see some working CAN examples? Did into the HAL projects under the Cube installation for the F3, likely to be several for the EVAL series boards which could be port to other boards and pin configurations.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
T J
Lead
Posted on April 18, 2017 at 01:50

check the CubeMx Repository:

C:\Users\nickm\STM32Cube\Repository\STM32Cube_FW_F3_V1.4.0\Projects\STM32F303K8-Nucleo\Examples

there are no Can Examples for this processor ??

but I found this one for you:

C:\Users\nickm\STM32Cube\Repository\STM32Cube_FW_F3_V1.4.0\Projects\STM32F303C_EVAL\Examples\CAN\CAN_Networking

here is my config in cubeMX attached, I am running my CanBus at 20Khz,

to run 250KHz, you have to make the 'Time for one bit ' = 4000nS

________________

Attachments :

Can Configuration in CubeMX.jpg : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyiN&d=%2Fa%2F0X0000000bBP%2F6AAGLyAzK5W3ThM044tRstliKT1hvI4m79KXtqYwnm4&asPdf=false
Posted on April 18, 2017 at 09:47

please can you share the ico file