Skip to content

Commit

Permalink
lib/stm32wba/hci Increased 2.4GHz RADIO low ISR priority
Browse files Browse the repository at this point in the history
Solving conflict in IRQ check on specific BLE use cases

Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
  • Loading branch information
asm5878 authored and erwango committed Jun 7, 2024
1 parent 0a40c64 commit f57b586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/stm32wba/hci/README
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@ License Link:
opensource.org/license/mit

Patch List:
--> please check that the following list is still valid:

* Disable Temperature based radio calibration:
Impacted file: app_conf.h

* Increased 2.4GHz RADIO low ISR priority:
Impacted file: app_conf.h

* Minimize dependency list
Impacted files: stm_list.h
main.h
Expand Down
2 changes: 1 addition & 1 deletion lib/stm32wba/hci/app_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ typedef enum

#if (USE_RADIO_LOW_ISR == 1)
#define RADIO_SW_LOW_INTR_NUM HASH_IRQn /* Selected interrupt vector for 2.4GHz RADIO low ISR */
#define RADIO_SW_LOW_INTR_PRIO (15) /* 2.4GHz RADIO low ISR priority */
#define RADIO_SW_LOW_INTR_PRIO (14) /* 2.4GHz RADIO low ISR priority */
#endif /* USE_RADIO_LOW_ISR */

/* Link Layer supported number of antennas */
Expand Down

0 comments on commit f57b586

Please sign in to comment.