Hello,
I'm trying to deploy and debug code for the IWR1843BOOST.
I'm following the mmWave SDK user guide and these are the steps:
1) Flashed the xwr18xx_ccsdebug.bin
2) Switched SOP2 to OFF (SOP2:0 SOP1:0 SOP0: 1)
3) Launched the target configuration (configured according to the user guide)
4) Connected the target (XDS110 USB debug probe_0/Cortex_R4_0)
5) Loaded the xwr18xx_mmw_demo_mss.xer4f
6) Run the application
I can easily breakpoints, follow the application process, see variables etc... but I can't connect to the serial console on /dev/ttyACM0. If I try to connect the mmWave Demo Visualizaer it hangs on "Waiting for data" on both devices (CFG_PORT and DATA_PORT).
The same application if flashed works fine.
What am I doing wrong?
Thanks a lot