Tool/software:
I am writing code from scratch for CC2340R5 using ti-cgt-armllvm_3.2.2.LTS compiler.
I have installed SimpleLink Low Power F3 SDK.
I successfully run some LED toggling code on the eval board.
Now want to enable/disable global interrupts.
From what I fin in the SDK doc, IntMasterEnable() and IntMasterDisable() appear to be the functions to do so.
Where are they declared/defined? Which #include do I need?
I search the whole SDK directories for them but only find references, no definition/declaration anywhere.
Regards,
Frederic