// USB host structures // AHB SRAM block 1 #define HOSTBASEADDR 0x2007C000 // reserve memory for the linker static USB_INT08U HostBuf[0x200] __attribute((section("HOSTBASEADDR"))) ; //__attribute__((at(HOSTBASEADDR)));