Question
MBMUXIF_SystemInit address offset comparison fails, falls into infinite while loop
if (OptionsBytesStruct.IPCCdataBufAddr != (uint32_t) pMb_RefTable)
{
/* USER CODE BEGIN MBMUXIF_SystemInit_Prevent_OB_Programming */
/* 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){} */The IPCC addr and MBMUX_ComTable_t value are compared: My results are
IPCCdataBufAddr = 536871136
MBMUX_ComTable_t *pMb_RefTable = 536871140Where do I change this offset value?
