the enable arr len is 10 while the disable arr len is 2, what is the concept behind this setting and will this cause problems?
my sdk is this version: ti-processor-sdk-rtos-j784s4-evm-09_00_00_02
Thanks!
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.
the enable arr len is 10 while the disable arr len is 2, what is the concept behind this setting and will this cause problems?
my sdk is this version: ti-processor-sdk-rtos-j784s4-evm-09_00_00_02
Thanks!
Hi,
There is no specific reason, we can reduce the enable array also to 2, as it just configures single register..
Regards,
Brijesh
let's say script[2] ~ script[9] is not specified, so each will become {0x00, 0x00, 0x00}
so they are not 0xFFFF, so they will go inside the while loop?
are there any mistakes in my reasoning?
Thanks for your help!
best,
Yes, but the second entry in the array is 0xFFF, that will make sure to break the loop.
Regards,
Brijesh