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 Sudhakar R

  1. S

    how to reduce current and align the waveform

    yes, that is my problem
  2. S

    how to reduce current and align the waveform

    hi, i am working in sensor-less bldc motor control using bemf zero crossing detection . my problem was dc_current is 10.9amp rms ac current is 17.1 peak to peak AC current is 67.2 motor rpm is 2000 i got the uneven current and trapezoidal voltage waveform. i have attached the BEMF circuit ...
  3. S

    [ARM] Sensorless bldc motor initial position detection

    Thank you for replay it's very helpful for me.
  4. S

    [ARM] Sensorless bldc motor initial position detection

    I am working on sensorless bldc motor contorl. the sensor bldc motor we can run the motor by 6 step commutation table since the rotor position is known. But the sensorless bldc motor is different and rotor position is unknown. By using back emf method we can able to run the sensorless bldc...
  5. S

    [ARM] timer xor input function

    how to configure timer xor input funtion in stm32f103?
  6. S

    [ARM] STM32 Timer PWM with DMA

    I'm using Timer_2 channel_1 PWM with DMA to generate the low polarity Pulse. I set the value of PSC = 72, ARR = 2000 and Fosc = 72 MHz. uint16_t TIM2_CCR1_Value[25] = {2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 1200, 1500, 1500, 1500, 1500, 500, 1500, 1500, 1500, 1500, 500, 500, 1500...
  7. S

    STM32 single-wire communication protocol(USART)

    hi, what is SIF communication protocol?
  8. S

    STM32 single-wire communication protocol(USART)

    Hello, Adopt international standard SIF communication protocol, and the interface is universal and convenient. The master-slave mode adopts single line one-way transmission, that is, only one transmission line is required. i need to transmit above given example data using single-wire...
  9. S

    [ARM] STM32F103C8T6 with window watchdog timer

    I trying to configure by register. first i crash my code using Divide by zero fault. then my code stuck in UsageFault. so, code will be crash at that time window watchdog timer should reset the my code. RCC->APB1ENR |= (1<<11); // Window watchdog clock enable WWDG->CFR = 0x0000014f; //...
  10. S

    [ARM] STM32F103C8T6 with window watchdog timer

    how to configure window watchdog timer with stm32 microcontroller
  11. S

    [ARM] stm32 with bldc motor

    hi all, how to lock the bldc motor with break applied?
  12. S

    [ARM] STM32 ADC Injected Channel with PWM

    I am trying to configure the ADC injected Channel with PWM using STM32F103C8T6. but I don't Know how to configure ADC injected channel with PWM .

Part and Inventory Search

Back
Top