xmc 4500 uart 001 app - UART001_WriteDataBytes

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

cross mob
Not applicable
Hello,

I want to use UART_001 app in my project and the problem is, the app doesn't send more than 3 bytes (115200baud, 8data bits, 1 stop bit).
I tried to use UART001_TRANSFER_STATUS_BUSY_FLAG and wait while it is set, but it doesn't work.
I introduced some NOPs after writing into TB and it works.
Can you please tell me what is the correct way to do this? I would really appreciate your help.

Note: I have uart001_conf and uart001 files genereated with dave but I use them in keil and I cannot regenerate them.

Thanks
0 Likes
1 Reply
Not applicable
Hi,

Did you try to use UART001_WriteDataMultiple() API?
Did you try the UART001_Example1 which can be downloaded from DAVE example download webpage? Do remember to do "Apps Migration".

BR,
Zain
0 Likes