Question
IPCCdataBuffAddr not matching pMb_RefTable (infinite loop)
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
