• Stranges values in FAT_VI.Status
    Hello I have a strange case, I use usb to mount the SD card, after below code, I got mc0.Status == 0x001B, other fields in mc0 seems invalid, what's does this Status mean? possible meanings? ...
  • delay value problem
    Hello everyone, I am not able to figure out the maximum delay value i can give.If i give to high the simulator stops at that function,please suggst me the maximum delay i can give. Here's the code...
  • Strange PC value at reset/startup
    Hello Everyone, I am just starting with a new board, a landboard with a nxp LPC1768. I do not understand why i go in debug mode the starting point of my PC is 0x1fff0080 I use the startup given...
  • usart inline functions show strange values
    I've another question: I installed the usart which is already working but there's something which I don't really understand. AT91F_PMC_EnablePeriphClock ( AT91C_BASE_PMC, 1<<AT91C_ID_US1 ); ...
  • Delay
    hi i want delay in ms and us.am using LPC2366.CPU clock: 48MHz.peripheral clock: 12MHz.can any one have source code for delay function.please help me to know how to implement delay function in ms and...