How to configure GPIO as data and address bus

My nRF52840 DK needs to interface with a convential device using the data bus and address bus.
The following diagram (P.27) from the nRF52840 PDK user guide.shows the data/address bus assignments.

How do I configure the GPIO assigned to the data lines to be bidirectional?

Parents
  • Hi,

    What kind of bus does the device support, SPI, UART, i2c, or something else? The GPIOs are not bidirectional. 

    Please also note that the nRF52840 PDK (preview-DK) is no longer supported. This board has an early engineering version of the nRF52840 chip which has several hardware limitations and erratas that may prevent your code from running properly.

    Best regards,

    Vidar

Reply
  • Hi,

    What kind of bus does the device support, SPI, UART, i2c, or something else? The GPIOs are not bidirectional. 

    Please also note that the nRF52840 PDK (preview-DK) is no longer supported. This board has an early engineering version of the nRF52840 chip which has several hardware limitations and erratas that may prevent your code from running properly.

    Best regards,

    Vidar

Children
Related