Other Parts Discussed in Thread: LAUNCHXL-TMS57004, , BQ76PL455A, BQ34Z100EVM, BQ76PL455EVM
Hi,
I am having a problem running the demo code tms570bms-1.0 downloaded from here:
The code hangs in an infinite while(1) loop in file emb1428.c line 339 when I enable balancing by the tool tms570bmsgui-1.0.
if((g_ui32EMB1428Status &(0xF0)) != 0xA0) { while (1); // The code hangs here }
I am using LAUNCHXL-TMS57004 Rev.C and EM1402EVM PWR580 Rev.B. All symptoms are the same as this post:
But there is no solution in that post. Can someone help?