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

Using GPIOs marked as "standard drive, low frequency" for SPI on nrf52840

I want to understand the meaning of "standard drive, low frequency" GPIO pins. The datasheet mentions to use these pins for frequencies below 10 KHz. Does this limitation apply if I use SPIM on these pins? I tried running the SPIM at 8MHz and did not see any problem. Is it recommended to use only high frequency pins for SPIM?

Parents
  • Hi Akshay and haakonsh,

    From the datasheet, the maximum rise and fall time for the standard drive pins is up to 25 ns @ 50 pF load. (see Product Specification V1.1, paragraph 6.9.3.1 "GPIO Electrical Specification"). This means that these pins should be fine up to at least 10 MHz. It would be nice to have somebody at Nordic confirm or refute this, since a 10 kHz maximum switching speed is insufficient for any modern serial connection. It just seems off.

    Cheers,

    Casper

Reply
  • Hi Akshay and haakonsh,

    From the datasheet, the maximum rise and fall time for the standard drive pins is up to 25 ns @ 50 pF load. (see Product Specification V1.1, paragraph 6.9.3.1 "GPIO Electrical Specification"). This means that these pins should be fine up to at least 10 MHz. It would be nice to have somebody at Nordic confirm or refute this, since a 10 kHz maximum switching speed is insufficient for any modern serial connection. It just seems off.

    Cheers,

    Casper

Children
Related