about the UART receiving

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
liuluan002
Offline
Last seen:9 months 1 week ago
Joined:2015-11-27 14:24
about the UART receiving

Hi Dialog,

现在我在做一个软件试着倾听from the UART, then put received data into the unsigned char array[1000], is there any suggestion how to do it with your UART driver?

BR,
NIklas

Device:
MT_dialog
Offline
Last seen:5 months 4 weeks ago
Staff
Joined:2015-06-08 11:34
Hi liuluan002,

Hi liuluan002,

You can have a look at the DSPS that uses the UART or for a simpler example you can have a look at the peripheral_examples in the SDK, in that folder you will be able to find a couple of uart examples.

Thanks MT_dialog