Part Number: LAUNCHXL-F2800137
Other Parts Discussed in Thread: C2000WARE
Hi Team,
Good day. I am posting this inquiry on behalf of the customer.
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.
Part Number: LAUNCHXL-F2800137
Other Parts Discussed in Thread: C2000WARE
Hi Team,
Good day. I am posting this inquiry on behalf of the customer.
Working with our LAUNCHXL-F2800137, came across with universal_motorcontrol_lab demo of motor control SDK, I wanted to know why the test[2] is 10, not 5.


Please help to advise. Thank you for extending your support.
Kind regards,
Marvin
Hi Marvin,
I just tested your code in the 'led_ex1_blinky' example in C2000WARE and it seemed to work properly. Not sure why you're seeing the result you are. Is there some specific case where the value is showing as 10 incorrectly?

int32_t test[3] = {0};
ESTOP0;
test[0] = 15;
test[1] = 10;
test[2] = test[1] / 2;
ESTOP0;
Best,
Kevin