User Activity

Hello,I use CubeMX V6.13.0 (now the newest version).I have find out a bug in the configuration wizzard from the FDCAN with the STM32G473.When I chose:FDCAN1, Clock Divider = "Divide kernel clock by 10"FDCAN2, Clock Divider = "Divide kernel clock by 1...
Hello,The CubeMX and the ST HAL has in the files "stm32XXxx_hal_conf.h" the#define USE_HAL_USART_REGISTER_CALLBACKSWhen I looking in the source code, there is no position to find where is this define used:Searching for 'USE_HAL_USART_REGISTER_CALLBAC...
I want have a graph with 2 Y scale, in this case I have use 2 dynamic graph overlaped.When I run it with the demo board MB1332C (STM32H7B3I-DK), then the graph crashes with a hardfault exception.The design is like this:When I use 2 graphes without ov...
Hello,I have update a CubeMX project from V6.6.1 to V6.7.0.After update, without any changes, the clock configuration has a lot of errors. The CPU has a maximum clock rate from 480MHz, but the new CubeMX V6.7.0 allow only 200MHz!?!The Error:"D1CPRE C...
I have start with TouchGFX, select the demo board and generate the code. Simulator and download works.But now, when I want open the project with CubeIDE, the first is, the project is completly empty. Then when I start a new project with the existing ...