Other Parts Discussed in Thread: CC1310, SYSBIOS
Tool/software: Code Composer Studio
Hi,
I'm looking for the proper build and debugger settings to get the source code to display during single stepping in BIOS_start(). As soon as I step into BIOS_start() or user application driver, only the disassembly is available. Is this an optimization issue as to why it does not link to the source code during debugging but does during building?
I am using CCS V901 with the CC1310 launch pad and adcsinglechannel driver. The driver builds, compiles, samples 2 adc inputs and displays 1 time before locking up to a Tera term, and I am unable to step through the source code to find problem areas.
Thanks,
Dan Dudek