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 chaminda12001

  1. C

    [SOLVED] ADC reading , Timer interrupt - dspic33ch128mp508

    Hi, I am still cant read value into ADCBUF0. Could you have a look on my ADC initilisation code,adc_read and Enablecalibrate function. Anything I missed. void adc_init(){ //Configuration of the I/O pins to be used as analog inputs TRISA = 0xFFFF; ANSELA =0xFFFF...
  2. C

    [SOLVED] ADC reading , Timer interrupt - dspic33ch128mp508

    Hi I checked the examples on the web. I tried those methods but still no luck :sad:
  3. C

    [SOLVED] Sleep mode - dspic33ch128mp508

    Hi, I would like to know how I can setup the sleep mode function on dspic33ch128mp508 curiosity development board. Is there a register setup or can I use the sleep function for this chip. I am using MPLAB IDE X 5.10 and XC16 compiler. Any help please. Thank you
  4. C

    [SOLVED] ADC reading , Timer interrupt - dspic33ch128mp508

    Hi, Thank you for the reply. I did setup on my main code. but it does not go to ADCAN0Interrupt vector. ADIELbits.IE0 =1; IPC22bits.ADCAN0IP =1; IEC5bits.ADCAN0IE =1; ADCON3Lbits.CNVRTCH =1; ADCON3Lbits.CNVCHSEL0 =1; Anything I missed out on here.
  5. C

    [SOLVED] ADC reading , Timer interrupt - dspic33ch128mp508

    Hi, I am trying to read ADC channel 0 using Timer interrupt to trigger it. I am using dspic33ch128mp508 curiosity development board for anologue reading using potentiometer annologue channel 0. When I debug, I dont get any value on the Anlogue channel 0. I am using MPLAB X IDE 5.10 for...
  6. C

    PIC microcontroller debugging- dspic33ch128mp508

    yes it works with PGD2 settings. Thank you very much for help. :-D
  7. C

    PIC microcontroller debugging- dspic33ch128mp508

    Hi I am using MPLAB IDE 5.10 for debuggging with the dspic33ch128mp508 curiosity developement board
  8. C

    PIC microcontroller debugging- dspic33ch128mp508

    Hi , I am getting error message when I go to debugging dspic33ch128mp508 curiorsity development board. I inculded the configuration settings at the begining of the programme. error message : Is there settings I need to check // FSEC #pragma config BWRP = OFF // Boot Segment Write-Protect...
  9. C

    Wifi audio hub.Multiple users will be able to listen using any earbuds or headphones

    I want to design SoC with VHDL. Then the SoC interface with modules similar like the ESP32 for wifi and bluetooth. The Bluetooth will multicast for audio. It lets instantly share wireless audio with multiple simultaneous listeners using any earbuds, headphones or powered speakers. Any suggestions?

Part and Inventory Search

Back
Top