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 ernytony

  1. E

    convert double to char array

    sorry I use Pic 16f877 & picclite
  2. E

    convert double to char array

    is possible convert double to char array
  3. E

    How to increase the memory space for interrupt routine?

    Re: interrupt I now. I would to allocate more memory for an interrupt. Can I do this? how?
  4. E

    The addresses of the beginning of the interrupt handler

    interrupt pic I use pic 16f877 with PICC lite it's possible specify the address of the beginning of the interrupt handler for each interrupt source in C. the memory associated to the interrupt is fixed or is resizable.
  5. E

    How to increase the memory space for interrupt routine?

    Re: interrupt I use pic 16f877 with PICC lite
  6. E

    How to increase the memory space for interrupt routine?

    it is possible to increase to the space of memory associated to one ruotine of iterrupt.
  7. E

    Please check if my code is good for interrupt

    iterrupt this code is good for an interrupt??? #include <pic.h> #include <delay.c> #include <delay.h> main(){ GIE=1; //--> enable global interrupt T0IE=1; //--> enable l'interrupt sul tmr0 TRISD=0; TRISB=0; TRISC=0; while(1){ PORTC=255; } } void interrupt prv_int(void) { unsigned int i=1...
  8. E

    Suggest me a good OS for PIC16F877

    Re: PIC O.S. Don't really helpfull...any other suggestion? Thanks the same, C-Man
  9. E

    Suggest me a good OS for PIC16F877

    Hi!!!!, who does know a really operating O.S. for PIC 16f877? Thanks in advance!!!!!!!!
  10. E

    How to read a char array like a double value?

    Re: Char Array to double It was just what I need Thanks
  11. E

    How to read a char array like a double value?

    Re: Char Array to double dear asahin11, the all 4 bytes array of char is the rappresentation of the unique value of my double number, to say that every char is a byte of my 4 bytes rappresentation value in double, so I need to convert all the array like a unique double value. Thanks [/code]
  12. E

    How to read a char array like a double value?

    Hi, this is my problem: I have a char array (it contains 4 bytes rappresenting a double) , how can I read this array like a double value? Thanks in advance folks P.S. I'm working on a PIC 16F877.

Part and Inventory Search

Back
Top