Questions tagged [flashing]
85 questions
0
votes
0 answers
always two extended linear address records in hex file
I exported a .hex file for a PIC32 microcontroller, the content starts like…

ataraxis
- 1,257
- 1
- 15
- 30
0
votes
0 answers
Protect or skip a Flash memory region with gcc/openocd during flashing?
I use an ARM Cortex-M0+ (RP2040 Pico), and I compile my programs with gcc, and then "flash" the MCU using openocd over SWD, by issuing the command
program myprog.elf verify reset exit
... to openocd.
What I want to know is this: Let's say I want to…

sdbbs
- 4,270
- 5
- 32
- 87
0
votes
2 answers
Flash OpenThread onto Adafruit Feather nRF52840
Hei everyone,
I'm currently trying to flash OpenThread onto the Adafruit Feather nRF52840 Express, with the help of this Guide.
Hardware & Software I use:
Adafruit Feather nRF52840 Express, connected via USB.
I tried it on macOS and Ubuntu.
JLink…

Emily
- 39
- 3
0
votes
1 answer
React.js component doesn't work in Next.js builds
I'm trying to build a React accordion component as an NPM package named Accordie.
It's working on Next.js development but not in production.
Here's a CodeSandbox demo for development mode and here's a Vercel demo for production mode.
Looks like this…

ozgrozer
- 1,824
- 1
- 23
- 35
0
votes
0 answers
Detecting ESP chip ID and MAC address through UART, but unable to flash / dump the code to detected chip
I am trying to flash code to ESP32-D0WD-V3 (revision 3) which is on custom board. I am able to get the Chip ID and MAC address of the device. But code is not flashing. I am getting the following error message:
esptool.py v3.1-dev
Serial port…

Vins
- 1
- 2
0
votes
1 answer
Can't Fix React Dark Mode Flashing
I am facing a frustrating issue with implementing dark mode into my React application.
The application reads from localStorage and applies the theme preferred by the user (this is all done by use-dark-mode).
Unfortunately, everytime the user opens…

wgumenyuk
- 420
- 5
- 16
0
votes
1 answer
How to modify the file mfg_config.csv and add the relevant paths for all the files in aws edukit tutorial?
I'm trying to Set up AWS IoT Certificates Flashing Espressif Certificates in the espalexacredencials folder, but I'm having the error:
espalexacredentials % python $IDF_PATH/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate…

luiza
- 1
0
votes
1 answer
Flashing fade with mouseenter and moseleave on Internet Explorer
I have two divs that on mouseenter/mouseleave they fade in/out their child div.
On all browsers it looks good, except on Internet Explorer (I am required to make this to work on Internet Explorer). On IE, there is a blinking when hovering on a div…

Fede G
- 197
- 10
0
votes
0 answers
OpenGL: create a flickering black/white screen in accordance with the refresh rate (mobile)
I am trying to make an application where the screen should be flickering black and white. I have a 120hz android phone. I would like 2 frames black and then 1 frame white, 2 frames black and then 1 frame white etc. This would basically show 40 white…

Mitch Hartog
- 11
- 2
0
votes
3 answers
Flashing firmware Google Enterprise Edition 2
My GEE2 is currently running on version OPM1.190831.007, and I can't find a way to get a more recent version running. I've tried the flashing tool and manual flashing, but both methods came with their own issues. I'll give them below:
Flashing tool:…
0
votes
1 answer
Xilinx eprom flashing fails with various errors
Symptom: When I select "program flash" menu from the IDE, it starts working, but fails on a random point. Sometimes it erases flash successfully, sometimes fails earlier (see logs below).
History: It was working for weeks. When I uploaded my…

ern0
- 3,074
- 25
- 40
0
votes
2 answers
PNG stripe pattern over image - blinking/flashing when scrolling
I need to add a very thin stripes pattern over an image in html. I can't really add it to the image itself for multiple reasons (images are uploaded in a CMS, must be used in other places without the stripes, and i also want the pattern to remain…

eric.rondo
- 43
- 5
0
votes
1 answer
swupdate explicit mark of successful update
Use case:
A/B symmetrical partitions
flashing a new image was successful
system rebooted to the newly flashed partition
almost everything is running fine except few components -> not a successful update, it should boot the old partition on the next…

hasan
- 638
- 4
- 14
0
votes
3 answers
How to fix 'Unable to open file' when uploading to STM32 in TrueStudio
I am attempting to upload my written program for the STM32F411RE from my TrueStudio for STM32 IDE to the board itself. The board is connected via the mini USB b cable and the intent is to program it via SWD.
Setup
Atollic provides a nice tutorial on…

Nanne118
- 125
- 1
- 13
0
votes
0 answers
Eclipse icon keeps displaying progress bar every second
The eclipse icon in my taskbar in windows 10 keeps displaying a progress bar. After going half the way through it interrupts itself and starts from the beginning. The result is a constant flashing of the eclipse icon.
I've disabled automatic…

Radioo
- 422
- 5
- 18