Part Number: TMDSCNCD28M36
Tool/software: Code Composer Studio
there's some codes like downside
====================================================
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.
Part Number: TMDSCNCD28M36
Tool/software: Code Composer Studio
there's some codes like downside
====================================================
SungJin Kim said:so we can find like DINT which detect disable interrupts and blabal yea..but where i can see the library which contains explains about these words?
Perform a search of the project source code and you will find the definition in the _Device.h file.
#define EINT __asm(" clrc INTM") #define DINT __asm(" setc INTM") #define ERTM __asm(" clrc DBGM") #define DRTM __asm(" setc DBGM") #define EALLOW __asm(" EALLOW") #define EDIS __asm(" EDIS") #define ESTOP0 __asm(" ESTOP0")
These are inline assembly statements for C28x instructions. The C28x instructions are documented in http://www.ti.com/lit/spru430
I hope this helped. If my response answered your question, please press the green "verified answer" button.
Regards
Lori
Hi,
I haven’t heard from you for a few days, so I’m assuming you were able to resolve your issue.
If this is the case, please press the "verified answer" button to close the thread.
If this isn’t the case, please click the "This did NOT resolve my issue" button and reply to this thread with more information. If this thread locks, please click the "Ask a related question" button and in the new thread describe the current status of your issue and any additional details you may have to assist us in helping to solve your issues.
Regards,
Lori