-
Notifications
You must be signed in to change notification settings - Fork 118
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
[NRF5] Impossible to debug or flash the examples with IAR #39
Comments
One question - what's the IAR version for this known issue ? Is this still valid for latest IAR stable version - 7.8 ? |
yes, it is still valid for the latest stable version of IAR. |
Is this valid for the UBLOX EVK-NINA-B1? It does not use the CMSIS-DAP, but uses a built in J-Link debugger. Though it uses the same nRF52832 Nordic core. I am also noticing issues in debug mode with IAR. |
Apologies, this was closed in error by the automated bot - re-opening. |
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. |
I'm closing this, IAR isn't supported by Mbed OS 6. |
Issue ARMmbed#40 is closed, ARMmbed#39 is closed as IAR is no longer supported, and the default applications described have been changed since this issue was added. These issues are no longer accurate and should be removed.
Issue ARMmbed#40 is closed, ARMmbed#39 is closed as IAR is no longer supported, and the default applications described have been changed since this issue was added. These issues are no longer accurate and should be removed.
* cmake: Remove mbed_configure_app_target() calls The CMake function `mbed_configure_app_target()` is now deprecated in Mbed OS and should not be called in the examples. * README: Remove incorrect Known Issues section Issue #40 is closed, #39 is closed as IAR is no longer supported, and the default applications described have been changed since this issue was added. These issues are no longer accurate and should be removed. * README: Fix grammar and markdown style * README: Add CLI 2 instructions
Use flash loader(s)
option.Use command line options
and add the following content:--drv_vector_table_base=0x0
.The text was updated successfully, but these errors were encountered: