STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Linker error after usb was added to project

Hi, last week I had my project working perfectly in Keil 5.28.0.0 generated from STM32 Cube Mx 4.7, i'm using an STM32F103C8T6 for an univercity project. Per a professor request i had to add usb communication with a serial monitor, so i went and adde...

0690X00000AsNp0QAF.jpg
MPera by Associate
  • 262 Views
  • 0 replies
  • 0 kudos

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
  • 4363 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...