Hi,
I noticed this FIXME note in platform_sp.c. Is it still valid? If so, why does it only work with Isolation level 1? I thought system reset is typically an NVIC register write and platform SP should be able to do that.
enum tfm_platform_err_t platform_sp_system_reset(void) { /* FIXME: The system reset functionality is only supported in isolation * level 1. */
tfm_platform_hal_system_reset();
return TFM_PLATFORM_ERR_SUCCESS; }
Regards,
Brian Quach SimpleLink MCU Texas Instruments Inc.