Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
SuHR_4662741
Level 1
Level 1

I am trying to access wiced_rtos_create_thread function from wiced bootloader code ota2_bootloader.c

I included necessary header files.

But it throwing an error like

\WICED\43xxx_Wi-Fi/apps/waf/ota2_bootloader/./ota2_bootloader.c:598: undefined reference to `wiced_rtos_create_thread'

void IPC_BL_create_thread (void)

{

   wiced_rtos_create_thread(&IPCBLthread, IPC_BL_THREAD_PRIORITY, "IPC_BL", IPC_thread_BL,

IPC_BL_STACK_SIZE, NULL);

   return;

}

What may be the issue?

Can we acess wiced rtos threadx api from ota bootloader section.

Please suggest.

0 Likes
1 Reply
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hello,

Which version of WICED are you using? Can you attach the application code that you're using to get a better idea of the problem?

Also, provide a snapshot of the error logs/build logs that you're getting while compiling the application?

Thanks

Aditi

0 Likes