Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: TEST2, CC2640R2F
Tool/software: Code Composer Studio
New to CCS. I just created a new project with default settings. I didn't write any code or do anything, just have the template main with return 0.
When I tried to compile I get the following error:
undefined first referenced
symbol in file
--------- ----------------
ResetISR
error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "ResetISR" undefined
error #10010: errors encountered during linking; "test2.out" not built
but it doesn't tell me what file or line the error is found and Find just searches the current active file.
How do I find this symbol or error?
thanks


