Hello,
I want to have a function that do a Kind of start up check and wanted to place before the c_int00 fucntion . So basically i changed the branching from the codestart Region , ist a C fucntion so i dont know how to link it as mentioned below :
code_start:
.if WD_DISABLE == 1
LB wd_disable ;Branch to watchdog disable code
.else
LCR #_selftest ;Branch to start of boot._asm in RTS library
.endif
but i am getting the error like
undefined first referenced
symbol in file
--------- ----------------
_selftest ./src/driver/lib/f28002x_codestartbranch.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "200011_HVWH_VW_GEN_2_0.out" not built


