This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Safety MCU controlCARD and USB serial communication

Other Parts Discussed in Thread: HALCOGEN, MOTORWARE, DRV8301

I'm using the TMDXRM48CNCD Hercules™ ARM® Safety MCU controlCARD (CNCD) equipped with XRM48L952ZWTT CPU.

The User Guide for this board mentions that the on-board FTDI chip responsible for USB communication is configured to act as both JTAG and serial connector ( my understanding is that it's possible to use both functions at the same time ). Later it's mentioned that the serial connection on the CPU side is done via internal SCI.

Now my question is two-fold:

1. What should be my SCI port configuration on the CPU to enable CPU-FTDI part of the serial transmission? ( baud rate, etc. )

2. What should be my virtual COM port configuration on the PC to enable FTDI-PC part of the serial transmission? ( the same as on SCI? )

3. ( bonus question ) Are there any tutorials that allow to learn the hardware piece-by-piece? I've tried making a simple application and was overwhelmed with the amount of configuration options available at HALCoGen. ( I've tried doing an even simpler application without HALCoGen, but it turned out to be a bad idea )