Skip to content

NCS36510 - A4 and A5 pins are missing in PinNames #3508

Closed
@0xc0170

Description

@0xc0170

Description

  • Type: Bug
  • Priority: Major

Bug

Target
NCS36510

Actual behavior

From PinNames.h file:

typedef enum {
    GPIO0 = 0,
    GPIO1,
    GPIO2,
    GPIO3,
    GPIO4,
    GPIO5,
    GPIO6,
    GPIO7,
    GPIO8,
    GPIO9,
    GPIO10,
    GPIO11,
    GPIO12,
    GPIO13,
    GPIO14,
    GPIO15,
    GPIO16,
    GPIO17,
    A0,
    A1,
    A2,
    A3,
    UART1_TX = GPIO0,
    UART1_RX = GPIO1,
    UART2_TX = GPIO8,
    UART2_RX = GPIO9,

Why A4 and A5 are not defined?

cc @radhika-raghavendran @pradeep-gr

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions