Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
Hi,
I'm using simplelink cc13x2_cc26x2_sdk_3.3 for my CC1352R1 based custom board. Initially, I tried flashing simple peripheral example(with custom board enabled in the sysconfig and also, I've changed the UART pins as they are different from the launchpad pins). When I paused the debug session it was showing "Break address at "0x1002de0e" with no debug information available, or outside of program code."
And then I tried running the UART echo example in my custom hardware, and paused the debug session, now it is showing "Can't find a source file at "..\rom_temp\rom\fw\src\..\driverlib\cpu.h".
Are there any other things to change in sysconfig when using a custom hardware? How to solve this issue?