Other Parts Discussed in Thread: SYSBIOS, TMS320DM8168, TMS320DM8148
Tool/software: TI-RTOS
Hi Sitara support team,
Regarding the function; Hwi_create () in the User's Guide (SPRUEX3T) SYS/BIOS API document (Bios_APIs.html),
I would like to know whether I can set the value of "Hwi_Params.priority" for AM335x, or not?
There is the explanation in Bios_APIs.html as follows.
********************************************************************************************
The default value of -1 is used as a flag to indicate the lowest (logical)
device-specific priority value.
Not all targets / devices support this instance parameter.
On those that do not, this parameter is ignored.
********************************************************************************************
It is said that it is ignored depending on the target, but is it effective for AM335x?
If it is effective, when high priority Hwi is generated while processing low priority Hwi,
it will shift to high priority Hwi before the processing low priority Hwi completion?
Best regards,
Kanae