Hello everyone it is showing that this pins are not declared, but what i have been using is predefined library functions.
But it still continues to show this error.
Some one pleas give me the solution for this problem
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello everyone it is showing that this pins are not declared, but what i have been using is predefined library functions.
But it still continues to show this error.
Some one pleas give me the solution for this problem
Hello Yarlagadda,
As per the previous post please first correct the include option. The issue here is that you are missing the define PART_TM4C???
Since the part is LM4F the E2E forum has a Post on equivalent LM4F and TM4C part which you need to replace in the ??? define
http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/271820.aspx
Regards
Amit
Hi,
You, have not set the preprocessor symbols at your IDE that is appropriate for your microcontroller. These defines can be found at pin_map.h. To check for the appropriate preprocessor symbols, you can check at pin_map.h or see at a working example program project settings that uses those definitions(e.g GPIO_PA0_U0RX).
-kel
but i have been using code composer studio 6 in my version it is not showing any stellaris, and i came to know that
lm4f232h5qd is identical to tm4c123gh6pge.
As i installed the tiva c series firmware package, and drivers. i was able to see the tmseries.h files in the include folder.
as if you told how to define PART_TM4C???
Thanks & Regards
yarlagadda
Hello Yarlagadda,
In this case the define is PART_TM4C123GH6PGE
To put the define in place please Right Click on your CCS Project, then "Show Build Settings" -> Build -> ARM Compiler -> Advanced Options -> Predefined Symbol. There you need to add the define.
Regards
Amit