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

How to port threadx to a real chip? #28

Closed
zzzh opened this issue Aug 13, 2020 · 1 comment
Closed

How to port threadx to a real chip? #28

zzzh opened this issue Aug 13, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@zzzh
Copy link

zzzh commented Aug 13, 2020

Hello,

I was trying to make threadx work on a board with the chip of STM32F407ZG(which is a Cortex-M4 chip), my dev-tool is keil's mdk-arm, debuger is j-link.

Seems it's not so easy as the readme describe, j-link says it need to know the real chip type number to download the image, after set that, I got error messages as below:

No Algorithm found for: 00000000H - 00002043H
Erase skipped!
Error: Flash Download failed - "Cortex-M4"

So, how to fix that?

@goldscott
Copy link
Contributor

Hi @zzzh - we create release examples that can run in common simulators. Every chip has a different memory map, so you'll need the right linker file for your chip, as well as select your chip in your debugger.

@yuxin-azrtos yuxin-azrtos added the help wanted Extra attention is needed label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants