User Activity

For some reason my STM32CubeIDE debug mode is not working for my STM32F469I-DISCO board. Whenever I run the debugger, the screen on the STM32F469I-DISCO does not initialize (stays black), even when I press the Resume button (play/pause icon). If I pr...
I have a STM32F469I-DISCO board. It seems that I am unable to change the GPIO Pull-up/Pull-down Mode for a timer. I have tried to do it both in the CubeMX interface, and I have also looked through the HAL methods and attributes. I don't think it's an...
I can't get my display to work after I enabled the uSD card on my STM32F469I-DISCO, it just sits at a black screen. When I ran the debugger, this is the call stack it shows, stuck on _exit() in syscalls.c:Is there an easy way to determine what confli...
I'm missing the FATFS supporting library files after adding SDIO SD card support and FATFS support in the CubeMX code generation tool within STM32CubeIDE. The funny thing is that those files are present in the project folder, just not in my project's...
I set my copy of the STM32CubeIDE to generate a hex file whenever I build my project. I want to make a portable file that I can give to other engineers so they can program their STM32F469I-DISCO devo boards for testing without having to install the f...