Sorry, but there are no more tags available to filter with.
  • NRF52 SPIM current

    Hi I am using nrf52832 QFAA-R. I wanted to know if there is a difference between SPIM current when SPIM is: stopeed started but not active. Thanks Yaron
  • Sending 16-bit Words with SPI Master

    Is it possible to configure SPI Master API to send multi-byte words? My peripheral expects transfers in 16-bit blocks (CS goes low, 16 bits are clocked in, CS goes high). I've looked at the nrf_drv_spi_config_t struct, but it does not appear to have…
  • nrf52 SPIM easyDMA

    Hi In my application I need to transfer several paires of bytes to a slave device, and it's mandatory for CS signal to go high between pairs. (This actually means I have to use several SPIM transfers) Is there a way to configure the DMA module to use…