• USB device code for LPC15xx on Keil MDK4
    Hello, I can't find any sample project about using USB for LPC15xx on keil MDK4. I've been try to compile sample project written for lpcespresso ( usbd_rom_hid_generic) on my MDK4 but it doesn't...
  • 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...