Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello,
I would like to ask two questions. Here they are:
1) I noticed that there is bool Interrupt_enableMaster(void) function in driverlib. I know that void Interrupt_enable(uint32_t interruptNumber) just enables specified interrupt but I don't understand what Interrupt_enableMaster does. I have never used Interrupt_enableMaster in my non-rtos projects and everything was working fine. So, my question - what that function does?
2) Second question is about RTOS. In TI RTOS Workshop I read in Swi chapter:
but, to be honest, I created simple rtos project with I2C interrupt and in my main.c file I put just two headers important to RTOS: xdc/std.h and ti/sysbios/BIOS.h. My application is running fine without global.h so why that header is described as very important in TI-RTOS workshop?
I appreciate any help.
BR,
Dawid.