Hi,
I found some demo applications on the website of TI, but it seems that those aren't working in Keil uVision, or with the headerfile I can download from the Keil site located here: http://www.keil.com/dd/chip/4070.htm
I was wondering if I can find somewhere any demo codes, like GPIO, CAN and SPI for this microcontroller using Keil uVision. Does anyone here has some demo code/examples available?
Thanks a lot.
And also for __TID__ - and the #if is there to ensure that it is appropriately defined!
As should be expected, if __TID__ is not appropriately defined, it doesn't work!
So, what you need to do is to provide an appropriate definition for __TID__ - not just remove the test that checks for it!
And all the other definitions...