User Activity

On an ST Nucleo board with STM32h743, it has an 8MHz crystal for HSE, and I am able to configure the PLL's to show a 200MHz CPU clock and a 100MHz peripheral clock. These frequencies are displayed as round figures, no decimal.When I move to a third ...
I have a project made with STM32CubeIDE, created with the new project wizard, for the Nucleo H745ZI board. Everything is working great.Now I have some libraries I want to add that are written in C++.I recognize that the Cube/HAL side of things is al...
I might have posted this question in the wrong area, it's really CubeMX related.https://community.st.com/s/question/0D53W00000GjFIOSA3/need-guidance-on-using-cubeide-to-reconfigure-hal-for-stm32h745
Here is my environmentmacOS 10.13CubeIDE v1.4.2Nucleo-H745ZI boardExample project: FreeRTOS_AMP_Dual_RTOS - generated by IDE using the info center dialog to import the exampleExample builds and runs great, debugger works, this is all good.OK, now I w...