forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fem_al: use nrfx_dppi_channel_alloc nrfx 3.8.0
The fem_deactivate_evt.event.generic.event for the DPPI version should be a number of a DPPI channel that given event publishes to. In the nrfx 3.8.0 the function `nrfx_gppi_channel_alloc` for nRF54L does not return a DPPI channel number but "virtual" gppi channel number. There is no more direct relationship between gppi channel number and underlying dppi channel number. Because of above the `nrfx_dppi_channel_alloc` function is used which guarantees to return DPPI channel number. The proper DPPIC controller must also be selected due to multiple instances of DPPIC on nRF54L devices. The instance within radio power domain is used. Signed-off-by: Andrzej Kuros <[email protected]>
- Loading branch information
Showing
1 changed file
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters