This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

why did memory_pool_internal default buffer change from sdk 8 to 9

#define TX_BUF_SIZE       32u    /**< TX buffer size in bytes. */
#define RX_BUF_SIZE       600u   /**< RX buffer size in bytes. */

#define RX_BUF_QUEUE_SIZE 2u     /**< RX buffer element size. */

These value changed from sdk 8 to 9.

What are the reasons?

I find dfu have a higher success rate in sdk9 than sdk8, is this the reason for the change?

Related