Skip to main content
Associate
July 26, 2024
Question

IPCCdataBuffAddr not matching pMb_RefTable (infinite loop)

  • July 26, 2024
  • 1 reply
  • 655 views

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

petera88Author
Associate
July 26, 2024

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.

STTwo-32
Technical Moderator
September 13, 2024

Hello @petera88 

If you are looking for a SUBGHZ, I may suggest you take a look at the SubGHz_Phy_PingPong_DualCore example. It should help you.

Best Regards.

STTwo-32