2022-12-23 3:11 AM
I am using NUCLEO - G474RE and I am trying to use HRTIM to output some PWM signals. HRTIM_CHA output signals voltage levels are fine (0 - 3.3V). The problem is that the voltage levels of HRTIM_CHB are off. By measuring CHB (PA10/PA11) signals I get PWM signals with voltage levels of 0- 250mV. I measured CHB signals exactly at the output of the chip, so there is no way there is some kind of a divider on NUCELO. I assume something is puling down the outputs internally.
By examing GPIOA registers I found that there is no differnce in settings for CHA (PA8/PA9) and CHB (PA10/PA11):
Does anybody have an idea what is the problem?
Solved! Go to Solution.
2022-12-23 8:51 AM
I found that the outputs were actually deactivated. The low-voltage PWM that I measured with the oscilloscope was most likely caused by the EMI.
2022-12-23 3:40 AM
i would say you have a Hardware bug somewhere.
Is this a custom board? You could try the same with a nucleo
2022-12-23 6:09 AM
I am using NUCELO - G474RE.
2022-12-23 8:51 AM
I found that the outputs were actually deactivated. The low-voltage PWM that I measured with the oscilloscope was most likely caused by the EMI.