2023-05-10 4:51 PM - edited 2023-11-20 5:47 AM
2023-05-10 5:45 PM
Please edit with a better title.
Is this with the STM32F412ZG from before?
Are you getting any output from TIM1 ?
What about all the other register in TIM1, can you see them, are they all zero?
Is the TIM1 clock enabled?
2023-05-10 6:28 PM - edited 2023-11-20 5:47 AM
Yes it is active when
I enter a value directly on here "" sConfigOC.Pulse = 250;"". it just takes the value set at the beginning.thank you
2023-05-10 7:48 PM
Dump all TIM1 registers
Perhaps get a UART working, and print the value out of the ADC and MAP function.
Does the ADC need to start/stop constantly?