• Strange reset behaviour
    I am using the Accutron prototyping board with the ADuC841 controller to develop an application that converts voltages to power to display power, VSWR and temperature and displays the results on a 4...
  • 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? ...
  • Strange delay value on Task
    I'm working with LPC2478 micro with RTX and I noticed a strange behaviour on delay associated to a task during execution. Sometimes, in a unpredictable way, a task that should start every 1 second...
  • Strange reset state (WDTCON) on watchdog reset
    Hi all, Our app tests the watchdog by not servicing the watchdog but also setting a magic flag in RAM to see if the reset was caused by the test or for real. I made a small test app to test watchdog...
  • 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 ); ...