• page and swap bits upsd3234
    I am using the upsd3234. I have written a boot loader that sets bit 8 (swap) in the page register. When bit 8 is set my second program is loaded into boot space. I am sure that the second program resets...
  • 32 Bit swap algorithem
    Hi, I'm using LPC4088 (Cortex M4) and I need to swap uint32_t on the bit level. I have a chip that transfer data 32bits (with SSP) with Lsb first - so I have to swap the result in my code. Because...
  • is this procedure correct ?
    unsigned char read_val1; unsigned char read_val2; unsigned char read_val3; void send_uart(void); void send_uart() { #pragma asm S1 EQU 08H S2 EQU 09H S3 EQU 0AH S4 EQU 0BH E1 EQU 0CH...
  • testing procedure
    hi iam hosam iam a new member in this field of FPGA testing using JTAG and BSDL i just want a guide to get the procedure of testing FPGA using JTAG (just main points) to complete my degree of master...
  • swap equivelant.
    Hi, Is there an equivelan function or keyword to "swap"? Is there anyway to get the high or lower nibbles of a variable or swap them in C? any help would be appreciated. -=N