2024-09-22 02:36 AM
Hello team,
which of the STM32 microcontroller is able to generate single trigger pulses in steps of 100ns +/- 10ns?
Best regards,
Jochen
Solved! Go to Solution.
2024-09-22 06:21 AM
See the DS / RM for the MCU in question.
Depending on the MCU/APB up to 200 MHz
They are all synchronous, the MCU expects a 50/50 duty, you can quantify the clocks via the PA8/MCO pin
2024-09-22 05:38 AM
Most?
The TIM's have a one shot modes with granularity / resolution dictated by the APB clock they are attached too
2024-09-22 06:09 AM
An what is the maximum frequency of the APB clock?
How precise is the frequency (jitter) of the APB PLL?
2024-09-22 06:21 AM
See the DS / RM for the MCU in question.
Depending on the MCU/APB up to 200 MHz
They are all synchronous, the MCU expects a 50/50 duty, you can quantify the clocks via the PA8/MCO pin