User Activity

STM32H743Using USART3 in Asynchronous mode with interrupt. The hope is to use this with FreeRTOS+CLII am able to Tx as expected. Rx will trigger the interrupt, but the RX State is READY when it should be BUSY. This causes the value to not be saved, a...
Is there a verbose mode for CubeIDE and CubeMX to log command line commands being called?I currently have a CubeMX script to load .ioc file and generate the project output there are several key differences between when the IDE generates and when the ...
CubeIDE 1.2.0 I have a simple script to test the command line setup. The script is loading the .ioc and creating .csv of the pinout. I get partially through the csv command where Java runs into a NullPointerException seen below2020-06-09 12:53:23,629...
STM32CubeIDE version 1.2.0Looking to customize where the ioc code is generated to. I have checked in the .ioc project settings with no luck. How can I accomplish this?
CubeIDE version 1.2.0 Cloning a git repo with a .ioc file in it, how to generate code?When right clicking the "Generate code" is grayed out. The only method that has worked seems to be opening the .ioc file, toggling a checkbox to generate a change a...