Flash a new MDBT42Q with Espruino #7218
Replies: 1 comment
-
Posted at 2018-03-19 by @gfwilliams Hi, The MDBT42Q doesn't have a bootloader in it as it comes, and even if it did, You'll need to buy an nRF52DK and connect it up to the special SWD pins on the module, then you can just copy the firmware to the nRF52DK's flash drive. However you'll need either to build your own bootloader, or to use the nRF52832DK firmware that doesn't use a bootloader. Posted at 2018-03-19 by user76916 So, both the modules, MDBT42Q and STM32** have ARM cortex M4 based processor. So I thought in Puck (essentially MDBT42Q itself), Espruino runs on this ARM cortex. If I got you correctly, you are saying I could flash Espruino on the MDBT42Q with nRF52DK ? Thanks. Posted at 2018-03-19 by @gfwilliams
Correct. However the UART bootloader is a piece of software that comes installed only on the STM32.
Yes, you can. If you have any questions about how to do it, I'd ask Raytac directly since it's their module. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-03-19 by user76916
Hello,
I got a new MDBT42Q module from Raytac. I want to flash this with Espruino. I downloaded the espruino_1v96_puckjs_app.bin. Using USART, I am unable to program the device with Espruino.
We are using the program stm32loader.py (link) . However, the handshake never happens giving error
This is even though we are pressing the button when inserting the battery to let it go to boot loader mode.
Please help with the process of flashing Espruino into an MDBT42Q module.
Regards
Beta Was this translation helpful? Give feedback.
All reactions