Skip to content

Commit 101c569

Browse files
author
Donatien Garnier
committed
Cordio Nordic LL: Readjust memory pool requirements for NRF52840
1 parent c99f249 commit 101c569

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/NRFCordioHCIDriver.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ NRFCordioHCIDriver::~NRFCordioHCIDriver()
196196
ble::vendor::cordio::buf_pool_desc_t NRFCordioHCIDriver::get_buffer_pool_description()
197197
{
198198
static union {
199+
#if defined(NRF52840_XXAA)
200+
uint8_t buffer[ 17304 ];
201+
#else
199202
uint8_t buffer[ 8920 ];
203+
#endif
200204
uint64_t align;
201205
};
202206
static const wsfBufPoolDesc_t pool_desc[] = {

0 commit comments

Comments
 (0)