2023-05-10 04:51 PM - edited 2023-11-20 05:47 AM
2023-05-10 05: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 06:28 PM - edited 2023-11-20 05: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 07: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?