ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.68k stars 2.99k forks source link

#14132 prohibits any code running on Artemis Thing Plus #14273

Closed idea--list closed 3 years ago

idea--list commented 3 years ago

Description of defect

No code written for my Artemis Thing Plus board work with Mbed OS V6.7 I know Sparkfun also burns their special "SparkFun Variable Bootloader" (SVL) so these boards have actually a second bootloader beyond the "Ambiq Secure Bootloader". Am not sure however if this might be relevant to this issue.

Target(s) affected by this defect ?

Sparkfun Artemis Thing Plus (but all the other Apollo3 based boards might be affected as well)

Toolchain(s) (name and version) displaying this defect ?

ARMC 6.14

What version of Mbed-os are you using (tag or sha) ?

Mbed OS V6.7

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

Mbed Studio 1.3.1

How is this defect reproduced ?

Try to compile the official blinky (or any other code) with Mbed OS V6.7 Then roll back #14132 compile again and the code will work.

ciarmcom commented 3 years ago

Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. Internal Jira reference: https://jira.arm.com/browse/IOTOSM-3438

0xc0170 commented 3 years ago

@hugueskamba Please review

cc @ARMmbed/team-sparkfun

idea--list commented 3 years ago

14277 fixed the issue