So lets get started with the first basic project with TM4C123GXL eval board.
Objective of this project is to blink on board LED (R+G+B) without libraries or tivaware.
*Port F2 is connected to blue and F3 to green |
- Launch Code composer studio or other relevant IDE.
- In CCS, open a new CCS project.
- Select "Tiva C series" and "Tiva TM4C123GH6PM" as target and "Stellaris In-Circuit Debug Interface" as connection.
- Assign a Project Name and click on "Finish".
- According to objective, tivaware or libraries are not used in this project else we need to include the tivaware location as mention in the link provided in the project home page of this project series, in the include option in the "properties/build/include options".
- Double click on main file and start programming.
Back to Project Home Page.
Comments
Post a Comment