Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 9 months ago.
Is USBSerial compatible with LPC11U35/501?
I am trying to compile the USBSerial hello world for the LPC11U35/501 but am getting an error:
Error: Cannot open source input file "device.h": No such file or directory in "extras/mbed_3d0ef94e36ec/platform.h", Line: 21, Col: 20
1. Is the USBSerial intended to work with LPC11U35/501? 2. Does the USBSerial uses the MCU's USB hardware interface or is it some software bit banging USB? 3. If the answer for #1 above is yes, what should I fix?
Thanks for your help.
(I do have a working version of virtual USB/Serial for the LPC11U35 that uses its ROM function but would like to have the standard USBSerial here working).