I made change on the biosusb keyboard hid dev example for sending and receiving 32 bytes data with PC. The memory need is reduced so the program can run on internal memory of c6745. The program run ok on evmomapL137 and can exchange data with a hid application on PC. But it do not work when I tried UART boot by the DSUB-9 connector on evmomapL137 board. UART boot process seems end fine but it do not respond to my hid application on PC. I used genAIS and UARTboot on other programs before and had no problem. I already add Setup_System_config() & Setup_Psc_All_on() . Do I need to set timer1 for ticking tasks? (usbdevhid have many threads _DevHidAppMan, jungo_thread0......5, timer1 is used to tick tasks )