This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2432: SBL OSPI Questions about taskCreate

Part Number: AM2432

Tool/software:

Hi.

I have a question about am2432 sbl ospi example.

I know sbl ospi is provided based on nortos.

What I want to know is that I want to create a task that performs different functions like taskCreate in the provided example.

I know that I can't create a task in nortos environment.

Can you provide me an example based on freertos?
Or do you know any API to create a task in nortos or something similar?

I will wait for your answer.

Thank you.

  • Hi Kim,

    What I want to know is that I want to create a task that performs different functions like taskCreate in the provided example.

    I assume you want to create 2 tasks for parallel execution, this is not possible with nortos.

    Can you provide me an example based on freertos?

    SBL is just supposed to boot the application, if there is any requirement of running an additional task you should add it in the application image itself. That's the reason why MCU+SDK only supports nortos based SBL example and there is no support for SBL example based on freertos.

    Best Regards,

    Meet.