User Activity

Hello, I new to STM32Cube IDE and am starting out with the STM32F031C6T7 device. My development computer at work does not have an internet connect so I must download any required software and manually install it. How do I manually install the followi...
Hello, I'm looking at the STM32F107RBT6 microcontroller and would like to use the Gigabit Ethernet interface. Will I need to use an OS for a UDP Ethernet application?Thank youJoe
I am looking at the STM32G431K6T6 and on the web page:STM32G431K6 - Mainstream Arm Cortex-M4 MCU 170 MHz with 32 Kbytes of Flash memory, Math Accelerator, Medium Analog level integration - STMicroelectronicsIt has which package to download: STM32Cube...
Hello, I want to get started using ST microcontrollers. My work computer does not have an internet connection so I need some help installing the software on this computer. I want to use the STM32CubeMXI have downloaded the installation file onto a di...
Hello, I am doing a UART example and I need to find the command to Enable the UART2 Peripheral Clock. I have enabled the GPIO clock: __HAL_RCC_GPIOA_CLK_ENABLE(); // stm32f4xx_hal_rcc.hand now I need to enable the UART2 Clock Peripheral. Can anyone ...