Re: Task unexpected restart when sending bytes to usart.

2020-08-27 Thread Daniel Li
Hi Joel I think you are right, it is a complete reset. I don't know the reason for the system reset. My test code is as below. System will reset after about 40min. #include #include #include #include #include #include #include #include #include #include #include #include #define PORT

Re: Task unexpected restart when sending bytes to usart.

2020-08-27 Thread Joel Sherrill
On Thu, Aug 27, 2020, 2:33 AM Daniel Li wrote: > > Hello world > > I'm using RTEMS5 as an uart2udp converter. I'm observing a task restart > when I send bytes to uart for a long time ( for 20min @ about 200 bytes/s > ), and there is no error reported. I don't know how to overcome, anyone > encoun

Fwd: Task unexpected restart when sending bytes to usart.

2020-08-27 Thread Daniel Li
Hello world I'm using RTEMS5 as an uart2udp converter. I'm observing a task restart when I send bytes to uart for a long time ( for 20min @ about 200 bytes/s ), and there is no error reported. I don't know how to overcome, anyone encountered this problem? Thanks Daniel __