Greetings!
I use Hercules TMS570LS0432 Launchpad. I use USB port for SCI communication with PC. There was a problem with my PC mouse(USB) when Launchpad kit was in debug mode with CCSv6. I triggered PWM of 10us(50% Duty Cycle) through HET1 to use vTaskGetRunTimeStats( ) for the FreeRTOS application. This caused my mouse to work unusual. Kindly clear the following queries
1) Can HET generate PWM signals of <1ms and still Launchpad can run in Debug mode via USB without disturbing other USB attached hardware?
2) Is there any clash that can happen with the USB mouse driver and Launchpad kit driver in any case? If yes, please list the possible cases.
3) Is it the right practice when using Launchpad to communicate (UART communication) with PC through USB port available on Launchpad? Is there any other way to proceed the communication other than USB