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 bikas.bikun

  1. B

    C editor with syntax blocks

    Can any body help me. I need a C editor with syntax blocks that means it should have Graphically blocks for syntaxes
  2. B

    ARM7(LPC2148TDMI) port pin progrmming bug

    i have done the following program to toggle port0 in Keil4 evaluation version but i observe pins P0.28,P0.29,P0.30 are not blinking. could any body tell me why so ? here is my program : #include <LPC214x.H> void delay(unsigned int a) { int i; for (i=0;i<a;i++) {;;} } int main(void) {...
  3. B

    How to add library function to keil library ?

    actually i have kept that in the C:\Keil\ARM\INC location,but while i am trying to use the function i can't. can you please tell me why so ?
  4. B

    How to add library function to keil library ?

    I got to create a header file, but where to place it and add it to library, and where its (Lcd.c) file will be stored? I mean what procedure I need to follow to add this header file to add to KEIL library, so that further I can include this file in my projects code.
  5. B

    How to add library function to keil library ?

    i want to add a function let delay.h to keil library, so hoe can i do so ? can any body do this ? please tell me the procedure.
  6. B

    noise in rs-485 communication channel

    Definitely you are right,switch controls the operation of nodes,so i think this is a n issue of noise,So what should i do ?
  7. B

    noise in rs-485 communication channel

    My nodes are at least 30 meters apart from each other ,but a 440V supply cable is parallel to my rs-485 cable.
  8. B

    noise in rs-485 communication channel

    Dear all i have a problem . in my project i have 5 nodes interconnected with RS-485 channel, and all nodes have one switches when switch is pressed then controller pin goes low and master performs the operation. it was good at testing,but at validation controller gets trigger automatically...
  9. B

    Program memory Lock in microcontroller memories

    Thank you friend ,but what do you mean by Lock bit and how to set or reset it. i have no idea.would you please tell me.
  10. B

    Program memory Lock in microcontroller memories

    Can any body tell me what is program memory lock. AT89C51 has 3 levels of program memory lock, what does it means ?
  11. B

    DIFFERENCE BEETWEN fLASH ,SRAM & EEPROM IN PIC

    then Why Static RAM ?
  12. B

    DIFFERENCE BEETWEN fLASH ,SRAM & EEPROM IN PIC

    will you please tell me EEPROM is program memory or Data memory ? ---------- Post added at 11:10 ---------- Previous post was at 11:09 ---------- and why for Static RAM
  13. B

    DIFFERENCE BEETWEN fLASH ,SRAM & EEPROM IN PIC

    Can any body tell me why SRAM , Flash & EEPROM are used in microcontrollers ? I think Flash is for HEX code. Sram is for current Data then for why EEPROM but i am not clear about all this , if anybody know please help me out.
  14. B

    Difference between RS232 and RS485?

    Re: difference between rs232 and rs485 Dear all, the general difference is the extended length of communication wire in RS-485 and apart from that RS-485 can perform multi node operations which RS-232 can't. example 2 wired and four wired connection for RS-485. you can check it out...
  15. B

    How to calculate capacitance

    You can add a 0.1 uF with parallel before coupling to the o/p terminal for avoiding noise if any.

Part and Inventory Search

Back
Top