User Activity

Hello, I am trying to integrate clang-tidy to a STM32 cmake project. But I am facing a lot of error from clang-tidy in STM32 HAL : error: use of undeclared identifier '__STREXW' [clang-diagnostic-error] error: cast from pointer to smaller type 'uint3...
Hello,I am working with an STM32F4. My goal is to be able to access to the board using its hostname. From what I've seen, to get it done I have to :    set LWIP_NETIF_HOSTNAME to 1   set LWIP_DHCP to 1I also set LWIP_DNS to 1.I made few modification ...
Hello.The project I am actually working on uses several peripherals such as USART ADC SPI etc. I am trying to use as much DMA as I can, but there is something that I miss in the reference manual and on the internet.Can I use ONE channel with TWO stre...
Hello,I am working with a STM32F439 which can use a ETH_MAC and a USB_OTG_FS. Several demos and projet on github show the use of an IP-OVER-USB using a STM32 µC.What I would like to know is :Is it possible to connect ONE IP stack (LwIP, FreeRTOS+TCP ...