• MDK 3.40 missing default support for RT Agent?
    Hello, Contrary to what is stated in the documentation, MDK 3.40's RTX_Config.c does not include support for the RT agent (as far as I could tell). This is quite annoying, I must say. I have inspected...
  • Keil MDK 3.40, LPC2478 µC - SDRAM Initialization for LCD Display fails
    Hello! I work on Keil MDK 3.40 with ARM LPC2478 and try to initialize the external Dynamic Memory Bank 0. The SDRAM is a Micron MT48LC2M32B2 2Mx32 64Mb, 4 bank, row=11, column=8 and is mapped...
  • Porting RTX to M4
    Does anyone have any experince of porting a RTX solution for Cortex-M3 to Cortex-M4? I plan to test the Texas LM4F232 processor and the example list is totally missing the RTX-support. Even though there...
  • 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. /*-----...
  • Porting RTX in Atmel Studio
    Hello, I am using Atmel's SAM series controller for our project. I have a requirement to enable USB interface between PC and SAM controller. I decided to use Atmel's ASF USB stack and its works...