Hi All,
Now i'm using peripheral - blinky project,and i saw the Block allocator module in the sdk_config.h.
Can anyone tell me what is the Block allocator module use for?
Best regards,
Kai
Hi All,
Now i'm using peripheral - blinky project,and i saw the Block allocator module in the sdk_config.h.
Can anyone tell me what is the Block allocator module use for?
Best regards,
Kai
Hello Kai,
Block allocator is used for opening up application implementation by offering dynamic memory allocations in systems. It is helpful to handle large objects as well.
In the config file #define NRF_BALLOC_ENABLED sets as 1 to enable the Balloc module. https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__balloc.html?cp=8_5_4_6_11_4
Hello Kai,
Block allocator is used for opening up application implementation by offering dynamic memory allocations in systems. It is helpful to handle large objects as well.
In the config file #define NRF_BALLOC_ENABLED sets as 1 to enable the Balloc module. https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__balloc.html?cp=8_5_4_6_11_4
Hi Sultana,
I'm not very sure what you mean.Do you have any example or teaching film.
Best regards,
Kai