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 harikrishnansurendar

  1. H

    Some Help for ARM7 LPC2148 UART0??

    #include<lpc214x.h> #include "timer.h" #include "lcd.h" char arr[15]={"SUREN UART1 "}; int i; int main() { set_clock(); timer_init(); lcd_init(); PINSEL0=0x00050000; IODIR0=0xfffdffff; U1LCR=0x83; U1DLL=0x86; U1DLM=0x01; U1LCR=0x03; U1FCR=0x07; while(1) { for(i=0;i<15;i++) {...
  2. H

    Some Help for ARM7 LPC2148 UART0??

    Re: Some Help for ARM7 LPC2148 UART0 Hyperterminal?? Hi.. I have worked with UART0 and UART1 in lpc 2148. UART1 is working but i culdnt get output on hyperterminal for uART0(Since UART0 and UART1 shares the same registers regarding changes only on "U1" and "U0". Can any ne help me to solve the...
  3. H

    [SOLVED] PIC18F4550 - MCP2515 CAN interface via SPI

    Thanks for the reply., I have tried my level best to figure out the communications.. but, its working with SPI alone.. when coming to CAN, it not working... Please help me out with this problem..!!!!
  4. H

    [SOLVED] PIC18F4550 - MCP2515 CAN interface via SPI

    Hi, I am using MCP2515 CAN bus monitor board from microchip. I have interfaced 3 sensors to PIC16F877A. and I ve got those data via SPI out. Now I wanna get those from the PIC18F4550 MCU via SPI and transfer it to the CAN bus. Please help me tofind me the code. what ever the compiler may be...

Part and Inventory Search

Back
Top