This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VH-Q1: TDA4VH-Q1

Part Number: TDA4VH-Q1
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.