Skip to content

Using UART Rx and Tx #49

@jeromeDms

Description

@jeromeDms

Hi
Is it possible to use UART Rx and Tx that are not grouped ?
I have some trouble to receive data on UART1 RX, when defined as follow.

The below example is using UART1 RX pin PC8 and UART1 TX pin PE13
For instance is this possible ?

// Set GPC multi-function pins for UART1 RXD PC8
SYS->GPC_MFPH &= ~(SYS_GPC_MFPH_PC8MFP_Msk);
SYS->GPC_MFPH |= (SYS_GPC_MFPH_PC8MFP_UART1_RXD);

// Set GPE multi-function pins for UART1 TXD PE13
SYS->GPE_MFPH &= ~(SYS_GPE_MFPH_PE13MFP_Msk);
SYS->GPE_MFPH |= (SYS_GPE_MFPH_PE13MFP_UART1_TXD);

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions