Hi,
When I create a project to build one of the provided examples that reference ROM_*() functions I'm not getting the symbols to resolved. Based on my reading rom.h declares the ROM_ symbols and rom_map.h resolves the MAP_ symbols. I assumed these symbols would be defined during linking by the driverlib ccs library.
What is the trick to get these to resolve?
Where can I find information on which functions are in LM4F120 rom? In any case, it seems that use of MAP will adapt.
Thanks again!
My environment: Ubuntu 12.04, CCS 5.2.1, target:TI Stellaris Launchpad (LM4F120).