Other Parts Discussed in Thread: CC2650,
Tool/software: Code Composer Studio
I have used TI Resource Explorer to load adcsinglechannel into CCS7.0.0.00042.
I have a CC2650 launchpad that I can debug and break the code, but I can not see any System_printf output in the console.
I have tried to follow the help provided by Googling my problem but to no avail. Things like this in the cfg file:
var SysStd = xdc.useModule('xdc.runtime.SysStd');
System.SupportProxy = SysStd;
Also, tried using System Analyser and printf instead of System_printf (added #include <stdio.h>), no luck.
Any help would be appreciated...
Thanks,
Dale
