User Activity

I am having an issue adding a bitmap into my project, its ID doesn't seem to get added into the bitmap database, but in debugging this I noticed that there is a bunch of info from a bunch of bitmaps that got deleted from the project long ago.I go int...
I've been trying to get anything to show up on a STM32F429-DISC1 Discovery Kit display.I start a new project in CubeIDE using the '429 Discovery board as a base.I delete the USB and FreeRTOS configurations. I configure the clock for external 8MHz cry...
I usually use a Mac, but don't hold that against me.First, no Mac support. You're making me fire up windows, TouchGFX better be good. Fine, move on.I've gone through the videos and created a few screens and have them running updating values, buttons ...
CubeIDE 1.16.0 and/or CubeMX 6.12.0.STM32H563 - SPI devices 4, 5, and 6 only support data widths of 8 or 16 bits. IDE/MX have a Data Size dropdown that let you choose 4 - 16 bits. Widths other than 8 or 16 blow up in HAL_SPI_Init when the data width ...
Using NUCLEO-H563ZI, FW_H5 V1.3.0, CubeIDE 1.16.0, MacOS 14.5.I've been beating my head against the wall, getting some test code going.4 ADC channels, 2 on ADC1, 2 on ADC2.Conversions triggered by timer 3. (200 groups of 4 conversions per second)Resu...