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 chancelier

  1. C

    CPU @ RTL Design - Verilog (with complete documentation)

    where is this free mirror link ? ::shy::
  2. C

    C/C++ practise with some exercises dealing

    i have just learned the basics of C/C++ and i want to practise with some exercises dealing mainly with pointers and references heritage memory allocation classes can anyone give me a link help me doing this ? i am an electronics engineering student how can C/C++ langage be useful for me...
  3. C

    Need C++ code for 4-bit ALU with three functions

    Re: C++ code for ALU please elaborate more which are the three functions?
  4. C

    Need help to solve an error in build systemC code in VC++

    Re: Need help to solve an error in build systemC code in VC+ i did like u said the directory of systemc.lib is C:\systemc-2.0.1\msvc60\systemc\Debug i added it to library files directory in tools>> options>>directories but that does not wok ,i am getting same error when building
  5. C

    Need help to solve an error in build systemC code in VC++

    Re: Need help to solve an error in build systemC code in VC+ thanks all for help i did like u said numa and i got 2 errors now, but ithink i am on the right track. --------------------Configuration: revision - Win32 Debug-------------------- Linking... systemc.lib(sc_uint_base.obj) : error...
  6. C

    Need help to solve an error in build systemC code in VC++

    Re: Need help to solve an error in build systemC code in VC+ please elaborate specify me the steps one by one because i dont manage to understand what should i do.
  7. C

    Need help to solve an error in build systemC code in VC++

    error in build Hi I am a newbee in VC++ and I am trying to run a systemc code. This code compiles but when I try to build the project, the link fails and gives me this. --------------------Configuration: revision - Win32 Debug-------------------- Linking... LINK : fatal error LNK1104: cannot...
  8. C

    systemC installing error

    hi all i am a newbie,triying to install systemC by compiling the systemC.lib but i am having this message --------------------Configuration: systemc - Win32 Debug-------------------- Compiling... Error spawning cl.exe systemc.lib - 1 error(s), 0 warning(s) whats the problem there???
  9. C

    interfacing lcd and pic with ccs compiler

    i tried that but that doesnt work here is my code #include <lcd.c> #include <18F4550.h> #include <kbd.c> #fuses HS,NOWDT,NOPROTECT #use delay(clock=20000000) #use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8) #define LED_R PIN_C5 #define sonnerie PIN_C4 char cot[]={"\X22"}; char...
  10. C

    interfacing lcd and pic with ccs compiler

    yes i have done this but i am getting an error all instructions related to lcd (lcd_putc ,lcd_gotoxy .... ) are not accepted although i put at the beginning #include<lcd.c> here is the compilation error message undefined identifier lcd_putc undefined identifier lcd_gotoxy
  11. C

    interfacing lcd and pic with ccs compiler

    hi all i am trying to interface a 2*16 lcd with a PIC 18F4550 my programming language is CCS pic C compiler how is that done??? is it done like this #include<lcd.c> void main() { lcd_init(); lcd_gotoxy(1,2); lcd-putc("something");}
  12. C

    lcd with pic c compiler(ccs)

    hi all i am interfacing an lcd and a keypad with pic 16F877; my programming language is pic c compiler i want to know how to define connections between the PIC and the LCD in the C code in mikroC it is done as shown below / LCD module connections sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit...
  13. C

    mikroC PIC C embedded C?

    thank you how about PIC C ? in my project i will send at commands from micro controller to a mobile phone which in turn sends an sms to another mobile..... and i was told that PIC C is the most adapted to these kind of project(because of its printf instruction which does not exist in mikroC )...
  14. C

    mikroC PIC C embedded C?

    hi all i am working on an embedded project :alarm using a PIC18F but i am confused what programming language to use. first i want to know what is the difference between embedded C ,mikoC and PIC C and CCS . which is the better one . Regards
  15. C

    Error in Assembly code for multiplying two members with rotation using PIC16F84

    Re: assembler code i must learn it because simply its included in our accademic curriculum and i am gonna sit for an exam on that , so i have no choice now please give me your opinion about the code

Part and Inventory Search

Back
Top