Other Parts Discussed in Thread: HALCOGEN,
Tool/software: Code Composer Studio
Hello,
I am using a TMS570LS1227-PGE µC for an inertial sensor project. One of the feature needed is to use UART communication between the µC and other device (PC).
FIrst, for prototyping, I used the LIN/SCI2 port (calling sciSend on scilinREG), the one who pass through USB link, and everything worked well.
Now that we want to make our own card, I tried to make the communication through the SCI port (sciREG). This is the only thing that changed between the 2 programs loaded: sciREG instead of scilinREG. However, this does not work at all: communication does not work on PC side, and when checking with a scope on the SCIRX/TX pin (pin 38/39), what we see is very weird: it does more look like a clock or something like 010101.. more than an actual frame.
Observations and tests made on our own made board or on the TMS570 Hercule LaunchPad are the same (pin 38/39 of µC are wired to pin J11-333/34 on the launchpad)
I am using FreeRTOS, configured with HalCogen - TMS570ls-1224PGE-FreeRTOS, as I could not find a freeRTOS project for the tms570ls1227...
Any clue of what could the problem be ?
Thank you for your help
Audry