User Activity

Hello,because of my mistake, I had assigned the same label for two different pins within CubeMX 6.12. It seems, CubeMX recognize this, but send not an error oder a warning message about it. What happen, CubeMX is attaching the port- and pinname to th...
Hello,I wan't to read out a few ADC Channels, timer based in single convertion mode as a sequence. From my perspective, it is correct configured with CubeMX (Ver 1.16.0). But the result is not as expected. From my perspective and when I compare it wi...
Dear Sir and Madam,I started a new project with STM32H745 from scratch. After implementation of all pin function and names, I worked on the clock tree. During this, I saw, one UART must be changed to the FDCAN interface. While doing this, CubeMX was ...
Hello,is somebody is knowing, if a BDSL-File for  STM32H745XIH6  is existing? The affected processor doesn't exist in the "en.stm32h7_bsdl.zip" (https://www.st.com/resource/en/bsdl_model/stm32h7_bsdl.zip) from STM. Five packages are supported, but no...
Hello,I found a strange behaviour now in my code. When I initialize my UART3, I can communicate with my terminal as expected. During runtime, I call the function HAL_TIM_PWM_Start_IT() to start timer 1. After this call, the received characters are no...