How to use UART reception in broadcasting

Learn MoreFAQsTutorials

2 posts / 0 new
Last post
孙梦君
Offline
Last seen:1 week 1 day ago
加入:2020-03-03 02:40
How to use UART reception in broadcasting

How to use UART reception in broadcasting and why to use UART reception in broadcasting will cause the error of MOVs R0 R0.

The occurrence of this problem is caused by calling the uart_receive () function in broadcasting.

Is it caused by sleep in the broadcast gap?

Thank you very much.

Device:
PM_Dialog
Online
Last seen:9 min 14 sec ago
工作人员
加入:2018-02-08 11:03
Hi There,

Hi There,

Could you please provide more inputs, so that I can understand what is getting wrong? Please keep in mind that when the device is configured in any of the available sleep modes, all the peripheral domains, including UART are powered down. This meant that you cannot have UART activity when the chip is sleeping – the chip should be in active mode.

Additionally, can you run your project is debug mode?

Thanks, PM_Dialog