question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MAX32620HSP OS5 support

See original GitHub issue

Hi,

Trying to compile a project (using the CLI tools) that is verified working with the online compiler using the MAX32620HSP board.

mbed compile -m MAX32620HSP -t ARM >> Building project KYM_BIO-HSP (MAX32620HSP, ARM) >> Scan: . >> Scan: mbed >> Scan: env >> Scan: FEATURE_BLE >> Could not compile for MAX32620HSP: Target does not support mbed OS 5

The board is visible to my system using mbed detect:

[mbed] Detected MAX32620HSP, port COM4, mounted G:, interface version 0242: [mbed] Supported toolchains for MAX32620HSP +--------+-----------+-----------+-----+---------+-----+-------+ | Target | mbed OS 2 | mbed OS 5 | ARM | GCC_ARM | IAR | ARMC6 | +--------+-----------+-----------+-----+---------+-----+-------+ +--------+-----------+-----------+-----+---------+-----+-------+ Supported targets: 0

The board is OS5 compatible. Not entirely sure what I’m doing wrong if there’s no issue. Let me know what info would help!

Adam

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bentcookecommented, Jun 27, 2018

@amitchone until Maxim re-enables the platform (in progress), you can simply roll back mbed-os in your project to the last version with support (5.8.6).

You can do this in the CLI by: change to the mbed-os dir in your project $ cd your_project/mbed-os roll back mbed-os to tag: mbed-os-5.8.6 $ mbed update mbed-os-5.8.6

or in the online compiler by:

  1. right clicking the mbed-os lib in you project and select “revisions”
  2. select the entry with tag: mbed-os-5.8.6 and select “switch” to roll back
1reaction
theotherjimmycommented, Jun 13, 2018

@screamerbg @maclobdell @bentcooke This is venturing into your department.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change to mbed-os-5.8.6 in Online Compiler
I am trying to compile MAX32620HSP but is not supported by mbed os5 so I want to change the mbed version as is...
Read more >
PlayStation®5 Support
What do you need help with? Select a category from below: PS5 set up & features. PS5 troubleshooting. PS5 software updates. Manuals.
Read more >
Arm Mbed
This is a quickstart application for the mbed-cloud-sdk-java package. The goal of this application is to get the user up and running, using...
Read more >
ARMmbed/mbed-os mbed-os-6.0.0 on GitHub
Please use a version of Mbed OS 5 if you require support for FUTURE_SEQUANA or ... Remove MAX32620HSP as there is no release_versions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found