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.

TMS320F280025C: TMS320F280025C SCI Communication not working in standalone mode

Part Number: TMS320F280025C
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Dear Sir,

I have an issue related to SCI communication: SCI Communication not working in standalone mode
1. The SCI communication works well after flashing the program (Setting: boot from flash/ Get Mode) in the TI F280025C with SCI interface of  other MCU.
2. But after turning off and ON (reboot), the system's power. Then, SCI communication fails between TI F280025C MCU and other connected microcontrollers (Display: NX8048P050-011C-Y).

After restart the system other part of program working fine but SCI does not working.

The Program file is attached here

sci_ex2_HMI_Display_interrupts.c
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// Included Files
//
#include "driverlib.h"
#include "device.h"
// Globals
//
uint16_t frequency, measured_voltage;
float voltage, duty;
volatile uint16_t Data_Available = 0, Data_Available_TX=0 ;
//
// Send data for SCI-A
//
uint16_t tx_buffer[17];
//
// Received data for SCI-A
//
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Regards

Ajeet