Tool/software: TI C/C++ Compiler
Hello,
The ‘hello’ example has #include "driverlib/rom.h" and references to ROM_ functions are resolved. My project has the same #include statement but any reference to ROM_ functions gives unresolved symbols. It’s because the ROM_ functions are greyed out in the driverlib in my project, but not in the hello project. I don’t know why they are grey. Is there a way of un-greying them? (It's the same part for both projects).
Thanks