Deepsleep as low power mode cause stm32c0 do not enter its interrupt if run as normal(powerUp only)
Hi, when configure MCU to deep sleep mode as the low power mode, it seems okay when debugging. But, when only power up STM32C0 by just connected its vcc and ground, it do not enter its interrupt. How can I solve it?My project goals are to achieve low...