Hello TI,
I would like to report a (minor) bug in TivaWare. In "epi.h" within the "driverlib" directory, there are work-arounds for some EPI issues. The work-arounds involve assembly language, so are qualified by tool chain. After the "#ifdef rvmdk" (for Keil) there are 6 attempts to inline some code by use of "inline" - this should be "__inline" as required by the Keil tool chain. Adding the two underscores allows error-free compilation.
Regards,
Dave