User Activity

I'm using stm32flash (https://sourceforge.net/projects/stm32flash) as my host on a raspberry pi. It's connected to the STM32H750 using I2C.Steps:Upload the code onto the STM32./stm32flash -a 0x4E -w stm32-blinky.bin -v -R /dev/i2c-1   stm32flash 0.6 ...
I'm following the bootloader ACK procedure outlined in AN4286, page 6. The issue I'm having is that the bootloader never responds with 0x79 (ACK) or 0x1F (NACK) after the initial synchronization (Sent 0x5A, Received 0xA5).  Are there any issues with ...
Is it possible to modify this register field using STM32CubeProgrammer?I've tried both:Writing a value using the Registers tabWriting to a memory address that the field occupiesBut neither work.
The MCU on my STM32F407-DISCO1 board is being misidentified as STM32F215 / 217. I'm pretty sure it is in fact STM32F407VG. What could be causing it?
Using:Latest STM32CubeIDENucleo-64 G071 (Cortex-M0+)GNU Tools for STM32 (9-2020-q2-update) (default)There seems to be a problem multiplying long numbers. Here's what a multiplication of two 32 bit ints looks like.And this is what a multiplication of ...
Kudos from