2017-04-17 03:43 PM
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 #stm322017-04-17 04:14 PM
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.
2017-04-17 04:50 PM
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=false2017-04-18 02:47 AM
please can you share the ico file