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 MachaniGoutham

  1. M

    [PIC] Inerfacing of RX6110SA to PIC32MX450F128H

    I had a written code to Display RTC RX6110SA for Time,Date,Week.its working fine.when i started Alarm settings of same RTC in DAY MODE,I am not getting AF(alarm flag=0 intially) status to 1?did any one answer the question?:!:
  2. M

    [PIC] EEprom is reading alternate characters

    yes,sir what you guess is right
  3. M

    [PIC] EEprom is reading alternate characters

    Thanks for answering there is no error on code but it executes alternate characters from eeprom
  4. M

    [PIC] EEprom is reading alternate characters

    #include <proc/p32mx450f128h.h> #include "uart_fun.h" // PIC32MX450F128H Configuration Bit Settings // Configuration Bit settings // SYSCLK = 48 MHz (8MHz Crystal / FPLLIDIV * FPLLMUL / FPLLODIV) // PBCLK = 48 MHz (SYSCLK / FPBDIV) // Primary Osc w/PLL (XT+,HS+,EC+PLL) // WDT OFF // Other...
  5. M

    [51] RTC can READ the data if i had given 38 date look the code

    Dear sir, i had tested to given 38 date but why my rtc DS1307 is working for 38-2-2012 23:58::59to 39-2-2012 0:0::0? and can u explain how can we control it.date and time ?how can we manually set. ex:i tried like this its not accepting h=uart_rxstring(char *ch)...
  6. M

    [51] RTC can READ the data if i had given 38 date look the code

    SIR, i am able to read the data 39-02-2014 in my rtcDS1307 which is incorrect? can u explain why i am getting the data my code is followed by **broken link removed** can u go through the code elaborate why its performing like that
  7. M

    [51] RTC can READ the data if i had given 38 date look the code

    void main() { unsigned char sec,min,hour,day,month,year; /* Initilize the Uart before Transmiting/Reaceiving any data */ UART_Init(); /* Initilize the RTC(ds1307) before reading or writing time/date */ DS1307_Init(); /*Set the time and Date only once */...
  8. M

    8051 interfacing with EEPROM 24c04 is not able to find the read and write data

    #include<reg51.h> sbit SCL = P2^2; /* connect to SCL pin (Clock) */ sbit SDA = P2^1; /* connect to SDA pin (Data) */ void InitSerial(void) { SCON = 0x50; // setup serial port control TMOD = 0x20; // hardware (9600 BAUD @11.0592MHZ) TH1 = 0xFD; // TH1 TR1 = 1...

Part and Inventory Search

Back
Top