User Activity

Hi,I have a project using an STM 32 Nucelo board. I have been developing this using the nucelo's on baord ST Link.However, this project will be powered by a couple hundred volts so I need isolation for that. I have the ST Link V2 Isol and essentially...
Hi,I'm working on a project to generate a 3phase sinusoidal pwm.F_fundemnetal = 0.1 - 100 HzF_sw = 1-100 kHz.I would like to calculate the PWM values on the fly if possible instead of a lookup table. I am generating an ISR every time TIM1 overflows a...
HI,So I cannot seem to get the time base that I expect out of Timer 6. I have got timer working wiht the right freqnecy however I cannot seem to get timer 6 to work at the expected freqency. It seems to be running twice as fast to what I set it to.I ...
Hi All,I want to use timer 1 for my double pulse test. To start with though I want to get it going in a simple PWM mode at first.I have gone trhough the reference amnual several times and looked at the block diagrams. I have got the registers intial...
HI All,I Have the STM32F302R8. I am using comparator 2. What I want to do is have DACH1 feed a value to the inverting input and have PA7 connected to the non inverting input. For now, I am just wanting to generate an interrupt to get things working ...