UART_HM_TXSTATUS_REG & UART_HM_TX_STS_FIFO_FULL - HELP?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ChGa_3545231
Level 2
Level 2
First like given

Hi there,

I am currently working with an UDB UART and after starting the program it gives me this problem:

   #else

        while((UART_HM_TXSTATUS_REG & UART_HM_TX_STS_FIFO_FULL) != 0u)

        {

            /* Wait for room in the FIFO */

        }

        /* Add directly to the FIFO */

        UART_HM_TXDATA_REG = txDataByte;

    #endif /* UART_HM_TX_INTERRUPT_ENABLED */

    }

And it stucks in the while - but I don't really know how to handle this.

Can somebody please help me.

Thanks

Chris

0 Likes
1 Reply
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello

can you attach your project which can be recreated in any PSoC kit.

Thanks

Ekta

0 Likes