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 ghoola

  1. G

    [AVR] using vs1003 library in CodeVision

    can I use these library in CodeVision?please help me it's urgent.it's library for vs1003 to make an mp3 I want to use it in CV.If any one need any information tell me please
  2. G

    [AVR] avr lcd programming in CV

    the error is : "the _lcd_ready"is not defined
  3. G

    SPI low programming in codevision

    Is there any idea about how can programming SPI in high mode or low mode???????????
  4. G

    SPI low programming in codevision

    hi. how can I write a program for SPI low speed for clock rate for vs1003 in CV?
  5. G

    avr programming in AVR Studio and CodeVision

    so if i download CV version 2.6 or 3.x everything going to be ok?
  6. G

    avr programming in AVR Studio and CodeVision

    I'm using atmega32a
  7. G

    avr programming in AVR Studio and CodeVision

    2.05.3 and I have no idea about MCU????
  8. G

    avr programming in AVR Studio and CodeVision

    thank you so much dear alexan_e
  9. G

    [AVR] avr lcd programming in CV

    I have a problem with this code the codevision have error with _lcd_ready() line .what should I do? #include <mega32a.h> // Alphanumeric LCD functions #include <alcd_ks0073.h> // Declare your global variables here void main(void) { lcd_init(16); lcd_clear(); lcd_gotoxy(2,0); lcd_putsf("LCD...
  10. G

    avr programming in AVR Studio and CodeVision

    and one more thing should I define the reg SPCR at first?
  11. G

    avr programming in AVR Studio and CodeVision

    you mean like this SPE 6 ???????
  12. G

    avr programming in AVR Studio and CodeVision

    what do you mean check the datasheet?
  13. G

    avr programming in AVR Studio and CodeVision

    how can I change this AVR studio code to Codevision code? SPCR = _BV(SPE)|_BV(MSTR)|_BV(SPR1)|_BV(SPR0)
  14. G

    [SOLVED] atmega32a schematic in proteus

    thank you so much dear
  15. G

    [SOLVED] atmega32a schematic in proteus

    and it's ok to use hex code of atmega32a ?

Part and Inventory Search

Back
Top