Part Number: MSP430FR5994
Tool/software: Code Composer Studio
I have enabled MPU memory protection and the linker reports these errors;
undefined first referenced
symbol in file
--------- ----------------
MPUSEG /home/ckeller/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.0.LTS/lib/rts430x_lc_rd_eabi.lib<mpu_init.c.obj>
__mpusam /home/ckeller/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.0.LTS/lib/rts430x_lc_rd_eabi.lib<mpu_init.c.obj>
__mpuseg /home/ckeller/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.0.LTS/lib/rts430x_lc_rd_eabi.lib<mpu_init.c.obj>
error: unresolved symbols remain
What lib path contains these symbols?