cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H573I-DK HTTP Client

Kbitsnbyte
Associate III

Hello ST Community -

I am seeking to migrate a functioning HTTP Client application from a SAMD51 MCU to STM32 silicon, I have an STM32H573I-DK on hand, objectives:

  • HTTP Client Ethernet (wired) connectivity using a static IP address
  • Storing retrieved JSON objects on an SD card
  • DIsplaying selected attributes on the 240x240 LCD

Other than the demo program, I have not deeply explored the STM32H573I-DK. Any configuration, and coding tips / examples would be greatly appreciated. 

Thanks much,

Kelly

 

1 REPLY 1
Pavel A.
Super User

Here you can find help for your STM32 project.

You can split the project to 3 parts that can be done in parallel, maybe by different people: http client, SD-card and the LCD.