We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3469e commit 4d9fd31Copy full SHA for 4d9fd31
src/utility/STM32Cube_FW/hw_ipcc.c
@@ -107,6 +107,12 @@ void IPCC_C1_TX_IRQHandler(void)
107
******************************************************************************/
108
void HW_IPCC_Enable( void )
109
{
110
+ /**
111
+ * Such as IPCC IP available to the CPU2, it is required to keep the IPCC clock running
112
+ when FUS is running on CPU2 and CPU1 enters deep sleep mode
113
+ */
114
+ LL_C2_AHB3_GRP1_EnableClock(LL_C2_AHB3_GRP1_PERIPH_IPCC);
115
+
116
/**
117
* When the device is out of standby, it is required to use the EXTI mechanism to wakeup CPU2
118
*/
0 commit comments