Commit eab5057
committed
[nrf noup] platform: nordic_nrf: make RRAM writes unbuffered
Temporarily set RRAMC.CONFIG.WRITEBUFSIZE to 0 to use unbuffered mode
when writing to RRAM in TF-M.
This is done to reduce the interrupt latency increases provoked when
writing to RRAM.
Do not set it permanently so that it remains
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE for when the NS image code writes
to RRAM.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>1 parent a6edd3b commit eab5057
1 file changed
Lines changed: 7 additions & 8 deletions
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
168 | 174 | | |
169 | 175 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
0 commit comments