Maximun speed of interruptions on STM32F429
Dear all,
I need geneate an interruption about 5Mhz to access to an external device using FMC. I am trying to use a Timer to generate that interrupt but I do not get the results I expect. On STM32F429 and STM32CubeIDE, I config timer 10 with the following setup:
- Internal APB2 42Mhz
- Preescaler 0
- counter mode up
- counter period: 41
- Internal clock division: No
- auto-reload: Disable.
I understand well, with this setup, I divide clock 42Mhz/42= 1Mhz, but not even get 1Mhz.
Does anyone knows if this I am doing is correct?
What is the maximum interrupt frequency I can get?
Is there any other way to get an even up to 5Mhz?
Thanks in advance,
Joaquin.
