cancel
Showing results for 
Search instead for 
Did you mean: 

IPCCdataBuffAddr not matching pMb_RefTable (infinite loop)

petera88
Associate

I read the other forum on this back from 2021, but changing the files didn't do anything. Is there a fix in 2024 now?

 

 

  if (OptionsBytesStruct.IPCCdataBufAddr != (uint32_t) pMb_RefTable)
  {
    /*
     * WARNING: If there is a difference between the MAPPING_TABLE placement in memory
     * and the address calculated according to the IPCCDBA option byte,
     * to avoid writing the IPCCDBA OB by mistake, the execution enters now in a while(1){}
     * Read below, uncomment RCC_OscInitStruct local variable and replace #if 1 by #if 0 if you are sure
     */
    /* USER CODE BEGIN MBMUXIF_SystemInit_Prevent_OB_Programming */
#if 1
    /* USER CODE END MBMUXIF_SystemInit_Prevent_OB_Programming */
    Error_Handler();
#else

 

 

1 REPLY 1
petera88
Associate

I'm actually having quite a bit of trouble starting an STM32WL55JC project, and activating SubGHz radio. The generated code doesn't work. How necessary is the MbMux framework? Is there anyway to get a minimal application going? 

None of the dual core example project seem to work.