This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2538: Heap memory

Part Number: CC2538

#if !defined OSALMEM_SMALL_BLKSZ
#define OSALMEM_SMALL_BLKSZ (OSALMEM_ROUND(16))
#endif
#if !defined OSALMEM_SMALL_BLKCNT
#define OSALMEM_SMALL_BLKCNT 32 // akhilesh changed it from 8 to 32
#endif

This is in osal_memory.c in cc2538 sample switch used as a coordinator.

#define OSALMEM_SMALL_BLKCNT 32 // akhilesh changed it from 8 to 32

What is this really mean?