Skip to content

Commit

Permalink
Revert "Missing IPCC enable for C2 in several examples from stm32CubeWB"
Browse files Browse the repository at this point in the history
This reverts commit 163bd85.
  • Loading branch information
fpistm committed Dec 1, 2021
1 parent a526067 commit 643daea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utility/STM32Cube_FW/hw_ipcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ void IPCC_C1_TX_IRQHandler(void)
******************************************************************************/
void HW_IPCC_Enable(void)
{
/**
* Such as IPCC IP available to the CPU2, it is required to keep the IPCC clock running
when FUS is running on CPU2 and CPU1 enters deep sleep mode
*/
LL_C2_AHB3_GRP1_EnableClock(LL_C2_AHB3_GRP1_PERIPH_IPCC);

/**
* When the device is out of standby, it is required to use the EXTI mechanism to wakeup CPU2
*/
Expand Down

0 comments on commit 643daea

Please sign in to comment.