User Activity

Hi, I'm using NUCLEO-H743Z1 board with FreeRTOS+TCP stack. In the network interface of the stack I have configured the primary MAC address as 0x00:0x11:0x22:0x33:0x44:0x46 which gets written into the MACA0HR and MACA0LR registers in HAL_ETH_Init(). W...
I was referring to data sheet of the STM32G070 to figure out the current consumption of individual peripherals to finally calculate the power consumption of those peripherals. The following table from page 50 of the document gives those details. Rang...
I found out in the errata of STM32G070 MCU (page: 12, section: 2.11.1) that: in UART mode with oversampling by 8 or 16 and with 1 or 2 stop bits, the received data may be corrupted if a glitch to zero shorter than the half-bit occurs on the receive l...
Hi,I use the following setup:EVAL BOARD: NUCLEO-G070RBMCU: STM32G070RBSystem Clock: PLLCLK (source HSI) running at 60 MhzUART: UART2, UART2 Clock: SYSCLK (60 Mhz)UART Buad Rate: 460800I'm using UART RX IDLE Interrupt with DMA for receiving input data...