Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello,
I'm working on a project around the TMS570LC43x Hercules Dev Kit.
I used the following tutorial
to set up the SCI module.
The problem is that the RX interrupt doesn't work:
-I start to send periodic serial data with Com Port Data Emulator in the virtual port via USB cable
-I can see the RX SCI led light up
-Trying to put a breakpoint inside the interrupt sci function in Code Composer Studio, the running never stops
I also tried to receive data, whene interrupts are enabled, using sciReceive function but it doesn't work.


