This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 UART Transition Issues

We are having issues with UART communication on the nRF52840. Using a logic analyzer, we have found that the transitions happen too quickly. This causes the receiving MCU to read incorrect bits most of the time depending on where the transition lands. Is there a work around for this? Thanks.

Parents Reply
  • The problem seems that when going from example a 0 to a 1, the transition happens right on the boundary of when the other MCU is determining the value of the 0 bit position.  Sometimes, the other MCU recognizes the bit as a 0 and sometimes it recognizes it as a 1 because the value transitioned to the 1 a little early.  I have connected two of the other type of MCUs and they always work correctly.  

Children
Related