Part Number: AM2431
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.
Part Number: AM2431
Hello Qiao,
If you want more information about the reset, you can review the AM243 TRM, section 5. Device Configuration, point 5.3 Reset.
1.Are there any registers in AM2431 that retain their values after a WDT reset (warm reset)?
You can read these articles for additional information about resets:
AM2434: Retaining variables in RAM across warm reset.
2.Are there specific reset types (e.g., MCU reset vs MAIN reset) that affect register retention differently?
The MCU and MAIN domains can be configured to have independent warm reset pins via software. MCU_RESETz and RESETz_REQ. By default, these two pins have the same effect and will act as a warm reset source for both MAIN and MCU domains. When the MCU domain is configured for reset isolation, MAIN domain resets will only reset the MAIN domain and the MCU domain will remain unaffected by all MAIN domain resets.
Best Regards,
Borislav Lazarkov
Thank you for your response.
I am currently trying to directly access the M4F RAM from the R5F. However, it seems that the M4F RAM region is not accessible.
I suspect that the address CSL_MCU_M4FSS0_IRAM_BASE may be an invalid address. The jump to 0x10 happens to correspond to the Data Abort vector address.
I would like to confirm the following points:
The current return value of the function Bootloader_socIsMCUResetIsoEnabled is 0, which indicates that the MCU is not enabled. In this state, will the MCU RAM also be cleared after a reset?
To achieve my intended behavior, should I configure pscMain2MCUDisable = 0 and pscMCU2MainDisable = 1, and ensure that Bootloader_socIsMCUResetIsoEnabled returns 1?
Hello Qiao,
Would you please clarify the address CSL_MCU_M4FSS0_IRAM_BASE? What does IRAM in the name stands for - Instruction RAM or Internal RAM? If it is instruction RAM and you can not access it, why don't you try with M4 Data RAM - DRAM?
Best Regards,
Borislav Lazarkov
Hello Qiao,
Do you use AM64x/AM243x Linux SDK or MCU + SDK ? Which version of the SDK you are using ?
Best Regards,
Borislav Lazarkov