STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Create HTTP client with STM32F746G board

Hello,i want to make my STM32 board as client and create GET/POST request to my server running remotely using Ethernet present on the board. i have got an lwip example which explains the process of making board as a server not a client.

RShar.9 by Senior
  • 4047 Views
  • 6 replies
  • 0 kudos

PPPos LWIP in STM32 not connecting?

I have followed this link https://weekly-geekly.github.io/articles/419037/index.html to implement PPPos in STM32. I changed the modem to "data mode" and then started PPP Connection. The modem communicating but the status callback throws PPPERR_CONNEC...

Hi, trying to read and write files into spi flash 1megaByte through msc configured usb. I keep getting , unable to complete format when plugging usb to pc.

spi flash driver is tested and working fine.///////////////////////////usbd_stoarge_if.c////////////////////////////////#define STORAGE_LUN_NBR         1#define STORAGE_BLK_NBR         0x200    #define STORAGE_BLK_SIZ         256int8_t STORAGE_Read_F...

svii by Associate III
  • 196 Views
  • 0 replies
  • 0 kudos