USB stack driver

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

cross mob
harelTur
Level 3
Level 3
25 sign-ins 10 replies posted 10 questions asked

Hi

 

I use Cypress 4343.. (Laird EWB sterling)

I want to add USB stack driver - usb device,

I try to operate the example usb_devie_cdc_acm_read_write from snip but I t not workong with my platform.

What is the correct wat to import USB stack driver.

Due to ST datasheet my MCU support on USB HW.

 

 

0 Likes
1 Solution
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

I see that the .mk file of example usb_device_cdc_acm_read_write has provided some valid platforms which don't include STM based platform. You can add your platform under the valid platforms and then can check this example. Make sure that your platform files are properly imported into the WICED.

Thanks

Aditi

View solution in original post

0 Likes
3 Replies
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

Can you provide more details on the platform being used? What is the host? Have you added the platform files in WICED?

Thanks

Aditi

0 Likes
harelTur
Level 3
Level 3
25 sign-ins 10 replies posted 10 questions asked

I add my platform mk file and platform.c/h 

I use Laird sterrling EWB base on STM32F412...

I want to add to my project the USB ability.

I checked in ST data sheet, the MCU support on USB communicaitno.

When I try to compile from snip the example (device host) it isnt working.

Please help ne with this issue. 

0 Likes
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

I see that the .mk file of example usb_device_cdc_acm_read_write has provided some valid platforms which don't include STM based platform. You can add your platform under the valid platforms and then can check this example. Make sure that your platform files are properly imported into the WICED.

Thanks

Aditi

0 Likes