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 BISH

  1. BISH

    Mmc interface with pic 16f877a

    hi all, thanks for ur guidence.....now i'm having the dobt that from where i'll get this function "spi_write(0xff);"....i'm using HITECH PICC TOOLSUITE......
  2. BISH

    Mmc interface with pic 16f877a

    Hi, i had cleared that problem....successfully created the image file..but now the protocol is not executing....i need "spi protocol for mmc card in pic16f series"...
  3. BISH

    Mmc interface with pic 16f877a

    i'v gone through the links...but i'm getting error on mmc card usage in proteus.... >"can't create or open card image file.." this is the error shown in proteus..
  4. BISH

    IRIS module interfacing with PIC16877A

    Hi, i'm using M150 IRIS UART Module . can anybody please guide me for the interfacing process. Its very urgent....Thanks in advance..
  5. BISH

    Mmc interface with pic 16f877a

    I want to interface MMC card/SD card with PIC16F877A using SPI protocol..i want the basic spi program for pic16f877a... thanks in advance..
  6. BISH

    ARM7 LPC2378 PWM Generation

    hello all, i have some trouble in generating pwm in arm7 lpc2378. can anyone please provide me with a code? thanks in advance...
  7. BISH

    4 bit lcd display simulation problem in proteus

    hi all, as ww already discussed the topic regarding 4 bit lcd..but,now i'm facing a problem with 4 BIT LCD DISPLAY IN PROTEUS...The coding s working well in PIC SIMULATOR. pls correct me...attachment shows my coding and proteus simulation. #include<pic.h> #define RS RB2 #define EN...
  8. BISH

    Circuit for magnetic levitation wireless energy transfer

    Hi all, i want to develop magnetic levitation based wireless enegy transfer ...to glow a single LED. i need d circuit for that....
  9. BISH

    relay driver using uln2803 to switch on the lamp

    hi all, i want "a relay driver circuit using uln2803 to switch on the lamp" in proteus
  10. BISH

    PIC 18F452 circuit reset problem in PROTEUS simulation

    thanks all....problem solved... the problem is that : i have to select hitech universal tool suit with hitech c pic18 compiler
  11. BISH

    PIC 18F452 circuit reset problem in PROTEUS simulation

    sry sir..herev s d coding. #define First_Line 0x80 #define Second_Line 0xc0 #define Curser_On 0x0f #define Curser_Off 0x0c #define Clear_Display 0x01 #define Data_Port PORTD static bit Lcd_rs @((unsigned) &PORTC*8+4); static bit Lcd_en @((unsigned) &PORTC*8+5); void...
  12. BISH

    PIC 18F452 circuit reset problem in PROTEUS simulation

    c18 compiler is using...
  13. BISH

    PIC 18F452 circuit reset problem in PROTEUS simulation

    @jayanath- the first while loop will make the loop infinite ....the second while loop will stop the program...the program is successfully running in other controllers like pic16f877a.. proteus file s attaching here...
  14. BISH

    PIC 18F452 circuit reset problem in PROTEUS simulation

    thanks all.... the led having no role in the circuit ....as i mensioned the problem is regarding resetting the circuit. the last ""while(1);""statement is used to terminate the program. but, it is not terminating there and again executing the code. the latest edited code is given and the...
  15. BISH

    PIC 18F452 circuit reset problem in PROTEUS simulation

    @hemnath and @wp100 - thank u sir....i'v made the changes in the circuit.Bt, there exist the same problem.

Part and Inventory Search

Back
Top