STMH753 GPIO port pin read is slower compared to the STMF429
- May 19, 2021
- 1 reply
- 1118 views
Hi,
I am porting an application from the STMF429ZI to the STMH753ZI and have noticed that the STMH753 is slower when reading the GPIO inputs compared to the STMF429. In one function, multiple GPIOs are read to gather 16 input states. Measuring this function I see that the STMH753 with 360 MHz sysclock is twice as slow as the STMF429 with a sysclock of 180 MHz.
I see that the architectures are very different between the two processors. How much slower is the STMH753 when reading a port pin?
Note, I have verified the sysclock frequency by measuring it on MC02(360/15 = 24 MHz).
It also seems interrupt latency would be slower compared to the STMF429 correct?
Interesting previous topic: https://community.st.com/s/question/0D50X00009XkWN7SAN/stm32h7-gpio-togle-max-frequency
