6 years ago.

Error: Target "MAX32620FTHR" is not recognized

How do I get the Mbed Compiler to successfully compile for the max32620fthr board? I have looked for the MAX32620FTHR library and can't find it. The code is simple blinky code but the board is not recognized. I have downloaded the blinky bin file at https://os.mbed.com/media/uploads/jessexm/helloworld_max32620fthr.bin and it works correctly but I would like to compile some of my own code since that is a nice feature to have.

/media/uploads/thorman/mbed_blinkcode.png

/media/uploads/thorman/mbed_compileerror.png

Question relating to:

MAX32620FTHR Rapid Development Platform

2 Answers

5 years, 12 months ago.

Hi there,

I've been able to duplicate this issue. I've created a GitHub Issue against the Mbed OS repository, you can check the status of it here: https://github.com/ARMmbed/mbed-os/issues/6753

Please let me know if you have any questions!

- Jenny, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!

Thank you both. I might have stumbled on another error but I also might be doing it wrong. I saw the post about mbed 5.8.3 update supporting the max32620fthr specifically so I tried updating the program by right clinking on the entire program and then selecting update all. This did not fix the issue but right clicking on the mbed-os library specifically and selecting update did fix the issue. So maybe the "update all" is not working correctly?

Thanks Again!

posted by Thor Mccammon 27 Apr 2018
5 years, 12 months ago.

To work around this, you can grab the mbed library from github. Just delete the main mbed library from the project and import the github version from this url: https://github.com/ARMmbed

Full URL: https://github.com/armmbed/mbed-os

posted by Jenny Plunkett 26 Apr 2018