My board with stm32mp157 wakes up from CSTOP with UART wake source, but cannot wakes with RTC or WAKEUP PINs from STANDBY. TF-A outputs strange errors at the end:ERROR: Illegal access to 0xe0000000 in :ERROR: Non-SecureERROR: PrivilegeERROR...
Hello everyone!I’ve tested wake up from standby mode with Wake up pins PI11 (and PI8). But it is not work I have remove all definitions about wake up pins in dts except place where it defines as wake up pins in stm32mp151.dtsi Entering in standby mod...
It`s not the best answer. It is not the topic answer at all. How TF-A wakes up, but loading Linux kernel fails? I have similar problem. My board wakes up from CSTOP with UART wake source, but cannot wakes with RTC or WAKEUP PINs from STANDBY. TF-A ou...
Thanks you very much. Now I realized how it works. ---But unfortunately I faced another problem with device trees. I found in tf-a output after waking from STANDBY this strings:ERROR: Illegal access to 0xe0000000 in :ERROR: Non-SecureERROR: Privi...
Hello everyone!I found that my device based on STM32MP157 not wakes up when I assign USB2 port to EHCI/OHCI controllers instead OTG in .dts file. When I use OTG in HOSTonly mode (I remove any USB TYPE-C controllers from I2C node in .dts also) it work...
I think that topicstarter as me uses own hardware implementation with stm32mp15x MPU. I have tested sleep/wakes on development board - it works. That is why I think that our problems in dts file definition of hardware resources that we changed opposi...