Other Parts Discussed in Thread: C2000WARE
Hello all,
I'm in the process of getting to know the F28388D, using the Controlcard + docking station. I tried C2000WARE example usb_ex1_dev_serial and it works fine: I can see the XDS100 and TivaWare USB serial ports in my Windows 10 Device Manager, and when I open 2 serial terminals I can see the characters I type in one terminal being received by the other (both ways).
Then I wanted to try the same with the CM, using example usb_ex1_device_serial_cm. I followed the instructions, and I also load usb_config_c28x into CPU1. When I run CPU1 and CM in the debugger I can see the XDS100 and TivaWare USB serial ports in my Device Manager, but when I open the terminals and type some characters nothing is being received by the other terminal.
I did some debugging and set some breakpoints, and I found dat characters from the TivaWare USB serial port are received correctly in RxHandler(), but USBUARTIntHandler() never gets called.
Am I missing something? Do I need to change the initialisation code anywhere to make it work on my platform? Or do I need to set any switches differently on the F28388D controlcard? I have S1:A position 1 and 2 both ON, S2 position 1 OFF (left), position 2 ON (right).
Thank you.