-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update for ARMCC6 #13
base: master
Are you sure you want to change the base?
Update for ARMCC6 #13
Conversation
9b86685
to
2e4d3cd
Compare
2e4d3cd
to
c4f82b2
Compare
@@ -2,7 +2,7 @@ | |||
|
|||
MEMORY | |||
{ | |||
FLASH (rx) : ORIGIN = 0x00016000, LENGTH = 0x2A000 | |||
FLASH (rx) : ORIGIN = 0x00018000, LENGTH = 0x28000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was done because an overlapping soft device.
Is it possible that during testing a different soft device than yotta was used?
We need to double check that the same version of soft device is used in yotta and mbed-cli.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geowor01 please could you check
@microbit-carlos I've not got ARMCC6 to test this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was fixed upstream in ARMmbed/mbed-os@dfcb2c6.
The armcc5 linker file already contains what we think might be the right value:
Line 15 in 427f568
LR_IROM1 0x18000 0x0028000 { |
We still need to figure out which linker file yotta is using to make sure the micro:bit builds with Yotta and GCC are use the same address.
These changes are necessary to build the DAL in ARMCC6, which the mbed online compiler uses
Linked to:
nrf51-sdk: lancaster-university/nrf51-sdk#1
mbed-classic: #13
microbit-dal: lancaster-university/microbit-dal#449