Hi !
I have configured Zero bit length of S1 in radio packet ( nrf52840 ) but it is still mapped to the RAM.
...
((NRF_S1LEN_BITS << RADIO_PCNF0_S1LEN_Pos) & (RADIO_PCNF0_S1LEN_Msk)) | \
((RADIO_PCNF0_S1INCL_Automatic << RADIO_PCNF0_S1INCL_Pos) & (RADIO_PCNF0_S1INCL_Msk)) |
..
I assume it should be omitted if it 0 bit length. But it present with value 0.
What it can be ?
Regards, Eugene