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 STSCBE

  1. S

    PIC16F877a channel switching Problem

    Thanks, But V8.3 Hitech compiler says, Undefined identifier.....
  2. S

    PIC16F877a channel switching Problem

    PIC16F877a ADC channel switching Problem Hello, I'm using MPLAB V8.3 version. Im having problem with 2 ADC input conversion.. while Proteus running getting this message and while Hardware, it clashes two channels.. ADC conversion started before 'wait' time has expired following previous...
  3. S

    [SOLVED] dsPIC33f Reading ADC buffer

    before that i was worked with dspic33fj32gs406 and can get exact ADC voltage. But now in dspic33fj64gs606 i have some milli voltage at the point of ADC pins. which is, Pair 0's 1st pin and Pair 1's 1st pin Same voltage and Pair 0's 2nd pin and Pair 1's 2nd pin Same voltage. for example 15mV...
  4. S

    problem with dspic33f UART transmitting interrupt

    i found there is delay problem. but i dont know how to send an array using interrupt. How to trigger manually to transmit array, once my array is full?
  5. S

    problem with dspic33f UART transmitting interrupt

    Hi all, Here i'm facing the problem with dsPIC33f UART Transmitter interrupt.. Before that im using via polling. then i configure Transmitter as interrupt. when im, transmitting array, only 5 character is sent. remaining characters are not sent. I dont know where is the problem and im not...
  6. S

    Need dsPIC33f CAN library files

    Hi all, I'm using dsPIC33f series controller. I need to develop CAN communication within short time period. So, I need CAN library files (Working One). kindly share, If anyone already working experienced in dsPIC33f CAN.
  7. S

    dsPIC33f internal Flash as EEPROM

    Hmm, but as per procedure, i followed the initialization of DEEInit(); ... Can u see the image? there might clearfull
  8. S

    dsPIC33f internal Flash as EEPROM

    Hi, I'm trying to test the DEEEmulation library's read and write function and i found that some issue, they are, 1. After programming at the first time, Need to Writes twice time in the same location that is, DataEEWrite(01,05); // data, location DataEEWrite(02,06); // data...
  9. S

    [SOLVED] dsPIC33f Reading ADC buffer

    Hi all, i'm using dsPIC33fJ64GS606 controller. I;m facing a problem in ADC. before that, my ADC code is, void ADC_init() { ADCONbits.ADON = 0; // turn ADC OFF ADPCFGbits.PCFG0 = 0; // AN0 is configured as analog input ADPCFGbits.PCFG1 =...
  10. S

    dsPIC33f internal Flash as EEPROM

    okay, but in between, if i need to update that declared value, what i do?
  11. S

    dsPIC33f internal Flash as EEPROM

    And also, How to find user EEWrite Functions's data memory allocation in internal program memory?
  12. S

    dsPIC33f internal Flash as EEPROM

    Thnx, i Got :thumbsup: - - - Updated - - - but my application, I just read internal flash(2bytes), when my system power ON....After main loop i Wont...
  13. S

    dsPIC33f internal Flash as EEPROM

    Actually im using xc16 compiler, but how to add this lib to my application? Thanks
  14. S

    dsPIC33f internal Flash as EEPROM

    Dear all, For my application IÂ’m using 16-bit - dsPIC33FJ64GS606 microcontroller. The controller haven't EEPROM option. I found an option to use Program memory as for EEPROM from Microchip website...
  15. S

    [SOLVED] AVR ATXMEGA128A4U Interrupt

    Hi all, I need register selection and configurations for Enable the interrupt service routine in AVR atxmega128a4u controller Ex. USART Receiver. Thanks

Part and Inventory Search

Back
Top