NCS 2.7
NRF52840
SPIM3 at 32 MHz.
I have CONFIG_NRF52_ANOMALY_198_WORKAROUND=y and have confirmed the workaround is being activated by setting breakpoints in my code.
I am chasing down a NOR flash page program failure. I found the failure occurred after a byte from the previous single-byte SPIM operation was driven at the start of the next SPIM operation.
The page program sequence included an extra 0x06 at the beginning and lost a byte of the address from before the data started.
Although this is an nrf52840 and I have seen multiple posts asserting anomaly 109 is not present.. maybe it actually is present?