Part Number: TMS320F2800137
Other Parts Discussed in Thread: C2000WARE
Customer found an urgent issue when they tried to write value into a int64(long long) data, with the below codes. As shown in the watch window, lower 32 bit was not written with the expected data.
static long long s_i64test = 0;
long long i64testData;
for(;;)
{
i64testData = 0x12345678987;
s_i64test = i64testData;
}

However, they copied the same codes into our example project, "led_ex1_blinky", it worked as below


I checked the complier versions is the same.
Could you please help check the possible reasons for their project? Since their project is required to deliver next Monday, we do expect your support today. Thank you!
Their project link:
tidrive.ext.ti.com/.../36f0a855-7eba-42cc-9c18-8b777f68e8aa