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 VINITA DHAMELE

  1. V

    which is the best compiler or IDE for MSP430f series microcontrollers

    Thanks to all for replies. i will go for code composer suite CCS core edition.
  2. V

    which is the best compiler or IDE for MSP430f series microcontrollers

    HI all, I want to know which is the best suitable IDE or C Compiler for MSP430f series microcontrollers. Thanks in advance.
  3. V

    Pic !8f4550 I want to blink some led

    if you have installed a latest version of CCS C Compiler then there is no point why you don't have 18 series header file? in your project wizard choose proper language toolsuite. Recheck your project settings ( proper compiler ,device ,language toolsuite) . Hope this will help you. Regards.
  4. V

    Pic !8f4550 I want to blink some led

    you can visit the site of Microchip. www.microchip.com www.ccsinfo.com you will find there latest version of ccs c compiler but you have to get license from ccs. if your application is small enough you can go for the free version of mikroElectronika as 123jack suggests. regards.
  5. V

    Pic !8f4550 I want to blink some led

    MPLAB IDE is good enough for PIC. you can install the upgraded version of c compiler. I use CCS C compiler and there is full support for 18f series. or as millwood says try to use address instead of names e.g address of Porta . As Error Message says: unable to locate htc.h & delay.h find these...
  6. V

    PIC 10F220...I have no clue what so ever of how it goes

    Set the proper FUSES in your code. Regards.
  7. V

    is anything wrong with thw program??!!pic18f

    Re: pic18f Hi you have passed 0xff to PORTD but after 3 instructions you again pass 0x00 to portd so ultimately you will get 0x00 at portd. Recheck your code... Regards.
  8. V

    [SOLVED] Suggestions for RTC with an in-built battery and crystal

    Re: Suggest RTC i googled for rtc and only one name is suggested but i dont know that it is regular part or not.
  9. V

    Is my pic being damaged? I use PICkit3 to program....

    Re: is my pic dead? Thanks for your reply. as this is my tested Software and with the same software and same programmer i have programmed the PIC so many times (the same chip ) but now i am getting this message why? Regards.
  10. V

    [SOLVED] Suggestions for RTC with an in-built battery and crystal

    Re: Suggest RTC Hi There is many ic by Maxim which will fullfill your requirements. eg. DS3231s etc. http://search.digikey.com/scripts/DkSearch/dksus.dll hope this may help you. Regards
  11. V

    Is my pic being damaged? I use PICkit3 to program....

    Re: is my pic dead? My question is : I am using PIC KIT3 to program the chip PIC16f887 when i connect the programmer to the target board ....the message is being displayed "Target Device id (00000000) does not match expected device Id ( 00002080)". Is my pic being damaged?
  12. V

    PIC MCU timer1\timer0 maximum external clocking frequency

    Re: PIC MCU timer1\timer0 maximum external clocking frequen Sir, I want to know how did you calculate the minimum period which can be measured with timer0 prescaler? As i am using 16f887 timer0 to measure the time period of 10ms. for that purpose i have omron h3cr-f8 timer but with this timer...
  13. V

    to calcute the pulse count from external source to timer0

    Re: to calcute the pulse count from external source to timer Thanks Sorry for late reply. This helped me a lot. I have fixed my problem. Regards
  14. V

    to calcute the pulse count from external source to timer0

    Re: to calcute the pulse count from external source to timer thanks i need to run timer for 1/3 second and check if a single pulse from external source has occured then set a flag. my code is to iniitialize counter: setup_timer_0 ( RTCC_DIV_256 | RTCC_EXT_H_TO_L); set_rtcc ( TIMER_VALUE )...
  15. V

    to calcute the pulse count from external source to timer0

    hi all, i am using pic16f887 timer0 in my program. i want to calculate the pulse ( from external source ) to timer 0. i want to know the c code to configure the timer0 as counter.

Part and Inventory Search

Back
Top