Canbus support on wiced sdk

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ritu_2178811
Level 3
Level 3
5 likes given First like received First like given

Hello,

Does wiced sdk for wifi support canbus?  I have BCM43362+STM32F205 WICED  based module. The uC supports canbus but I am not sure if Wiced SDK supports this?

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

The library for ST MCU inside WICED SDK has support for CAN. ( Check: 43xxx_Wi-Fi/WICED/platform/MCU/STM32F2xx/peripherals/libraries/src/stm32f2xx_can.c) You can try leveraging that for your application.

View solution in original post

2 Replies
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

The library for ST MCU inside WICED SDK has support for CAN. ( Check: 43xxx_Wi-Fi/WICED/platform/MCU/STM32F2xx/peripherals/libraries/src/stm32f2xx_can.c) You can try leveraging that for your application.

Thanks!

so it's like aside from the SDK that Wiced provides, we can also directly access the registers of the STM32f2xx and use the peripherals that are not already supported in the SDK

I'll give that a try and report about the outcome