Hai,
I am working with TM4C123GXL-Launchpad. While trying to run a interrupt code it is throwing up error
"INT_TIMER0B_" is undefined. Can anyone help me in which header file it s defined???
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.
Hai,
I am working with TM4C123GXL-Launchpad. While trying to run a interrupt code it is throwing up error
"INT_TIMER0B_" is undefined. Can anyone help me in which header file it s defined???
Hello Srikrishnan,
You have to use the define TARGET_IS_TM4C123_RB1 and PART_TM4C123GH6PM during compilation
Regards
Amit
Hi,
Those defines should be set at your CCS Project Options -> Preprocessor Symbols.
-kel
You, should see the same Preprocessor Symbols settings at the other example programs.
-kel