Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Hi there,
I have got a TMS320F28379D LaundPad V2.0.
I have downloaded the "sci_echo_back_cpu01" example from C2000Ware.
I modified the RX and TX pin to GPIO 43 and 42 as shown in the LaundPad schematic.
GPIO_SetupPinMux(43, GPIO_MUX_CPU1, 0x0F); GPIO_SetupPinOptions(43, GPIO_INPUT, GPIO_PUSHPULL); GPIO_SetupPinMux(42, GPIO_MUX_CPU1, 0x0F); GPIO_SetupPinOptions(42, GPIO_OUTPUT, GPIO_ASYNC);
I just build and download this example to the Launchpad.
On the computer, I use Tera Term and setup: speed: 9600, Data 8 bit, Parity none, Stop bits 1, Flow Control none. (The same as in the example guide).
However, what I saw on the terminal is not ASCII text. I do not know what is wrong.
Could anyone have the experience to solve it? Thank.
Kind Regards,
Alex
I have got a TMS320F28379D LaundPad V2.0.I have downloaded the "sci_echo_back_cpu01" example from C2000Ware.I modified the RX and TX pin to GPIO 43 and 42 as shown in the LaundPad schematic.