Other Parts Discussed in Thread: CODECOMPOSER, TM4C1294NCPDT, TM4C123AH6PM
Hello,
I have built a project using TivaWare 2.1.4, and been calling the APIs from the flash. However, as I need more flash space, I was trying to change to ROM calls (I discovered this exists recently).
When I changed the API calls from (example) GPIOPinADC(...) to ROM_GPIOPinADC(...) I get "unresolved symbols remain" error in the compiler, for ALL the APIs.
I did include "driverlib/rom.h" and tried to "#define TARGET_IS_TM4C129_RA2", but that didn't work either.
How can I fix this?