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

C167 RTOS for ST DK4000 evaluation board

So far I have been unable to implement the KEIL Advanced RTX-166 operating system into the STMicroelectronics DK4000 development board using the uVision3 IDE.

I have created several embedded applications that work.

Has anyone been able to get the RTOS to operate on this board.

The DK4000 development board contains the Infineon C167CR-LM processor with a ST PSD4135 memory device.

Brad.

Parents
  • When os_sys_init (1) fails, then there is a problem with the system_heap or context_heap.

    It looks like you have not enough memory there or the memory cannot be addressed.

    I case that you start a new design, you should consider using Advanced RTX166 (which has replaced about 2 years ago the older RTX166). Contact our sales departments for an upgrade offer.

    Reinhard

Reply
  • When os_sys_init (1) fails, then there is a problem with the system_heap or context_heap.

    It looks like you have not enough memory there or the memory cannot be addressed.

    I case that you start a new design, you should consider using Advanced RTX166 (which has replaced about 2 years ago the older RTX166). Contact our sales departments for an upgrade offer.

    Reinhard

Children