CYW20721 and wiced_rtos.h

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

cross mob
AlGo_4347736
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted

Hello!

Does this chip support functions from this file?

If so, where can I get a library to use?

When a file is included in the code, a view error is generated:

undefined reference to `wiced_rtos_deinit_queue'.

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi AlGo_4347736​,

You are referring to CYW20721B1 or CYW20721B2? Which ModusToolbox, BTSDK version are you using?

wiced_rtos.h is supported fully. Please check /wiced_btsdk/dev-kit/baselib/20721B2/include/wiced_rtos.h in latest BTSDK 2.7.1 release.

Make sure you have included file correctly with correct API name.

Also, confirm if you have done 'make getlibs' before programming the board.

View solution in original post

0 Likes
1 Reply
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi AlGo_4347736​,

You are referring to CYW20721B1 or CYW20721B2? Which ModusToolbox, BTSDK version are you using?

wiced_rtos.h is supported fully. Please check /wiced_btsdk/dev-kit/baselib/20721B2/include/wiced_rtos.h in latest BTSDK 2.7.1 release.

Make sure you have included file correctly with correct API name.

Also, confirm if you have done 'make getlibs' before programming the board.

0 Likes