How can one generate interrupt at 34Mhz frequency

Hi,
firstly, i am new to android app development, i have been working in embedded system development for long time; so, much familiar with how to generate interrupts at required frequencies with micro controller system. i want to develop one app that requires interrupts at a mentioned frequency. if any information related to this is shared, it would be grateful. Thanks in advanced.

Android Interrupts are not possible using App Inventor.

AI2 is single threaded and an educational compiler. You can probably do this using the professional Android Studio or B4A.

Regards
Steve

Thanks for the prompt reply Steve.
i guess 1 ms is the minimum value that i can generate using AI2.
anyways thanks for the information.