pridolfi / workspace

Embedded software development workspace for some microcontrollers.
BSD 3-Clause "New" or "Revised" License
4 stars 15 forks source link

fix usb_cdc example for lpc4337 #6

Open pridolfi opened 8 years ago

pridolfi commented 8 years ago

see https://github.com/pridolfi/workspace/tree/fix/usb_cdc_lpc4337

abend-arg commented 5 years ago

Hi, is there any workaround for this? In the next line hungs completly using a EDU-CIAA.:

ret = USBD_API->hw->Init(&g_hUsb, &desc, &usb_param);

I assume that it is the bug for what this issue was opened for.

pridolfi commented 5 years ago

Hi, here is a CDC example for LPC4337: https://github.com/pridolfi/workspace/tree/master/examples/usb_rom_cdc

This issue was opened because besides CDC another drivers require porting.

abend-arg commented 5 years ago

It worked like a charm, thanks!