Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial FatFileSystemCpp mbed
Diff: USBHostLite/usbhost_lpc17xx.cpp
- Revision:
- 22:0dd9c1b5664a
- Parent:
- 15:830fc953edd9
--- a/USBHostLite/usbhost_lpc17xx.cpp Thu Jul 01 10:43:45 2021 +0000 +++ b/USBHostLite/usbhost_lpc17xx.cpp Mon Jul 05 15:30:14 2021 +0000 @@ -45,9 +45,12 @@ // USB host structures // AHB SRAM block 1 +//#define HOSTBASEADDR 0x20080000 +// block 0 #define HOSTBASEADDR 0x2007C000 // reserve memory for the linker -static USB_INT08U HostBuf[0x200] __attribute__((at(HOSTBASEADDR))); +//static USB_INT08U HostBuf[0x200] __attribute__((at(HOSTBASEADDR))); +static USB_INT08U HostBuf[0x200]; //__attribute__((at(HOSTBASEADDR))); /* ************************************************************************************************************** * DELAY IN MILLI SECONDS