Interrupt Frequency Limit
Interrupt Frequency Limit of M4 core and A7 core,where can i find its infomation? and is there some Testing Method?
Interrupt Frequency Limit of M4 core and A7 core,where can i find its infomation? and is there some Testing Method?
The only limit is the speed at which the cpu can get through the code within the interrupt. It takes some cycles to enter the interrupt, to run the code, and to exit. Expect it to take tens of clock cycles at a minimum, but the exact value depends.
Generally, interrupts faster than tens of kHz get into trouble, but you can interrupt at 1 MHz or more if your code is well optimized.
Technical details will be in the ARM documentation.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.