• 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...
  • tele remote switch using 8051
    hello,,,,i want to do my seproject using 8051 microcontroller on the topic tele remote switch,,,,the theme of project is to control home appliances through telephone line ,,,,,,,through that if i am in...
  • 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...
  • 8051 with Sony Remote Control
    Do any one can tell me that how can i write a program in C for Sony remote Control interfacing with 8051.
  • Procedure for Init GPIO
    Hi guy, I'm using ARM STM32F103RC, Cortex M3. when I compiler the code with this order:   //GPIO structure used to initialize port   GPIO_InitTypeDef GPIO_InitStructure;         //Enable clock on APB2...