Is BCM20376 source a FreeRTOS ?

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

cross mob
Anonymous
Not applicable

Hi All,

We are using WICESDK for BCM20376, need to implement OS functionalities. Just wanted to clarify if the WICEDSDK supports OS concepts like creating thread,signals/events etc ? If so is there any documents bearing these?

Regards,

Prasanna

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

The BCM2073XS family runs ThreadX under the hood.

The application itself is not able to access any of the API functionality as much of this functionality is abstracted to the simpler, much higher level APIs that the SDK provides.

For instance, the application is not allowed to do do things like create/destroy threads ad the application runs in its own thread.

View solution in original post

0 Likes
2 Replies
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

The BCM2073XS family runs ThreadX under the hood.

The application itself is not able to access any of the API functionality as much of this functionality is abstracted to the simpler, much higher level APIs that the SDK provides.

For instance, the application is not allowed to do do things like create/destroy threads ad the application runs in its own thread.

0 Likes
Anonymous
Not applicable

Thank you for your quick response.It answered my question.

0 Likes