73 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
27
views
code build errors with mcuboot and mass storage: nRF52840
I am trying to implement DFU(with USB&BLE) and USB Mass Storage with FAT FS filesystems on external QSPI flash. I am getting the following build errors- with SDK version 2.9.0
without mcuboot ...
0
votes
0
answers
53
views
BLE Buttonless DFU App Crashes After Setting High on P0.27 and P1.07 – nRF52840 Custom Board (nRF5 SDK v16.0.1)
I'm currently working on a custom board based on the nRF52840, using SoftDevice S140 v7.0.1 and nRF5 SDK v16.0.1. I’ve integrated the BLE Buttonless DFU example (examples/dfu/secure_bootloader/...
0
votes
0
answers
146
views
getting the status of an stm32 device in dfu mode
i have written a simple code to get the status of a connected stm32 device in dfu mode. I can get the information on the device but always gets error when checking the status from the get_status ...
0
votes
2
answers
243
views
STM32F0* Leave DFU mode with BOOT0 HIGH
Requirement: Keep BOOT0 held high, so the STM32 is in DFU mode upon initial connection to the computer. The computer software can either flash or leave immediately to 0x08000000, running the flash ...
0
votes
1
answer
120
views
Failed to allocate TLS context
On trying to enable https from working http setup for the FOTA/DFU using steps provided in the following link: https://github.com/aws-samples/aws-iot-job-over-https-for-nordic-semiconductor-nrf9160-dk
...
0
votes
1
answer
224
views
Standard BLE library android.bluetooth. DFU mode
How do I download DFU firmware via the BLE standard library (android.bluetooth) in Android Studio?
I am using an NRF controller. I debug via NRF Connect. There is an option to upload firmware via DFU ...
0
votes
1
answer
548
views
STM32F0 Jump to bootloader from application
I have a custom board with an STM32F042C4T6 where I use usart2 to load the firmware. Unfortunately on the connector I only have rx-tx-gnd and to load via usart I have to set the boot0 pin high. I ...
0
votes
0
answers
264
views
STM32 USB DFU Custom Software
I'm writing a QT Software (for Windows) for flashing new firmware onto STM32 microcontrollers, using the STM32 internal bootloader.
This software should use TTL-UART and USB as methods to "speak&...
3
votes
1
answer
786
views
Program doesn't run after DFU
I am trying to run a blink LED program on my STM32F401CCU6 board, and I am using basic CLI tools (in Linux) like arm-none-eabi-gcc or dfu-util (or OpenOCD) for learning purposes.
I have followed this ...
0
votes
1
answer
87
views
How do I get MC Studio to reacquire my ATmega32U4 (via DFU) following initial programming?
I have a brand new ATmega32U4 that I initially read and programmed using the DFU bootloader. All was OK. For reference, the HWB pin is tied to the deck via 1 kΩ.
Unplugging the device and plugging the ...
0
votes
0
answers
158
views
Nordic DFU process in .NET MAUI
I have a Xamarin Forms (XF) application that implements the following NuGet package to utilize Nordic's OTA DFU process. Laerdal.Dfu
This package worked in XF, but now that I am transition to .NET ...
1
vote
1
answer
780
views
Device firmware update over BLE from STM32 to NRF device
Is it possible to update the firmware from an STM32 device to NRF device over BLE?
What is a step-by-step approach to achieve this? The update procedure includes: Prepare the firmware update, transfer ...
0
votes
1
answer
2k
views
STM32 DFU USB - run the uploaded code without a hardware reset?
If using the standard DFU USB built-in bootloader to STM32F412, after uploading the new firmware, is it possible to run the uploaded code without a hardware reset or changing other GPIOs?
Or ...
0
votes
1
answer
312
views
mcumgr_flutter, does not move to a successful state reaching 100% firmware transfer
I am trying to move to mcumgr_flutter, from mcumgr plugin, I am having a problem where when reaching 100% transfer of the firmware I am not getting the state steam observer to send me the success ...
0
votes
0
answers
206
views
Xamarin Forms: BLE Laerdal Dfu OTA. compilation problems
I am trying to get an App to work with OTA Nordic Dfu, and the only xamarin nuget I can find was the one made by Laerdal on GitHub
When I try to build under iOS I am getting a few error like this one ...