Looking for ThreadX project examples running on Intel Stratix 10 Dev kit

xin zhang 31 Reputation points
2022-03-22T07:56:23.863+00:00

Hello,
I tried to port ThreadX on the ARM Cortex-A53 (HPS of Stratix 10 SoC) in single mode. I was not able to run the example. Is there any example projects or a guide what kind of changes to the the sample_threadx projects do I need to make, to get it run.
Thank you very much in advance.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
{count} votes

Accepted answer
  1. Scott Azure RTOS 4,051 Reputation points
    2022-03-22T16:58:10.23+00:00

    Hi @xin zhang

    Start with a bare-metal "hello world" type example application from Intel that runs on the Stratix. Make sure that it runs correctly. Then just add all the ThreadX source code and ThreadX example application - keep in mind that you may have to call the same hardware initialization code in main() [the same function(s) the hello world example calls] before calling tx_kernel_enter.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.