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.

TIDM-1007: Is there a way to transfer the code from 280049 to 28379?

Part Number: TIDM-1007
Other Parts Discussed in Thread: TIDM-1000, POWERSUITE

I understand that the code is designed to work on the 280049 control card. But we have already had the 28379 control card on hand. Is there a way to transfer the code from 280049 to 28379?

I tried to run the code on the 28379 control card directly, but the code was stuck at the following line:

while(HWREG(CLKCFG_BASE + SYSCTL_O_X1CNT) > 0x1FFU)
{
HWREG(CLKCFG_BASE + SYSCTL_O_X1CNT) |= SYSCTL_X1CNT_CLR;
}

which is in file: sysctl.c

Thank you.

Best Regards,