Hi guys,
I have been looking for information and reviewed the NXP documentation, but I have not been able to clarify if the following scenario is possible.
RT1052
Azure RTOS
GUIX
Energy Saving
We are using ThreadX + GUIX for a project and the following question arises; is it possible to go into Low Power -> System Idle mode and leave ThreadX doing monitoring tasks, read ADCs, run a single thread at low frequency. The firmware is written on the QSPI flash and the GUIX is using an external SDRAM, can these peripherals remain active in this System Idle mode? As far as I understand from the documentation, you can leave them in self refresh, but reading or writing is not recommended.
I don't know if I have explained myself clearly, but I understand that it would be possible to run ThreadX + GUIX in SDRAM until I enter this mode, then I should use the internal RAM of the RT1050 and once I exit the power mode, recover the data from the SDRAM.
Is this correct?
Can anyone shed some light on this?
Thanks in advance,