Hi all,
Are there plans to release a TivaWare update in the near future?
There does not appear to be a MAP_TimerUpdateMode() function, which is annoying because we call the MAP_ versions of all TivaWare functions in our code, and each time we write code that includes MAP_TimerUpdateMode(), we get the compiler/linker warnings about this being unresolved and have to go and remove the MAP_ prefix.
We use the MAP_ prefix functions in order to automatically use the ROM_ version when available (to save flash) or the flash version when there is no ROM_ version, or when the available in-flash library code is newer than what's in ROM memory (i.e. contains bug fixes).
So, if there are plans for a TivaWare update, I recommend adding the missing MAP_TimerUpdateMode() define. If there is no such function in ROM, or if the ROM version is deprecated, then this define should always resolve to the compiled in-flash version.
Thanks