This is in continuation to my question, USB ROM Drivers on LPC11U24. I'm trying to get the ROM-based USB device drivers to work on the LPC11U2X/3X chips. FLASH space is a premium on the LPC11U24, and getting the ROM drivers to work would save several KB when compared with the USBDevice library. So far, I've extracted the USBD headers from LPCOpen v2.00a, and modified them slightly to play nicer with the mbed compiler. I've also attempted to port the Generic HID example code:
[Repository '/users/neilt6/code/USBD_ROM_HID_Generic/' not found]
Right now if you try to compile it you will get a grand total of 30 errors and 26 warnings, all from within the mbed library... Not exactly helpful info! At first I thought including mbed.h from within the USBD code might be the problem, but removing those lines didn't change anything.
This is in continuation to my question, USB ROM Drivers on LPC11U24. I'm trying to get the ROM-based USB device drivers to work on the LPC11U2X/3X chips. FLASH space is a premium on the LPC11U24, and getting the ROM drivers to work would save several KB when compared with the USBDevice library. So far, I've extracted the USBD headers from LPCOpen v2.00a, and modified them slightly to play nicer with the mbed compiler. I've also attempted to port the Generic HID example code:
[Repository '/users/neilt6/code/USBD_ROM_HID_Generic/' not found]
Right now if you try to compile it you will get a grand total of 30 errors and 26 warnings, all from within the mbed library... Not exactly helpful info! At first I thought including mbed.h from within the USBD code might be the problem, but removing those lines didn't change anything.