Hello,
I am testing nRF52 UART with DSP.
While transmit data in nRF52 (ADC results)
(example link: https://github.com/NordicPlayground/nRF52-ADC-examples)
I can show the wave like below.
But I have one question. The serial communication (include UART) has start bit in data format.
And I found the start bit is low(0). But when I see the output wave, the bit was not changed to low(0).
So I think that's why the DSP can't receive the nRF52 data with UART communication(since there is no start bit detected).
Is there a method that I can change the start bit setting? or other method?
Thank you for reading my questions.
Best regards,
Yclee.