Tool/software:
Hi Team,
Is there anything my customer should keep in mind when using the safety island feature?
Is there any PinMux setting needed?
Any power configuration or clock input?
Best regards,
Mari Tsunoda
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.
Tool/software:
Hi Team,
Is there anything my customer should keep in mind when using the safety island feature?
Is there any PinMux setting needed?
Any power configuration or clock input?
Best regards,
Mari Tsunoda
Hello Mari Tsunoda,
When you isolate MCU core from MAIN domain, the user should stick to using MAIN domain peripherals and MAIn domain registers in MAIN domain and MCU domain periphersl and MCU registers in MCU domain. Don't mix them.
The MCU domain core clock settings are already taken care in the SBL when user Isolate MCU core from MAIN domain and again don't need to select.
Please look at the chapter below for more details about Isolating MCU core from the MAIN domain.
If the user wants to adopt Isoalte MCU core from the MAIn domain, integrate example below into the customer application and follow the above point.
Apart from this , user can directly integrate MCu core from MAIn domain.
C:\ti\mcu_plus_sdk_am243x_09_02_00_50\examples\drivers\safety\reset_isolation
Regards,
Anil.