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.

TDA4VM: Main Domain Reset

Part Number: TDA4VM

Hello,

I am creating MAIN domain reset by calling function,

        status  = Sciclient_pmSetModuleRst (modIdx,
                                            0x1U,
                                            SCICLIENT_SERVICE_WAIT_FOREVER);
 
However, I do not see the main domain reset. MAIN domain is still active, checked reset registers and also the prints from A72 and MAIN domain is intact.

Additionally called,

    status  = Sciclient_pmSetModuleState (modIdx,
                                          TISCI_MSG_VALUE_DEVICE_SW_STATE_AUTO_OFF,
                                          TISCI_MSG_FLAG_AOP |
                                          TISCI_MSG_FLAG_DEVICE_EXCLUSIVE |
                                          TISCI_MSG_FLAG_DEVICE_RESET_ISO,
                                          SCICLIENT_SERVICE_WAIT_FOREVER);
to put MAIN domain to off before reset. However, do not see any impact.
I see that there was already question in E2E: TDA4VL-Q1: Warm Reset Main R5FSS0 core1 - Processors forum - Processors - TI E2E support forums. Is there any update on the question here. Is there any software update?