GPIO state in Shutdown mode
Hey there.
Iam using a L432KC for a simpe periodic SPI communication with another device.
when the communication is done the device is sent to sleep.
and then the MCU goes into shutdown mode with HAL_PWR_EnterSTANDBYMode();
The problem is that the device wakes up after the MCU went to shutdown.
the device wakes up when the NSS line is pulled low. I assume that happens when the mcu goes into shutdown.
ive configured a pullup on the NSS line in the .ioc file of my project.
are theese pullups still active when the mcu is in shutdown mode?
is there annother way to set GPIO pins into a "steady-state" before entering the shutdown mode?
thank you!

