Hi All,
I am looking for a good starting point for a project for the TM4c1294 processor, starting with a demo board.
I figured that I would start with an Ethernet base demo project and then add my code to it. I decided to use use "enet_weather" and it compiled with a single tweak. So then I created a new CCS project in the same project directory and copied the enet_weather source [*.c and *.h] across. I needed to change some file names and copy my link path environment paths across. That part I could understand.
Now I have 53 errors and most of these relate to a Packed_struct from what I can see. And some basic things like constant names in an include file are now not known for some mysterious reason.
So I have seen this before while trying to get the ethernet stuff to compile. So I do not think that I will resolve this by throwing time at it.
So can you suggest a better route to start a new project with?
Thanks.