nrf5340 RTC int mapping fix

The app and net core interrupt lines where mixed

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-14 16:34:42 +02:00
parent 043af260a0
commit 54570a0aee
1 changed files with 6 additions and 5 deletions

View File

@ -312,11 +312,12 @@
#define NHW_RTC_APP1 1
#define NHW_RTC_NET0 2
#define NHW_RTC_NET1 3
#define NHW_RTC_INT_MAP {{0 , 17}, \
{0 , 22}, \
{1 , 20}, \
{1 , 21}, \
} /*Only core,RTC0..2_IRQn*/
#define NHW_RTC_INT_MAP {{0 , 20}, \
{0 , 21}, \
{1 , 17}, \
{1 , 22}, \
} /*App core,RTC0..1_IRQn*/
/*Net core,RTC0..1_IRQn*/
#define NHW_RTC_DPPI_MAP {0, 0, 1, 1} /*2xApp core, 2xNetwork core*/
#define NHW_RTC_HAS_CAPTURE 1
#define NHW_RTC_HAS_SHORT_COMP_CLEAR 1