-
Notifications
You must be signed in to change notification settings - Fork 3k
enable iar exporter for nRF52840 #4303
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
Conversation
/morph export-build |
@nvlsianpu Is debugging supposed to work on IAR with nRF52840-xxAA devices ? |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 30 Exporter Build failed! |
It is supposed to work, as it is similar to nRF52832. |
@nvlsianpu The CI failed: |
Can you have a look at the failure? |
I will do this. |
@0xc0170 Please check whether you installed proper MDK for IAR (8.11.1 or newer). Link for install setups: http://www.nordicsemi.com/eng/nordic/Products/nRF52840/nRF5x-MDK-IAR/58863 |
That would explain it. Is this captured anywhere what version is required ? @bridadan Please can you check if that this MDK is installed in the CI? |
@0xc0170 @nvlsianpu We are still currently using IAR v7.80. Does the NRF52840 support that version of IAR? |
|
Yes. Even older one would work. Only nRF5x-MDK-IAR is required. |
@nvlsianpu CAn you please capture it in the commit message what is required to have (>thisversion at least must be installed) ? @bridadan Please restart CI once it is installed in the CI, thank you |
@nvlsianpu Thanks for the tips! All the machines should have this installed now. /morph export-build |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 34 Exporter Build failed! |
@bulislaw Can you have a look at the report above? It pinpoints to core_cm4 header file (the virtual nvic inclusion that was added recently) ? |
The virtual header file points to cmsis_nvic.h and it only influences NVIC functions. Question: Was it ever working? If it was maybe it's an easy bisect. |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 45 All exports and builds passed! |
Description
Enable IAR exporter for nRF52840-xxAA devices
Status
READY