• How to deal with bypass mode?
    I download the CAN example from " http://www.keil.com/appnotes/docs/apnt_181.asp " .When I debug the project,It shows "Device cannot enter bypass mode,Connection to target missing or incorrectly" ...
  • Construct a byte from bits
    Hello everybody, I am very new to C language. In my project I get data serially from a port pin. I want to save the first 8 bits to one variable, another to second & so on. In all I want to save...
  • Sparse "switch" construct
    Is there a way to force the compiler to generate a jump table for a sparse "switch" construct?
  • Dealing with a stuck interrupt
    Hello, I have 2 LPC2478s communicating with one another via UART3 (TTL line). Occasionally, because of some unknown reason at this time, one of the processors is handling a UART3 interrupt at intervals...
  • Dealing with non-aligned data
    Hello, A colleague of mine, while processing some binary data, transfered a RAM memory address to a function. That address was not even (ARM7 architecture) so the LDR instruction behaved exactly...