• 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...
  • Procedure for swapping bits in R0
    Good day! Can someone check my code for mistakes? And, if there are mistakes, help me to fix it. This procedure should swap bits in R0 and be 'effective'. //'n' is bit, that procedure should swap...
  • i want xbanking procedure
    i am new for handling the xbanking so i want how to start 8051 microcontroller with xbanking
  • Specifying address of C-procedure
    How do I tell the Keil C compiler/linker to place certain C-procedures in specific parts of memory? Example: The procedure below must be placed at an address above 0x4000. void ADC_start...