Other Parts Discussed in Thread: LP-AM263
Hi expert,
Customer reports they have concern about SDK8.05 reliability that they did not have by using SDK8.3.
They narrow down the procedures to reproduce this problem.
1. import the empty project freertos version from SDK8.5.
2. change the code as below.
void empty_main(void *args)
{
uint32_t i=0;
/* Open drivers to open the UART driver for console */
Drivers_open();
Board_driversOpen();
while(1)
DebugP_log("All tests have passed %d!!\r\n",i++);
Board_driversClose();
Drivers_close();
}
3. program the image generated by this code, and run it on LP-AM263.
Within 5minutes, the system get halt.
The issue can only reproduced by program the image into device and running at functional mode. If we are using CCSDebug, we can't not reproduce this problem.
The same code by using SDK8.3 can run well..
I also can reproduce this issue easily on LP-AM263
Customer are wondering what we change in SDK8.05. Anything related to DebugP or FreeRTOS?
They also want to know how to fix this problem.
Can you please help to check this problem?
Regards
Andre






