• RTX kernel application/bootloader problem
    hello, i want to use two independent program in LPC2387 flash program , both with RTX kernel and switch between them with this command: #define AP_ADDR 0x10000 typedef void(*FP)(void); void...
  • Can RTX Kernel work on LPC313x?
    Has anyone been able to make RTX Kernel run on the LPC3130 or LPC3131 CPU? (ARM9 @ 180MHz with 128Kb/256Kb SRAM) I use Embedded Artists LPC3131 board. Any help on getting it working on this platform...
  • Bootloader with RTX does not work on STM32F103ZE
    Hello, I have a bootloader and a sample application that simply lights two LEDs in the STM32F103ZE board. The bootloader sits at 0x0800-0000 and the application sits at 0x0800-2000. The related bootloader...
  • Multi threading not working on RTX Kernel fro LPC1768
    I am trying to configure RTX Kernel for LPC1768. I use RTX help from " http://www.keil.com/support/man/docs/rlarm/rlarm_ar_create_newapp.htm" In the help a file named RTX_Config.c is suggested ...
  • RTX Kernel Port M3
    Hello, I am porting the RTX Kernel to a Cortex-M3 device and ran into a difficulty. I have set up 2 tasks to toggle 2 LEDs to see if my tasks are running as expected. As below. /*-----...