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 mayasunny

  1. M

    [PIC] ds1307 slows with 7 segment display

    Thanks for your response, can explain a bit more in detail about this
  2. M

    [PIC] ds1307 slows with 7 segment display

    Mr.KlausST, below is a 7-segment multiplexing code [ code ] #include <xc.h> #include "configbits.h" #include "segment.h" #define _XTAL_FREQ 20000000 //define crystal frequency to 20MHz #define control1 PORTBbits.RB2 #define control2 PORTBbits.RB3...
  3. M

    [PIC] ds1307 slows with 7 segment display

    thanks for your replay Mr.Brain #include <xc.h> #include <stdio.h> #include <string.h> #include <ctype.h> #include "configbits.h" #include "i2c.h" // This header file includes I2C.c file which is used to interface the I2C #include "uart.h"...
  4. M

    [PIC] ds1307 slows with 7 segment display

    Hello all, I am currently working with developing Digital clock. I'm using PIC18F4550, DS1307 RTC, 6 seven segment display for displaying clock in HH.MM.SS format. While reading the clock, I'm getting approximately 10 sec of delay for each second. I don't know where I'm going wrong. Below are...
  5. M

    For loop termination with data in array is 0xff

    Thanks for your reply, I solved the problem with if(RxData[j]== Result[j]) One more question how can I send two files to the eeprom one by one
  6. M

    For loop termination with data in array is 0xff

    Hiee members, i'm working on a project which is send binary file to EEPROM, read it back and display it on uart terminal. i'm using PIC16F877A micro controller, xc8 compiler and 93lc46a eeprom. i'm able to sending/reading the file to/from eeprom properly. for(j=0; j < 64 ;j++) {...
  7. M

    pic16f877a + spi + 93LC46A-I/OT EEPROM

    susan sir, in microchip website there are some example applications based on 93lc66 series, in that they used microwire compatible eepprom with MSSP module,(pic16f877a has MSSP module) this is the following link https://www.microchip.com/wwwproducts/en/93LC46A
  8. M

    pic16f877a + spi + 93LC46A-I/OT EEPROM

    now i'm operating it with 1.25MHz frequency
  9. M

    pic16f877a + spi + 93LC46A-I/OT EEPROM

    EWEN 1(S.B) 00(OP) 1 1 XXXX (A6-A0) for this SPI_Write(0x04); //EWEN Command SPI_Write(0xC0); im little confused how to handle this 10bits SPI_Write(0x04); //EWDS Command to disable write/erase...
  10. M

    pic16f877a + spi + 93LC46A-I/OT EEPROM

    sir, please check X8 organization, ORG=0
  11. M

    pic16f877a + spi + 93LC46A-I/OT EEPROM

    i'm in confusion, in eeprom datasheet they mention like this s.b(startbit),opcode,address(A6-A0) , this total comes to 10bits but you are saying 9th bit, can you explain it little clear - - - Updated - - - one more thing my eeprom size is 1kb
  12. M

    pic16f877a + spi + 93LC46A-I/OT EEPROM

    Thanks for your reply , klausST "SCL/SCK" is the clock pin for both SPI & I2C according to pic16f877a datasheet. - - - Updated - - - i made a mistake in setting bit to CKE pin, i made this pin high now i can see the clock from master. now the problem im facing is whatever the data i'm...
  13. M

    pic16f877a + spi + 93LC46A-I/OT EEPROM

    Hi members, i'm working on pic16f877a micro controller, i want to interface 96LC46A-I/OT EEPROM with pic controller using spi module. my pic oscillator is about 20MHz, and eeprom Fclk is max 2MHz. now im unable to generate clock at SCL pin , i don't know why. i checked spi separately, it is...
  14. M

    Uploaded file showing 0 bytes

    hiee members, i'm working on a project that, transferring files to web server using sim800 module, i'm able to transfer the file to web (drivehq) using sim800 module but the problem it is showing empty files, if I upload the file using FileZilla client it showing data in the file, I followed...

Part and Inventory Search

Back
Top