Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for help #320

Open
wgz-code opened this issue Nov 21, 2023 · 2 comments
Open

Ask for help #320

wgz-code opened this issue Nov 21, 2023 · 2 comments

Comments

@wgz-code
Copy link

I recently learned through studying the ThreadX system that the ThreadX system supports the Coterx-A9 architecture, because I saw Coterx-A9 in the Ports directory. I now plan to transplant the ThreadX system to the development of NXP imx6q This board is an ARM Cortex-A9 board. I would like to ask if you have relevant instruction manuals to support me in this work?

@TiejunMS
Copy link
Contributor

Could you please reach out to NXP to see if there is existing port? https://community.nxp.com/

@williamelamie
Copy link

Taking the generic Cortex-A9 support to any specific processor of the same architecture is fairly straightforward. The biggest effort is to integrate the IRQ (and FIQ) interrupt handlers to match the ThreadX requirement. You will also need to setup a periodic timer interrupt (typical is 10ms) and modify the linker control file to make sure the proper address is being supplied to tx_application_define.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants