• problem with combining MicroLib with FlashFs
    Hello all, I want to use SD-Card with FAT-32, so I should use FlashFs. But when I use it, it consume so much "ZI-data". Also I want to use UDP Socket. On the other hand when I use FlashFs, I can not...
  • RL-FlashFS Combination with LPC2368 & AT45DB642D.
    We are planning to us Flash File System in Combination with LPC2368 & AT45DB642D. I being new to Keil don't know how to start the implementation of the same. The board we are using is MCB2300 and it...
  • How to combine application with bootloader?
    Hi, I'm using the STM32F103ZD uC and the Keil IDE uVision V4.03q. I wrote two programs: a default Application and a Bootloader. The Bootloader can load the Application by some interface and execute...
  • malloc in combination with RTX
    Hi, I have a app which is working fine without RTX kernel, but when i activate the kernel it goes typically wrong on the return of an function which uses malloc on the return of this function...
  • Problem with combination of isr_mbx_send and os_mbx_wait
    Good evening, i'm having problems with sending a mail from an interrupt to a task. I'm using the LPC1769 (Cortex-M3). The os_mbx_wait-function just waits forever, although the isr_mbx_send() is multiply...