Part Number: LAUNCHXL2-570LC43
Other Parts Discussed in Thread: HALCOGEN,
I am trying to follow the adcDisplay HALCOgen example for the LAUNCHXL2-570LC43. I have tried with all the SCI on the board and do not see any text transmitted to the console. For SCI2/3/4, the SCI->FLR register seems to be stuck at 0x00000904 after initialization so execution is stuck in infinite loop at the line below:
while ((sciREGX->FLR & 0x4) == 4); /* wait until busy */
For SCI1, the value is 0x00000900 and it does not get stuck at this line, but I still see no data on the terminal. I have a terminal connected from CCS to the board but still the registers are stuck IDLE for SCI2/3/4.
Please provide any guidance on how to clear this bit. Which is the correct SCI to use to communicate with CCS over standard USB cable connected to LaunchPad? Documentation seems to show LIN1/SCI3 is available, but this one is always stuck at FLR register = 0x00000904
