Other Parts Discussed in Thread: TMS570LS3137
Tool/software: Code Composer Studio
Kindly help me for removing an errors:
identifier HWAGBASE_t is undefined
identifier HAWGREG1 is undefined
Thanking you,
SHIVAKUMAR
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.
Tool/software: Code Composer Studio
Kindly help me for removing an errors:
identifier HWAGBASE_t is undefined
identifier HAWGREG1 is undefined
Thanking you,
SHIVAKUMAR
Hello,
I am not aware with this project (attached in the original question) but when I've searched in the files I found that hwagBASE_t is defined in HWAG_Reg.h. So, it should be enough to include the path to this header file in the compiler include options. Then in your main you should include HWAG_Reg.h header file.
Hello,
You are referring to a post - the original question ( ) where a forum member has posted a code. In the attached user code I found the file you mentioned. I assume you are using this project as a reference. So, you can download it from the post you are referring.