commit | f6555aa95ec10566cdce551024cf80ce867ce30a | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@st.com> | Tue Dec 19 17:07:37 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Dec 21 09:19:24 2023 +0100 |
tree | ac455927e48e3a47409d4552c956497d28a435fa | |
parent | 7c09139d6f2c59074c019eec7addec5dbe5e40e1 [diff] |
drivers: flash: stm32wba: Use STM32WBA Flash manager for RF coexistence When Bluetooth is enabled, it is required to arbitrate flash accesses between RF and write accesses (for user activity). A dedicated flash manager is provided as part of STM32WBA BLE lib. Implement a dedicated driver using FM Apis to handle RF activity. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>