Can I get ping command source using lwip?
Hi, our R&D director, Mr. Lee, wants to get lwip stack including ping command source.Is it available?
Hi, our R&D director, Mr. Lee, wants to get lwip stack including ping command source.Is it available?
I just want to send an I2C address byte to see if there is a device on the bus that will ACK it. I don't want to send any data bytes after the address byte.Is there any way to do this? I tried setting NBYTES[7:0] to 0 in the CR2 register but I just g...
Hello. I need a simple way of locking flash so no once could clone my device very easy but at the same time i could do re-flashing to new code ( basically limit flash to write only from debugger/SWD perspective)Is where easy way of doing this by simp...
hello,i have ported lwip stack on out custom board build around stm32f765z controller. After porting board is able to get dynamic ip assigned by dhcp server. to check the connectivity i pinging the board from a windows pc which is also in the same ne...
I am currently starting to investigate the possibility to run the Ethercat natively (without sub processor) on an STM32F207 (running at 120 MHz) with RMII. It is supposed to be a motorcontrol application that also runns a 16 KHz control interrupt to ...
Hi, I have he STM32L476RE chip, and I see that it comes with SDIO support. I couldn't find any examples for programming this in the STM32CUBEL4, but I found SDIO examples in STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Examples\SDIO.Can I use the s...
Hello community,Can someone please provide me with an example of using the stm32f7xx_hal_eth driver to send raw ethernet frames without using lwip ?I am trying to send raw ethernet frames with an STM32F746G-Disco but can't figure out what APIs to use...
program EP0 for an simple IN transmit epIn->DIEPINT = -1; //clear ints epIn->DIEPTSIZ &=~ (USB_OTG_DIEPTSIZ_PKTCNT_Msk | USB_OTG_DIEPTSIZ_XFRSIZ_Msk); epIn->DIEPTSIZ |= (numPackets << USB_OTG_DIEPTSIZ_PKTCNT_Pos) | (len << USB_OTG_DIEPTSIZ_XFRS...
Working On STM32 Nucleo-L476RG board.STM32Cubemx and Atollic Truestudio Im using for code development.I have following questions Related to UART and HAL Functions...!1.UART Serial available function ?we have any function like arduino have serial.ava...