STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HTTP server example based on LWIP netconn

Hi, I create a project on stm32f746 nucleo board using LWIP stack (netconn) and FreeRTOS.The main function of this project is HTTP server. But I have a few problems with this functionality - they are errors of connection and close states of HTTP sess...

0693W00000AMsplQAD.png 0693W00000AMspbQAD.png
DRude.1 by Associate II
  • 3828 Views
  • 10 replies
  • 0 kudos

Resolved! Stm32CubeF4 I2C examples for different boards

Hi,​Im trying to establish an I2C communication between stm32f446nucleo board and stl32f469i disco board,​​I flashed the stm32f446-nucleo I2C master code example from cubeF4stm32f446 into an stm32f446 nucleo board and the slave I2C code example from ...

STM32F103 USB bulk

Hello,I'm working on a project based on stm32f103 (nucleo-64). I would like to exchange the data between the stm32f103 board and my PC using usb device. With COMx port the code works but the speed is slow, so I did some modifications to switch to bul...