Does nrf52833's spim support hardware csn pin selection?

Hi,

   I'm doing nrf52833's spi function.I want to use hardware slice selection instead of pulling the gpio pin, and the reference manual has the register IFTIMING.CSNDUR. However, the official SPIM initialization code shows that 52833 does not support spim extensions, which would cause the register IFTIMING.CSNDUR to not be configured.So, support or not?

Sincerely.

Parents Reply
  • Hi!

      Yes, I enabled the macro to try to send data using SPIM3 and do a data grab on the DuPont wire connected pins using the logic analyzer. And Two problems were found as follow:

       1. Some of the two SCKS have different crest widths, which should not occur in hardware-controlled SCKS.

       2. Modify the value of the register IFTIMING.CSNDUR and see no change.

    Looking forward to your reply, thank you!

Children
Related