#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?