How is ping setup in LWIP stack ?
I want to know if ping feature is automatically set up when lwip stack is up and running in STM32 controller ?
I want to know if ping feature is automatically set up when lwip stack is up and running in STM32 controller ?
Hi,I`m using STM32G431 for practicing SPI protocol knowledge, but face some problem like below.I use �?HAL_SPI_Transmit_IT】API to send (0x5A,0xA5) data out, but measure with Oscilloscope and figure out the wrong data.In �?SPI_TxISR_8BIT】show how d...
Hello, I am facing a strange hard fault error during SPI interaction loop with the display that only takes place under certain circumstances, prob. related to changes in timing. Minor changes in code at random places alter WHEN it happens. This is my...
I am wondering how DMA works for USB HS. As far as I know it is a "machine" to copy memory to another place. And how is it implemented for USB ? We have there a FIFO queue and from what I observed in the driver, the data from the FIFO are copied by t...
I'd love to see a well structured, non-HAL based STM32 peripheral driver that is actually working in a real world application. For my purposes, a H7 UART driver that uses DMA would be great. If it implemented idle character detect and/or character ma...
Hello,I'm trying MSC with Nucleo, MSC device does not connect to windows.What am I missing? [windows error] -cannot read device descriptor[environment] -STM32CubeIDE Version: 1.7.0 -NUCLEO-F411RE -STM32Cube FW_F4 V1.26.2 -usb : Device_Only, Mass ...
Hi,STM32F779I-EVAL: Can't get running USART examples:- UART_HyperTerminal_DMA- UART_HyperTerminal_IT- UART_PrintfMy environment:- LAP TOP ACER ASPIRE 5755G- STM32F779I-EVAL - STM32CubeIDE 1.7.0- STM32CubeMX 6.3.0- Terminal v1.93b 20141030B- RS-232 TO...
Hello All,I have stm32h745I-disco board.I want USB device as virtual comport.I use cubeIDE and create project with it.I am new on this dual core processors.Thanks to the cubemx it is easy to create a basıc usb code.When I create a usb_fs code with M7...
I am trying to use Sockets under FreeRTOS. Currently can send data over UDP using netconn, but sockets only send information when two netconn messages are sent previous to the socket one. If some of the netconn_sendto(...) functions is commented, sen...