User Activity

I have been working on a F103 project for a few years. Recently I set up a new computer and copied my source code there to work with. I was able to build and run my project on the new computer just fine for a few months.Today, I wanted to do a quick ...
I'm making a simple USB MIDI implementation, and using a DAW to send note-on/note-off events from the computer to the device. The maximum packet size is 64 bytes, events are 4 bytes each so up to 16 events should fit in one packet.When I send one or ...
(STM32F103C8)My program continuously sends UART messages with regular blocking calls like this:   HAL_UART_Transmit(&huart1, buf, size, timeout);   The result on my logic analyzer normally looks like: I also handle interrupts coming from HAL_SPI_TxRx...
I'm trying a simple blinking LED on a STM32H743VIT6 with STM32CubeIDE 1.13.2, using the clock configuration wizard. When the clock rate is set to 90MHz everything is fine, but at 480MHz the program cannot get past the SystemClock_Config() call. When ...
I was using STM32CubeIDE 1.10.1 today, and something went strange with the .ioc editor. I was clicking on a pin to set it as GPIO_In, and suddenly the editor seemed to reset as if it had just been opened afresh (frame sizes reset and view position of...
Kudos given to