Other Parts Discussed in Thread: TDA4VH
Dear support team:
I need to implement a program that uses interrupt triggering and then implements a time-consuming operation. The detailed requirements are as follows. Could you provide me with a solution and reference code,thank you !
1) Configure the specified GPIO as a low-level interrupt in MCU2_0 .
2) In the interrupt handlers ,I need to trigger a processing of a time-consuming operation .
2.1) For time-consuming operations, if it also placed in MCU2_0 . How to trigger it ?
2.2) If time-consuming operations is other core, How to trigger it ? Please provide reference code.