Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ajaynn

  1. A

    [SOLVED] SPI write routine for a array

    In my opinion as this is a driver code hence it will work with any controller having simply GPIOs,you just need to define port pins with their purpose in the bus like by using #define statements and define MOSI,MISO,SCLK and CS. but i think you can use the SPI peripheral already available in the...
  2. A

    [SOLVED] SPI write routine for a array

    It depends upon the device to which you are communicating via SPI bus ,Some devices need proper clock transition at their CS pin before doing SPI write,and there could be any other proper sequence to do it,and you may be knowing that inorder to read data on SPI bus you first need to write some...
  3. A

    COMMUNICATION WITH PC's PS2 port

    Hi, I wanted to emulate a PS2/mouse using a PIC microcontroller. I want my PIC16f877 based PS2 device to get initialized as a mouse when my PC starts up. I have written PS2 driver in PIC16f and i think it works fine becoz when i connect it to my keyboard PS2 port of PC and send make codes of...

Part and Inventory Search

Back
Top