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

nRF52840 GPIO Drive Strength; how to interprete "Standard drive, low frequency I/O only"

I need to decide which pins I should use for 3 LEDs (5 mA each).

The "recommended usage" column in the documentation for the nRF52840 in Table 1 Pin assignements 

mentions "Standard drive, low frequency I/O only" for many pins. But it does not distinguish between "drive strength" and "frequency" here. 

I'm aware about the differences between standard and high drive, and also that I should not use these pins for higher frequencies > 10 kHz. 
( I will use RF radio )


But my problem is simply that I'm not sure how to read "Standard drive, low frequency I/O only"
Should it be read as "Standard drive only OR low frequency I/O only" ? 

I.e. should I not use these pins for my (more or less static) LEDs, if I want to configure High-Drive ? 

Parents
  • Hi

    "Standard drive, low frequency I/O only" is the tag of the pins that are close to the radio on the nRF52 series chips, and has this tag as they may interfere with the radio if they're set to use anything other than standard drive or low frequency while the radio is running. So if you're planning to use the radio at the same time as the LEDs are running and configured in for example high drive, I suggest you do not use these pins for that purpose. 

    Best regards,

    Simon

Reply
  • Hi

    "Standard drive, low frequency I/O only" is the tag of the pins that are close to the radio on the nRF52 series chips, and has this tag as they may interfere with the radio if they're set to use anything other than standard drive or low frequency while the radio is running. So if you're planning to use the radio at the same time as the LEDs are running and configured in for example high drive, I suggest you do not use these pins for that purpose. 

    Best regards,

    Simon

Children
Related