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

How big is the event buffer of s132?

My question is basically a duplicate of this one devzone.nordicsemi.com/.../ but for s132 (v4.0.2) instead of s130. Is this documented anywhere?

  • This is configurable for the S132 v4.0.2, i.e. you set a global memory pool for all connections and then you can configure how large part of the global pool each individual connection should be allocated, see this and this.

    Each connection created at runtime requires both a TX and an RX memory pool. By the use of these configuration parameters, the application can decide the size and total number of the global memory pools that will be later available for connection creation.

    Best regards

    Bjørn

Related