User Activity

The problem is with LwIP codes. I know that the topic is a bit different from this forum. But I ask, maybe someone had similar When I use custom_file with the LWIP_HTTPD_DYNAMIC_FILE_READ flag, the data is sent to the browser twice.I was looking at ...
Hi,I want use LwIP, but i wan't use PPP. How to definitly remoove PPP from generated Makefile ?RegardsGrzegorz
Posted on June 22, 2018 at 08:57Hi,I have a problem with configuring priorities for DMA channels and LTDC controller.I am using a DMA channel to communicate with a DSP processor. In this channel I need a large data transfer. When I start the DMA cha...
Posted on June 22, 2018 at 08:42Hi,It seems to me that there is an error in the stm32f7xx_hal_ltdc.h file from STM32Cube_FW_F7_V1.7.0macro:#define __HAL_LTDC_GET_IT_SOURCE (__ HANDLE__, __INTERRUPT__) ((__HANDLE __) -> Instance-> ISR & (__INTERRUPT_...
Posted on February 08, 2018 at 10:03Is there any posisibilities to clear SPI FIFO before calling to HAL_SPI_Receive_DMA ? If We don't do it than we get old data in read buffer. I found  that only way to do it, is reading RX so many times, as the fif...