...so I was thinking that the bootloader was merged together with softdevice, the app and dfu settings into espruino_2v04.264_banglejs.hex.
I only flashed this latest as this process worked correctly on my Puck.js as I was able to perform BLE DFU upgrade after installing the generated firmware using SWD onto it.
@MaBe:
I can read on the screen DFU Started for a fraction of second (see video of my previous message), but just after I get your screen n°5. I don't get your screen n°1 exactly as the screen with DFU Started doesn't remain still and BTN1 = REBOOT doesn't show.
I can read on the screen DFU Started for a fraction of second (see video), but just after I get your screen n°5. I don't get your screen n°1 exactly as the screen with DFU Started doesn't remain still with BTN1 = REBOOT displayed.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@fanoush:
The output of
peek32(0x10001014).toString(16)
is="7a000"
.When compiling the firmware the log displays:
...so I was thinking that the
bootloader
was merged together withsoftdevice
, theapp
anddfu settings
intoespruino_2v04.264_banglejs.hex
.I only flashed this latest as this process worked correctly on my
Puck.js
as I was able to perform BLE DFU upgrade after installing the generated firmware using SWD onto it.@MaBe:
I can read on the screen
DFU Started
for a fraction of second (see video of my previous message), but just after I get your screen n°5. I don't get your screen n°1 exactly as the screen withDFU Started
doesn't remain still andBTN1 = REBOOT
doesn't show.