Part Number: TMS320F280039C
Hello Support team,
I'm new to TI microcontroller, I'm trying to update the control board of the TMS320F280039C controlCARD using the serial flash programmer.
This is how I set my control card:
S1A P1->Off, S1A P2->Off.
S2 P1->0(GPIO24), S2 P2->1(GPIO32) as described in the datasheet*:

S3->Internal (UP)
I'm using an MCP2221A USB to UART converter (but I've tried also an FTDI with same result). The RX pin of the MCP2221A brakoutmodule is connected to pin 76 of the control card docking and the TX pin is connected to the pin 78 of the control card docking. GND of both boards are connected.
I've compiled the kernel project and generated the programming file using hex2000 attached.
I turn on the control card, launche the serial_flash_programmer.exe application with the following string:
C:\Work\Documenti\BitBucket\MCP2221A\bin\Debug\net8.0>C:\Work\Documenti\BitBucket\MCP2221A\bin\Debug\net8.0\FlashProg\serial_flash_programmer.exe -d f28003x -k C:\Work\Documenti\BitBucket\MCP2221A\bin\Debug\net8.0\kernels\flash_kernel_ex3_sci_flash_kernel.txt -a C:\Work\Documenti\BitBucket\MCP2221A\bin\Debug\net8.0\firmware\led_ex1_blinky.txt -p COM33 -b 115200 -v
but it always remains in the "Attempting autobaud to send function message..."
I've checked with the scope if the character "A" is sent properly and it is, levels are correct, but the microcontroller never answer.
Could you explain me where is my mistake?
Thank you
*The control board manual report a different configuration, which one the correct one?

