cancel
Showing results for 
Search instead for 
Did you mean: 

the external interrupt response time

Huang99
Visitor

     Hi,I want to use STM32G431CB or STM32F411CEU6 to measure the time precisely.I need to know the external interrupt response time of GPIO,but I can not find it in datasheet and manual.can you tell me what is the value if the CPU frequency is 100MHz ?

1 REPLY 1
gbm
Principal

For precise time measurement, use timer in capture mode.

The maximum operating frequency may be easily found in the datasheet.

The actual operating frequency is decide on and set by programmer. The maximum is 100 MHz for F411 and 170 MHz for G431.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice