While trying to complete Lab 1 of PRU Training, I'm getting a linker error:
unresolved symbol __PRU_CREG_CFG, first referenced in ./main.obj
<Linking>
warning #10247-D: creating output section ".creg.CFG.noload.near" without a SECTIONS specification
undefined first referenced
symbol in file
--------- ----------------
__PRU_CREG_CFG ./main.obj
error #10234-D: unresolved symbols remain
for the line: CT_CFG.SYSCFG_bit.STANDBY_INIT = 0;
I'm successful in including <pru_cfg.h>
I'm running CCS Version: 6.0.1.00040 on Windows 7
Any explanation on how to resolve this is appreciated.