User Activity

Using STM32CubeIDE 1.5.1, H7 firmware library 1.8.0, NUCLEO-H743ZI:The blue "User" button is tied to PC13. Using the HAL library, I am able to generate an interrupt when the button is pressed (rising edge).When I change the GPIO to use the LL librar...
Previously, CubeMX would reveal resource conflicts by hovering the mouse over the indicated area, e.g., GPIO pin configured as alternate function.Both version 1.0.2 and 1.1.0 do not indicate the nature of the conflict via mouse hover.To reproduce: C...
Using STM32CubeIDE version 1.0.2, I can create a "local C/C++ application", in this case, "hello world" that simply prints to the console, and it will create the proper file structure and compile a working x86 executable. I can execute this program ...
I'm really loving the high level of integration offered in the STM32CubeIDE application.Does STM32CubeIDE offer a serial terminal? This functionality was available in the Atollic TrueSTUDIO product.Maybe it's already in there (somewhere?) and I just ...
Posted on November 16, 2017 at 04:03I'm trying to learn to use the LL libraries available from CubeMX.  I've had reasonable success using the HAL libraries in the past.  Specifically, I'm trying to get TIM14 to interrupt on a regular basis and blink...
Kudos from