cancel
Showing results for 
Search instead for 
Did you mean: 

It stops at pMb_RefTable->SynchronizeCpusAtBoot

haenes_joo
Associate II

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?

0 REPLIES 0