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 ALIARIF93

  1. A

    I2C slave read Problem

    Hello, Can anybody help in PIC18f4520 Slave transmit problem I've detected Slave address but data is not placed in SSPBUF register. Here is my code: #include<p18f4520.h> #include<delays.h> #pragma config BOREN = OFF #pragma config PWRT =OFF #pragma config LVP = OFF #pragma config OSC = HS...
  2. A

    TC74 interfacing problem with PIC18

    jayanth.devarayanadurga : I was not using the right value for SSPADD...By setting Crystal frequency My code works..Thanks for help:|
  3. A

    TC74 interfacing problem with PIC18

    jayanth.devarayanadurga: I've written new code..But it also not working. #include<p18f4520.h> #pragma config LVP = OFF #pragma config OSC = HS #include<i2c.h> #include<delays.h> void main() { while(1){ unsigned char LastTemp; DDRCbits.RC3 = 1; //Configure SCL...
  4. A

    TC74 interfacing problem with PIC18

    Kindly Check my .C code file
  5. A

    TC74 interfacing problem with PIC18

    Hello jayanth.devarayanadurga Im not using i2c.h header file.. I've made my functions BY consulting datasheet.. So my master side funtions are working(If i'm right) TC74 is not sending data to PIC MCU My read a byte function is below: void I2C_DATA_READ() { SSPCON1bits.SSPOV=0; I2C_IDLE()...
  6. A

    TC74 interfacing problem with PIC18

    Hello, please help me out I'm interfacing TC74 with PIC18f4520 using I2C.But I'm unable to get temperature reading form TC74. Can anyone check my error.. Thnx:-?
  7. A

    Speaker Recognition Using MFCC technique in MATLAB

    Hello, Can anyone help me in MFFC algorithm?? I've attached my file I've done windowing + framming + fft ..
  8. A

    PIC18f4520 I2C module interfacing problems..need urgent help

    i'm using IMU module with PIC18f4520 with I2C module using MPLAB C18 compiler!!!!!
  9. A

    PIC18f4520 I2C module interfacing problems..need urgent help

    Thanx...But datasheet did'nt explain it with examples... any other link??
  10. A

    PIC18f4520 I2C module interfacing problems..need urgent help

    Hello, does anyone know any site related to I2C module explanation in PIC 18f4520?I want to contr
  11. A

    hex file transfer issue in DS89C430

    Hello, I have Genius G540 universal programmer.In device list option i have maxim's DS87C520 MCU.Can i burn code in DS89C430 using same burner while it is not present in List.thnx
  12. A

    NEED URGENT HELP for DS89C430

    THNX Sir,One more Humble request/.... Please tell me Parallel Programming method for DS89C430 and software as well for parallel method. PLEASE GUIDE me step by steP.THNX regards ALI ARIF
  13. A

    DS89C420 Development Board

    From where i can download pcb schematic?
  14. A

    NEED URGENT HELP for DS89C430

    thnx for comment Im using KEIL uvision software in which DS89c430 header is present, in device select option NOW by replacing 89s52 with DS89c430 MCU,will i be able to transfer .hex file in it with same steps as in 89s52,using ISP programmer?
  15. A

    NEED URGENT HELP for DS89C430

    CAN I USE atmel 89s52 development board to burn code in DS89C430?as both MCU have same pin configuration and using ISP programmer used to burn code in ATMEL 89s52?

Part and Inventory Search

Back
Top