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.
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.