Part Number:MSP432P401R
Hi,
I installed "simplelink_msp432p4_sdk_3_10_00_08", loaded the "outofbox_msp432p401r_exp432p401r_tirtos_ccs" project, build it and uploaded it to the msp_exp432p401r board.
It didn't run properly and, in the debugger, it was quicly noticed that:
if (start[0] == 'S' && start[1] == 'T' && start[2] == 'A' && start[3] == 'R' && start[4] == 'T')
bytesReceived = -1;
"bytesReceived= -1; was never executed.
I tried the "OutOfBox_MSP432.out" from the tools directory and flashed it. That one runs fine! Making a binary compare it shows these files are completely different!
I cannot imaging that this is ment to be this way? I would expect both syscfg and non-syscfg, for tirtos in this case, to work as well?
Why?
regards,
Laurent