It is just the TM4C123GE6PM Board with IC0 module initialized as a Master and IC1 Module initialized as a slave. In the application later the whole thing is going to be a slave. The master is just for evaluating the functionality. I will give you the…
Hi Charles,
This is a good exmaple, thank you.
However, I don't believe I will have time to implement it with my current project.
Hopefully I will be able to come back to it eventually.
Thank you
You can take any C code project example and see the assembly file that is generated by the C-compiler by right clicking on the project and selecting "Show Build Settings" then expanding "Advanced Options" and selecting "Assembler Options" then selecting…
To find the right balance between optimization and debug experience, check out the below article:
processors.wiki.ti.com/.../Debug_versus_Optimization_Tradeoff
Thanks
ki
Henry,
First you need to add UART1 into the "board" files. We populate them enough so all of the out of box examples work. We don't put all the peripherals in since some are mutually exclusive. So you need to do the following (assuming you still want…
Guys,
Thank you for the responses. Let me do some more research this week and post up some more info. I really should have provided the details and data cb1 mentioned. I'll be back with that information.
Thanks!