Tool/software:
About 9 months ago I took over a project in a small company. Fortunately I have been able to solve all major problems reported in the field, and now I'm getting down to fine points. For that I want to go back and learn from some of the demo projects. Since it's a small company, there's no one I can ask specific questions about these tools. And since I'm an EE, not computer science, my programming background is very narrow.
Can you give me some pointers about how to get started using a demo project? I was able to import the project and now it's active.
Will it build successfully immediately on import, or do I need to adjust any settings? When I click the build button, nothing happens.
I have been using the TM4C129X Development Board as a pass through to program the board our company produced. How do I change it to program the development board?
And finally, I assume the board has serial ports. How do I connect to them? I'm starting with the uart_echo project. I want to change to interrupt driven communication, not polling to turn off the RS485 transmitter when done with a message.
Thanks very much.