Hello-
Has anyone gotten a USB mouse to compile for the TivaWare libraries? I am using the TM4C123G LaunchPad board and following the example given for a USB Mouse in the TivaWare USB Library User Guide with CCS 5.4.
My current problem is that I get error #35 'unknown compiler' when compiling usblib.h. The problem is that symbol 'ccs' is not being defined. I've already seen a forum post where a TI employee gives directions on how to make sure this is done properly, however, his directions are contained in an image that I am not allowed to open (I get a website error saying I don't have permissions). If I try to manually insert code to define this symbol, I then generate a host of other errors due to different symbols being redefined. Can anyone help me with the fix for this? And if there are any further 'gotchas' with trying to do USB under TivaWare, please let me know. I've found a bunch of example StellarisWare USB projects, but I run into similar issues trying to port them over to TivaWare.