Re: Interrupt priority && watchdog

2019-05-12 Thread Ярослав Лещинский
I’m asking about watchdog and reset because I would like to prevent deadlocks, so is it possible to have one periodic task which would reset or delete some tasks with a deadlock issue? Thanks. пн, 13 мая 2019 г. в 9:33, Sebastian Huber < sebastian.hu...@embedded-brains.de>: > On 13/05/2019 08:26

Re: Interrupt priority && watchdog

2019-05-12 Thread Sebastian Huber
On 13/05/2019 08:26, Ярослав Лещинский wrote: Hello Sebastian, >What do you mean with watchdog? A hardware watchdog or the RTEMS timer implementation? Does RTEMS has some specific functionality for watchdog e.g. reset separate threads? You can restart and delete threads. Both operations are

Re: Interrupt priority && watchdog

2019-05-12 Thread Ярослав Лещинский
Hello Sebastian, >What do you mean with watchdog? A hardware watchdog or the RTEMS timer implementation? Does RTEMS has some specific functionality for watchdog e.g. reset separate threads? пн, 13 мая 2019 г. в 9:18, Sebastian Huber < sebastian.hu...@embedded-brains.de>: > On 11/05/2019 10:24

Re: Interrupt priority && watchdog

2019-05-12 Thread Sebastian Huber
On 11/05/2019 10:24, Ярослав Лещинский wrote: Hello, I have two questions: 1. How I can set priority lvl for interrupt using rtems api? There is only an NVIC specific API currently in . I work on a general RTEMS API at the moment, but I need a couple of weeks for this. 2. Could you plea

delay 10ms

2019-05-12 Thread Jython
HI ALL what i want is to delay 10ms meanwhile enable usart interrupt handler rtems_task_wake_after i think it should work, what if usleep? ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users