STM32WL55 MX_IPCC_Init() error from config tool.
On STM32WL55, i have made a skeleton for an app including subghz in fsk, with mx config tool. When building i get an error on one core and warning on the other about MX_IPCC_Init(),
wich is declared static in main.c and used in main so i can thing the init is done.
from ipcc_if.c :
void IPCC_IF_Init(void (*IPCC_IF_CommandRcv_cb)(uint32_t channelIdx),
void (*IPCC_IF_AcknowledgeRcv_cb)(uint32_t channelIdx))
{
/* USER CODE BEGIN IPCC_IF_Init_1 */
/* USER CODE END IPCC_IF_Init_1 */
/*Initialise the ipcc, initialises MSP*/
MX_IPCC_Init(); <- ERROR undeclared
/* Enable C2AHB3 peripherals clock. */
LL_C2_AHB3_GRP1_EnableClock(LL_C2_AHB3_GRP1_PERIPH_IPCC);
/* IPCC EXTI (AIEC) line fo
Regards
JP Lathuile
