Questions tagged [programming]
Questions about programming parts (FPGAs, Flash, etc.) Many software programming questions should be asked instead on Stack Overflow.
839 questions
0 votes
1 answer
94 views
Only blocks appear on the 16x2 LCD connected to the STM32 Blue Pill (STM32F103C8T6) via I2C
As demonstrated by the image above, blocks are displayed on the LCD1, even though I've configured and programmed the Blue Pill STM32F103C8T6 board and connected it ...
-1 votes
0 answers
66 views
Looking for information on IC 32500‑W01 used in X‑ray scintillator circuits
We design electronic circuits, but today I received a question that I can’t answer easily. Someone asked us about designing a circuit that reads signals from a scintillator in an X-ray scanner. They ...
3 votes
1 answer
405 views
What are the methods of transferring code from one MCU to another?
I have two identical PCBs that include the same MCU MC68705R3CP. Unfortunately, one of them has an output pin PB4 configured as Darlington drive output that has a high output regardless of the normal ...
0 votes
1 answer
116 views
Does D78F9177 MCU support reading the device?
NEC D78F9177 (8-Bit Single-Chip Microcontroller) Can someone specify, does this MCU support reading the device? It's not clear, does this particular MCU have built-in functions to disable flash memory ...
3 votes
2 answers
332 views
STM32 F411RE not responding on custom board layout
I was designing my fist STM32 board using the F411RE chip. To program it, I wanted to use SWD and the Nucleo STlinkV2.1 that comes with every Stm32 Nucleo board (in this case also a Nucleo F411re). ...
0 votes
0 answers
64 views
AMD PALCE16V8H-25 PC/4 programming
How can I program this IC? There is almost nothing on the internet and everything is about PAL and GAL. Of course, it is said that all of these are similar, but the above IC is programmed differently ...
1 vote
1 answer
62 views
Parallel Connection of Two Voltage Sources During Programming
I have a device that works with two voltage levels (5V and 3V3). The first one (5V) is used for addressable LEDs (and other peripherals), and the second one (3V3) for an MCU (STM32F3). The device ...
1 vote
0 answers
80 views
Interfacing ADS1115 ADC with Microchip PolarFire SoC Discovery Kit
I have been trying to connect the ADS1115 ADC with my Microchip PolarFire SoC discovery kit FPGA board, I have written the FSM for I2C master by collecting the code from various sources because I am ...
0 votes
1 answer
39 views
Serial Vector Format: Is there any requirement for the value of TDI during a runtest operation?
I'm programming an Altera CPLD from an FPGA over JTAG using an SVF file (generated by Quartus) to specify the JTAG commands. Much of this process appears to work: checking the silicon ID, performing a ...
1 vote
0 answers
39 views
Auto Reset Ckt To download Program in Esp32
For the production purpose my task is to program 8 esp32 Simultaneously. So for auto reset of esp32. I am using CP2102 USB to TTL In that instead of Transistor based ckt solution I have directly ...
0 votes
1 answer
124 views
Inconsistent boot behaviour with STM32L412
I have a very minimal setup for a STM32L412KBT6 It's hooked up on a prototyping board: The circuit is done according to the official reference guide and effectively looks like this: (Sorry for the ...
1 vote
0 answers
61 views
Can't get SPI1 on an STM32G030 with libopencm3 working correctly
I'm trying to interface an SD card using SPI1 on an STM32G030 with libopencm3. The pins I configured are: SCK on PA1 (AF0), MISO ...
1 vote
1 answer
66 views
Would any programming changes be required replacing M29W800DB70N6E FLASH memory (from Micron Technology Inc.) with MX29LV800CBTI-70G (from Macronix)? [closed]
One of our instruments currently uses M29W800DB70N6E (from Micron Technology Inc.) which is now Obsolete. We are planning to use MX29LV800CBTI-70G (from Macronix) [ datasheet ] as an alternate. ...
1 vote
3 answers
237 views
Meaning of 'dead code' in MISRA C standards [closed]
Going through MISRA C 2012 rules, I Noticed one rule about dead code and was a little unclear about the definition of "dead code" Rule 2.2 States that "There shall be no dead code" ...
0 votes
2 answers
192 views
STM32L031G6U6 schematic review and questions on programming it
I have mostly spent time with Atmega and Atsam boards and would like to test and learn STM microcontrollers. I have never worked with SMT32 boards as such and some of my questions maybe to obvious. I ...