User Activity

Hello,I am new to the STM environment and need to test if one M7 core is sufficient for my project. I need to use Ethernet (simple GET, POST, and PATCH requests), an LCD touch panel, and a peripheral that requires EXTI interrupts approximately every ...
Hello,I am new to STM MCUs and need to test the different peripherals of the STM32H745 to decide if it fits my project. I began with the GPIO_EXTI example, and it worked. Later, I tried to configure a USART for debugging purposes, but it didn’t work....
Hello,I am new to programming STM MCUs and currently working with an STM32H745I-DISCO board.I am trying to implement a simple blink project. In CubeMX, I created a new project and configured pin PJ2 as an output push-pull. Then, in the Project Manage...