XMC4800 USB BULK Mode driver

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

cross mob
sihyunkim
Level 1
Level 1
Distributor
Welcome! First question asked
Hi,
I trying to USB Function with our customer using XMC4800.
we want to communicate from PC to XMC4800 by USBD_BULK mode. because they need to high speed communication .
I know that infinion example web site as a below.

https://www.infineon.com/cms/en/product/promopages/aim-mc/dave_downloads.html

but, There is no Bulk mode example project.
Do you have USB bulk mode example project to assist our project?
0 Likes
2 Replies
Not applicable
In the absence of other answers, take a look at this project - https://github.com/micropython/micropython-infineon/tree/master/xmc. It's not exactly reusable, but it gives a good start with implementing USB drivers on XMC4x00s.

I was not able to find any example code for Infineon micros anywhere unfortunately.

Hope that helps,
Andrey
0 Likes
User13476
Level 1
Level 1
Dear All,

I am working on USB Device driver development. I need transmit some data from the device to USB host.
I got following example "USBD_VCOM_APP_Example_XMC45". However it is an APP based project.

Kindly share some example codes which are not App based.

Thank you In anticipation

A
0 Likes