This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF51822 BLE NANO SoC SPI Speed and Docs?

Data sheets

  • Where is the data sheet for the NRF51822 SoC located?
  • I am also looking for the ARM Cortex-M0 data sheet, where is this located?

I need to find the data sheets so that I can answer the following question:

  • What is the speed of the SPI interface or what can I configure it to?
Parents
  • Hi Eli,

    All Nordic documentation can be found at infocenter.nordicsemi.com, nRF1 family references are here. Note that nRF51 chips have documentation split between Reference Manual (common for whole family) and Product Specification (for each chip variant) while nRF52 has only single document per product.

    ARM Cortex-M0 documentation must be located at ARM web site (first Google search hit leads to here).

    When it comes to SPI on nRF51822: are you talking about Master or Slave role? Assuming that clock is controlled by master then according to allowed values of FREQUENCY register listed in chapter 26 of nRF51 Reference Manual v3.0.1 chip supports 125kHz, 250kHz, 500kHz, 1MHz, 2MHz, 4MHz and 8MHz clock.

    Cheers Jan

Reply
  • Hi Eli,

    All Nordic documentation can be found at infocenter.nordicsemi.com, nRF1 family references are here. Note that nRF51 chips have documentation split between Reference Manual (common for whole family) and Product Specification (for each chip variant) while nRF52 has only single document per product.

    ARM Cortex-M0 documentation must be located at ARM web site (first Google search hit leads to here).

    When it comes to SPI on nRF51822: are you talking about Master or Slave role? Assuming that clock is controlled by master then according to allowed values of FREQUENCY register listed in chapter 26 of nRF51 Reference Manual v3.0.1 chip supports 125kHz, 250kHz, 500kHz, 1MHz, 2MHz, 4MHz and 8MHz clock.

    Cheers Jan

Children
Related