Tool/software: Code Composer Studio
Hello,
I am having a hard time using the ROM_ functions. I keep getting unresolved symbol errors. I have gone as far as copying the file rom.h into my project directory and have added theline
#include "rom.h"
I believe the compiler cant find the file and the symbols but can not figure out why. I have a number of funcs define in driverlib that all work as planned. It just seems rom.h doesnt want to cooperate.
any sugestions would be greatly appreciated.
Thanks
Pat