We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732ffed commit 163bd85Copy full SHA for 163bd85
src/utility/STM32Cube_FW/hw_ipcc.c
@@ -94,6 +94,12 @@ void IPCC_C1_TX_IRQHandler(void)
94
******************************************************************************/
95
void HW_IPCC_Enable(void)
96
{
97
+ /**
98
+ * Such as IPCC IP available to the CPU2, it is required to keep the IPCC clock running
99
+ when FUS is running on CPU2 and CPU1 enters deep sleep mode
100
+ */
101
+ LL_C2_AHB3_GRP1_EnableClock(LL_C2_AHB3_GRP1_PERIPH_IPCC);
102
+
103
/**
104
* When the device is out of standby, it is required to use the EXTI mechanism to wakeup CPU2
105
*/
0 commit comments