• Would unecessary os_evt_clr ( ) cause any problems ?
    The task waits for the event to occur by calling os_evt_wait_or( ). When the event occurs, task does it's job. I know task doesn't need to use os_evt_clr( ) to clear the event to let the task wait for...
  • SD/MMC card init failed
    Dear Sir, We have used the example program taken from path “C:\Keil\ARM\Boards\Keil\MCB2300\RL\FlashFS\SD_File\SD_File.uV2” to create a file in MMC card interfaced to LPC2368 microcontroller using MMC...
  • SD/MMC card init failed
    Hi Everyone, We have used the example program taken from path “C:\Keil\ARM\Boards\Keil\MCB2300\RL\FlashFS\SD_File\SD_File.uV2” to create a file in MMC card interfaced to LPC2368 microcontroller using...
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • removing a .lib file - question
    I am using Silabs IDE with the Keil assembler/compiler/linker I continued to get *** FATAL ERROR L220: INVALID INPUT MODULE MODULE: C:\Accelerometer\Hope_rf\RF50_code_V04\RF50_V04\RTPHY.LIB (-----)...