Description
Description of defect
Nucleo WL55JC board is recognized and can be flashed without any issue but once flashed, any program does not seems to start, I tested blinky also without any success.
Target(s) affected by this defect ?
NUCLEO_WL55JC
Toolchain(s) (name and version) displaying this defect ?
GNU Arm Embedded Toolchain 10-2020-q4-major 10.2.1 20201103 (release)
GNU Arm Embedded Toolchain 10.3-2021.07) 10.3.1 20210621 (release)
What version of Mbed-os are you using (tag or sha) ?
mbed-os-99.99.99
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed studio V1.4.1
mbed-tools 7.27.0
How is this defect reproduced ?
From mbed ide New Program
then mbed-os-example-blinky
then plug NUCLEO_WL55JC
with USB and select as target (it's auto detected) then click on run program
This compile, then flash, then nothing.
From mbed CLI2
mbed-tools import mbed-os-example-blinky
cd mbed-os-example-blinky
mbed-tools compile -m NUCLEO_WL55JC -t GCC_ARM --flash
This compile, then flash, then nothing either
Don't know if it's related #14185 or #14236 but if someone has this board in hand, would be interested by a try, I first thought it was related from my office NUCLEO WL55 board, but tested at home with another one (and another computer), same thing (both received last week from mouser).
I tried on old B-L072Z-LRWAN1 and worked like a charm, so I suspect something strange on WL55JC.
Pay attention that I'm working on LoRa-E5 and RAK3172 (STM32WL Family also) without any issue but they are single core cortex M4, not dual core as WL55JC
Output of command line (partial)
[232/232] Linking CXX executable mbed-os-example-blinky.elf
-- built: /Users/charles/Mbed Programs/mbed-os-example-blinky/cmake_build/NUCLEO_WL55JC/develop/GCC_ARM/mbed-os-example-blinky.bin
-- built: /Users/charles/Mbed Programs/mbed-os-example-blinky/cmake_build/NUCLEO_WL55JC/develop/GCC_ARM/mbed-os-example-blinky.hex
| Module | .text | .data | .bss |
|------------------|---------------|-------------|-------------|
| [fill] | 72(+72) | 4(+4) | 24(+24) |
| [lib]/c.a | 4964(+4964) | 2108(+2108) | 58(+58) |
| [lib]/gcc.a | 772(+772) | 0(+0) | 0(+0) |
| [lib]/misc | 188(+188) | 4(+4) | 28(+28) |
| main.cpp.obj | 48(+48) | 0(+0) | 0(+0) |
| mbed-os/cmsis | 6944(+6944) | 168(+168) | 6208(+6208) |
| mbed-os/drivers | 138(+138) | 0(+0) | 0(+0) |
| mbed-os/hal | 1552(+1552) | 8(+8) | 114(+114) |
| mbed-os/platform | 5544(+5544) | 260(+260) | 424(+424) |
| mbed-os/rtos | 32(+32) | 0(+0) | 0(+0) |
| mbed-os/targets | 10306(+10306) | 8(+8) | 688(+688) |
| Subtotals | 30560(+30560) | 2560(+2560) | 7544(+7544) |
Total Static RAM memory (data + bss): 10104(+10104) bytes
Total Flash memory (text + data): 33120(+33120) bytes
Copied /Users/charles/Mbed Programs/mbed-os-example-blinky/cmake_build/NUCLEO_WL55JC/develop/GCC_ARM/mbed-os-example-blinky.bin to 1 device(s).