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 ramasamy

  1. R

    Pic12f510 - sample C code

    Hi, I am using PIC12F510 ,I need C sample code . can any one send C sample code of PIC12F510 ? Best regards Ramasamy
  2. R

    [Moved] LPC2129 ArmProcessor - SPI C code

    HI anybody can check my code , and let me know the problem in SPI of LPC2129
  3. R

    [Moved] LPC2129 ArmProcessor - SPI C code

    Hi Still i am facing prpblem. below is my code for slave and master //SLave Code void init_SPI0_SLAVE(void) { // PCONP |= 0x00000400 ; PINSEL1 |= 0x00001500; IODIR0 &= ~(0x00000080) ; //CS configured as input //MOSI S0SPCCR = 16; //Set SPI clock to...
  4. R

    [Moved] LPC2129 ArmProcessor - SPI C code

    Please check below is my code, is there any mistake? I made register config as per LPC2129 main() { init_SPI0() ; putchar_spi0(0xaa) ; putchar_spi0(0x11) ; putchar_spi0(0x55) ; } void init_SPI0(void) { PINSEL1 |= 0x00005500; IODIR0 |=0x000000D0 ; S0SPCCR =...
  5. R

    [Moved] LPC2129 ArmProcessor - SPI C code

    Hi Thanks for the reply and i have tested your code, but S0SPSR 7th bit is not setting after writing data to S0SPDR, i have only master , and trying to send some data via SPI port , no clock and MOSI output is not pulse , i checked with oscilloscope.. for checking is it require slave...
  6. R

    [Moved] LPC2129 ArmProcessor - SPI C code

    Hi I need C Code for LPC2129 SPI-0 Best regards Ramasamy
  7. R

    Help me implement CAN code on LPC2129 ARM microcontroller

    Hi I need C code for CAN interface of LPC2129, please any one help me. Best regard Ramasamy
  8. R

    Hardware I2C C code for 8051 needd

    I2C C code Hi can any body send me Hardware I2C C code for 8051 , it will be very use full for me to implement in my project. Best regards Ram
  9. R

    Wiznet IIM7010A module in my 8051 controlle board

    iim7010a wiznet Hi i am using wiznet module in my 8051 controlle board, i want software for client TCP/IP c code , can any one send me that, i do not want Loop test code , already i test with loop test it working, with that code i am not in a position to send receive and send data to my pc...
  10. R

    wiznet ethernet module IIM - i am getting data as junk only

    wiznet junk data Hi I am using wiznet ethernet module IIM7010A in my 8051 board - using as a tcp/ip client and all initialization, pinging and connection with server is ok but sending data and receiving the data is comming as YY###@@ like junk , i do not know what is the format of the data...
  11. R

    GMT to IST conversion

    gmt to ist conversion Hi I am Using PIC controller in my project , Now i want to convert GPS time & date (GMT)to Indian standard time (IST) , can any one send me the C sample code Bye
  12. R

    Need C code for UART2 in P89C669

    Hi I am using P89C669 Philips IC , can any one send me the C code for the uart2
  13. R

    The UART - 1 interrupt C routines for LPC2138

    Hi can any one send me the UART - 1 interrupt C routines for LPC2138.
  14. R

    Need Modbus C code for LPC2138 and 89c51

    Can any one send me Modbus C code for LPC2138 and 89c51 ?
  15. R

    C code of RTC(external crystal) for LPC2138

    Hello I need C code of RTC(external crystal) for LPC2138

Part and Inventory Search

Back
Top