Hi,
what are steps necessary to step into driver code (say, GPIO_init() ) with SDK 6.20 and TI Clang compiler?
Using the empty project:
- No optimization for compiler
- I've defined, among others, DRIVERLIB_NOROM globally, just in case.
- I also tried to add the symbols for driverlib, also just in case driverlib is being used (which I don't think it is?)
Trying to step into GPIO_init(), CCS is unable to find the C file, as shown here:
Debugger stopped at function:
Trying to step into, breakpoint set in assembly, showing file not found:
Showing includes for project: