STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Transfer sensor readout from M4 to A7 Processor

Hello together,I'm currently reading out sensor with the M4 Chip and the connected ADCs. I'm using the STM32MP157F DK2 DevBoard - The minimum requirement is to read out 3 sensors (6 is optimum) at 20 kHz each. I though of using the M4 to read out the...

Stop mode does not work as expected

Hi! I am using an STM32MP153 and am working on implementing the STOP mode functionality for my application. The MCU shall wake up on a falling edge on pin PI8. The pin PG15 has an interrupt attached to it for another functionality. Before going into ...

tinova-1 by Associate II
  • 899 Views
  • 5 replies
  • 0 kudos

STM32MP153 MCU wakeup MPU via IPCC interrupt

Hi all,   I work on a STM32MP153 device and I used the command echo mem > /sys/power/state to put CPU A7 in Cstop mode, but I still have MCU running.I am wondering if a message via IPCC from MCU to MPU (that is stopped at WFI) can wakeup the A7 CPU.I...