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 Max.Otto11

  1. M

    Generate PWM freq. step 50ns

    Hello FvM, I am working with PSoC. Period is fixed 300. Effective Duty cycle should 47% of period.
  2. M

    Generate PWM freq. step 50ns

    Hellp FvM, i type wrong it's 40ns for 25 MHz. I have Input Signal from 0,5v to 3,25v. But this Input is for Deadtime. i use ADC for convert. Now the main question is 1. In which form i Need this value in program? 2. How can i calculate period & Duty cycle(47%) from this Input.
  3. M

    Generate PWM freq. step 50ns

    PWM with dedtime Hi all, sorry for wrong Task Explanation. Here i try again to explain my Task. i have PWM step with 50ns. PWM clock freq. = 25MHz I have deadtime as input in Volts From 0,5v to 3,25v. if input = 3,25v then PWM freq = 1 µs (microsec) = 24 (deadtime) if input = 0,5v then...
  4. M

    Generate PWM freq. step 50ns

    Hi all, i want to generate PWM step with 50ns. For this i have input signal. PWM clock freq. = 24MHz. if input is 3,25v then PWM freq = 1 µs (microsec) if input is 0,5v then PWM freq = 250ns (nanosec). pls share ur ideas for doing this task. Regards Max
  5. M

    PWM Deadtime Calculation

    Hii all, i have Input Freq. 0,5v to 3,25v Output PWM have 2-256 cycles Clock freq. 24MHz. I want to give if Input = 0,5v then Deadtime = 2 & if Input = 0,5v then Deadtime = 24. Is there any equation to do this? Regards Max
  6. M

    Master - Slave PWM generation

    Thanks klaus, For that i have to give PWM period value from given input. I have Analog Input from 0 to 3,3v. From ADC i get answer into uint16 ("ADC_Result" in code). Now i want to divide this result to get PWM Period time. if Input 0,2v then PWM_Period = 149...this value increses with upto...
  7. M

    Master - Slave PWM generation

    Hello all, As per my project requirment i want to generate 2-PWM Outputs. PWM-1 (Master)start first than after sometime PWM-2(Slave) starts. How can i do this? Regards Max
  8. M

    [SOLVED] 16-Bit PWM generation

    16-Bit PWM Program Hi all , i am working with PSoC 5LP. I have continious changable Analog Signals. I convert it to Digital with help of ADC. From this Result i want to generate PWM (Output1 Forwards.All in 16-Bits. So i have range upto 65536. I have Analog Input 0,1 to 3,3v. So if i gave...
  9. M

    [SOLVED] PSoC Display 16 bit ADC Value on LCD

    It's solved. I have another Question, which i post in my another Forum of PWM Generation. Pls read it n try to help me
  10. M

    [SOLVED] 16-Bit PWM generation

    Hi all , i am working with PSoC 5LP. I have continious changable Analog Signals. I convert it to Digital with help of ADC. From this Result i want to generate PWM (Output1 Forwards, Output2 Ruckwards). All in 16-Bits. So i have range upto 65536. I have Analog Input 0,1 to 3,3v. So if i gave...
  11. M

    PSoC PWM signal generation

    PSoC 16-bit PWM signal generation Hello all, i am woking with PSoC 5LP. I generate 16-Bit ADC result. Now i want to generate from this ADC result ein 16-bit-PWM signals. i Need ur suggestions for this. Regards Max
  12. M

    [SOLVED] Continious Input signal for ADC

    Thank u for ur Suggestion. I use EOC in my Programm. But only for result. But i want everytime when i Change the Input value then LCD Display must have to Change. for(;;) { if(ADC_DelSig_IsEndConversion(ADC_DelSig_RETURN_STATUS)) { ADC_Ans =...
  13. M

    [SOLVED] converted 16-bit-ADC value on LCD

    I got the answer. So it's Solved - - - Updated - - - I get the Answer. So problemn Solved..

Part and Inventory Search

Back
Top