lpc845-ring buffer debug

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

lpc845-ring buffer debug

240 Views
Sathiya_T
Contributor I

Hi,

am using lpc845 controller in 64 pin package, when using the SDK example of USART ring buffer project in debugging mode.Here I attached the screenshot and that the pointing while loop is hold sometime please explain about the reason and why it occur, because i cant read the status of  rx buffer data.its not entered to the receive functionality in sdk example code 

0 Kudos
Reply
1 Reply

194 Views
HangZhang
NXP Employee
NXP Employee

Hi @Sathiya_T 

Please refer to usart_transfer_ring_buffer example readme.

HangZhang_0-1718072297891.png

***Note:*** Board will not immediately return each character to terminal emulator until
all 8 characters are all entered.

HangZhang_1-1718072383557.png

 

It waited for all 8 of his inputs to be completed before entering the interrupt.
Hope this will help you.
 
BR
Hang
0 Kudos
Reply