User Activity

Hello,I have custom board with STM32F072R8 and a USB interface to it. STM's USB is connected to USB of a x86 Board. STM as acting as USB device and x86 Board as USB host. When the board is powered up, I can see that STM is listed in the output of "ls...
Hello,I am using ADC1 of STM32F072R8 to measure temperature from sensor. The ADC is being used in continuous mode. For some historical reasons I still use standard peripheral library. Here is my code:void Temperature_ADC_Init()   {   GPIO_InitTyp...
Hello,I have generated code for STM32F7 using STM32CubeMX with firmware package version 1.16.1 and lwIP version 2.1.2.In ethernetif_init function of ethernetif.c file, I have changed default value of netif->hostname.(LWIP_NETIF_HOSTNAME is already en...
Hello,I have already tested a Webserver on Nucleo-F767ZI and it was working until yesterday.Now I am unable to get Ethernet communication working. When a LAN cable is connected I see that only orange LED of RJ45 connector of nucleo is on. The green L...