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

Assembling a List of Reserved and or Pre-allocated Resources per SDK and SD

Hello,

I learnt about some resource pre-allocation in the datasheet, e.g. ppi, or API documentation, e.g. app_timer rtc1.  I see the SDK drivers are trying to take care some of that by having an allocation call. Trying to assemble, and wonder this can be done/estimated before hand.

This is the list just got started, please feel free to add and advise, or a confirmation whether this pretty much captures,

S112, SDK16 legacy drivers, rtt logging

| resource   | reference   | note                      |
| ------------- | ----------------| ----------------------- |
| rtx0           | ppi[28:31]   | radio/timer0 task  |
| rtx1           | app_timer   |                             |
| timer0       | ppi[20:22]   | radio task             |
| ppi[20:31] |                    |                              |
| ram          | sd                |                             |
| rom          | sd                |                             |
|                 | logging        |                             |
| bsp          |                     |                             |

Thought it would be nice to have an overview list/matrix per SDK / SD, even better if it is a configurable one on Nordic Site or in the SDK. Thanks!

Related