User Activity

Hello, I am writing about my confusion in "STM32H742, STM32H743/753 and STM32H750 Value line advanced Arm®-based 32-bit MCUs". According to reference manual;STM32H743xI has 2 banks of 1 MByte each forming a contiguous flash memory area, so there woul...
Hello,I used DP83822 instead of LAN8742 as ethernet phy in our custom pcb. I saw some comments that people can use DP83822 with small change on LAN8742 driver which belog to STM HAL Library. But i am not sure if it is possible.All the settings are tr...
Hello,I know that it is possible for mcu which has several ram areas such as RAM_D1, RAM_D2 like STM32H7. STM32l1 has only one RAM. Because I can not divide RAM for some important data. But I saw an STM32L1 example created on KEIL and divided some ad...
Is there any register or flag to check whether Dma interrupt or only global interrupt is enabled in Cubemx?ı am writing an uart driver and ı would like for driver to be arranged automatically according to selections in cubemx.For example, if uart5 dm...
Hello,I am using AT command for ESP8266. First, I am sending AT\r\n in main.c and receiving with interrupt Rx. After receiving first response, I am going on to transmit second AT command inside HAL_UART_RxCpltCallback. Everything was good with this m...