Skip to content

Commit

Permalink
lib: stm32wba: Disable radio based calibration
Browse files Browse the repository at this point in the history
Radio based calibration is not yet available

Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango authored and carlescufi committed Dec 18, 2023
1 parent 6ab3e14 commit d183c9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion lib/stm32wba/hci/README
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,11 @@ License Link:

Patch List:

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

* Minimize dependency list
Impacted files: stm_list.h
main.h
app_conf.h
scm.c
2 changes: 1 addition & 1 deletion lib/stm32wba/hci/app_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ typedef enum
#define NEXT_EVENT_SCHEDULING_FROM_ISR (1)

/* Link Layer uses temperature based calibration (0 --> NO ; 1 --> YES) */
#define USE_TEMPERATURE_BASED_RADIO_CALIBRATION (1)
#define USE_TEMPERATURE_BASED_RADIO_CALIBRATION (0)

#define RADIO_INTR_NUM RADIO_IRQn /* 2.4GHz RADIO global interrupt */
#define RADIO_INTR_PRIO_HIGH (0) /* 2.4GHz RADIO interrupt priority when radio is Active */
Expand Down

0 comments on commit d183c9c

Please sign in to comment.