• USB HID code for LPC15xx for MDK4 compiler
    Hello, I need a sample project to use USB HID on LPC15xx family on my UV4 compiler. No matter to use rom API or not.
  • LPC15xx MRT timer not working in simulator
    I am not sure if this is just not supported by default simulator or I did wrong initialization of the timer. Do I need to enable anything else except the clock and maxcount ? LPC_SYSCON->SYSAHBCLKCTRL1...
  • STM32F437 SPI Drivers in MDK4?
    Hi everybody, I'm working on a project which until now has been working fine in MDK4. However, I've come to need the SPI Flash drivers (RL-FlashFS) for the STM32F437II-based board. I've found the necessary...
  • Semaphore issue in RL-ARM MDK4.
    Hi! I was developing a new firmware based on MDK4 RTX OS with a STM32L053 uC (using the Discovery Kit) and I have found a bizzare behavior on a very simple semaphore arquitecture. Basically, I need...
  • project from MDK3.x in MDK4.x migrating problem
    Hi! I'm trying to migrate my project from ARM MDK 3.24 to ARM MDK 4.10. Compilation goes ok, but when I try to debug the project, it doesn't go into main(). when trying to execute the "BX R0...