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 jlopez2022

  1. J

    Breakdown voltage of enamelled copper wire?

    Elektrisola cables Accordingly IEC-60317 here are the breakdown voltages (dc), in my experience no more than 400v in ac must be used for class-1. Take a lot of care when winding and not bend more than twice the diameter.
  2. J

    Independent PWMs using MPLABX easy configurator

    Finally I found the error is avoided by write this code inside pwm.c file at PWM_Initialize() function just before PTCON = 0x8000; (or PTCON = 1; ): FCLCON1 = FCLCON2 = FCLCON3 = FCLCON4 = FCLCON5 = FCLCON6 = 0x0003; Thats enables external period reset mode. I should recommend to...
  3. J

    Independent PWMs using MPLABX easy configurator

    There are no errors or notifications, only no pwm output. In a deshesperte action I tried this function with same result: void test2() { PTCONbits.PTEN = 0; TRISCbits.TRISC6 = 0; /* Set as a digital output */ TRISCbits.TRISC7 = 0; /* Set as a...
  4. J

    Independent PWMs using MPLABX easy configurator

    I used the easy configurator to configure dspic33EP128GM604 I programmed to run FCY=50MHz and checked using the scope. Then I made following setup using PWM easy mode: I programmed: 50MHz/16/0x271=5khz that is the stablished PWM base clock Then in the PWM number 6 I made: My idea is to...

Part and Inventory Search

Back
Top