Tool/software: TI-RTOS
I have CC1352R1 launchpad. I try using hwi for gpio(button0 or button1) like written in TI-RTOS Kernel (SYS/BIOS) User's Guide, but it's not work:
Hwi_Params_init(&hwiParams); hwiParams.arg = 0; hwiParams.enableInt = true; hwiHndl = Hwi_create(14, (Hwi_FuncPtr)hwiFxn1, &hwiParams, NULL);
If use approach from pin or gpio interrupt examples, it's working.