This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC952 & rtx51 Tiny

I'm trying to use rtx51 Tiny (ver. 1.06) with NXP LPC952 microcontroller, which has double UART.

I can't understand why, but when UARTs are used the kernel crashes.
It's not my first time with rtx51 Tiny, I've used it successfully with other microcontrollers (i.e. ADuC842), but now with the LPC952 I've tried all I can try but it does not work.

Is there any known problem with rtx51 Tiny and NXP (Philips) P89LPC952 UARTs?

Thank you,

Fausto

Parents Reply Children
  • "The application does not need an RTOS, but I would like to try using it."

    Fair enough!

    Just so long as you understand that - a worryingly large number of people seem to simply assume that an RTOS is necessary...!

    :-0

  • You're right.
    I think that applications that really need an RTOS are a few, expecially when using such small microcontrollers.

    But after years of programming uC without RTOS, I recently successfully used RTX51 Tiny in a quite big application on an ADuC842, and I liked it a lot!

    So I'd like to try it also in this new applicaton that uses LPC952 and two UARTs, but I can't get it working...

    No problem: as I said there is no really need of a RTOS, so I'm writing the app without it.
    But a couple of tasks and the os_wait() function would be very handy...