Skip to main content
Associate II
September 23, 2025
Question

It stops at pMb_RefTable->SynchronizeCpusAtBoot

  • September 23, 2025
  • 0 replies
  • 395 views

When I run the debugger, it stops at this part and doesn't proceed any further.

void MX_LoRaWAN_Init(void)


-> MBMUXIF_Init();

-> MBMUXIF_WaitCm0MbmuxIsInitialized();

-> void MBMUXIF_WaitCm0MbmuxIsInitialized(void)
{
while (pMb_RefTable->SynchronizeCpusAtBoot != CPUS_BOOT_SYNC_CPU2_INIT_COMPLETED)
{


project : LoRaWAN_End_Node_DualCore


Select radio driver : User board

How do I solve this?

 

Could something like the above happen if the custom board is not connected properly?


solved it ^^