STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F746ZG Nucleo / Lwip problem

Hallo,My board is the STM32F746ZG Nucleo board.I am using the LWIP_HTTP_SERVER_NETCONN_RTOS example from the stm32cubef7 package.The example works fine initially but if I leave it running for several hours suddenly the board stops responding in any h...

STM32H743ZI Ethernet LWIP TCP Echoserver

Sorry for my bad englishHi.I use STM32H743ZI and develop firmware.I put an example of a lwip tcp echoserver in my firmware.Example: STM32H743ZI-EVAL lwip tcp echoserver applicationI'm not using RTOS.My question: Ethernet operation relies on build opt...

KKim.19 by Associate II
  • 248 Views
  • 0 replies
  • 0 kudos

STM32F103 STD Periph I2C help

Hi,I want to send 2-bytes from I2C in a single transaction with std peripheral library. For 1-byte i can handle with code below, but how can i send 2 bytes ? Any advise ?void I2C_Write_Byte(I2C_TypeDef* I2Cx, uint8_t reg_addr , uint8_t reg_data, uint...

er3481 by Senior
  • 226 Views
  • 0 replies
  • 0 kudos

Implementing lwip + FreeRTOS in STM32L152

@I am using STM32L152RE Nucleo board for my development. My goal is to bring up a PPP connection using LwIP stack in a FreeRTOS environment. The evaluation board I am using does not have an Ethernet port. I will be talking to the modem serially. Cube...

Jagadish by Associate II
  • 300 Views
  • 0 replies
  • 0 kudos

DAC-USB Implementation Problem

Hi, I am using Nucleo F303re with STM32 HAL Libraries built by STMCubeMX in order to implement an USB Audio player with bulk transfers. I changed the USB-CDC code a little bit to implement my application. I receive the data in the CDC-Receive-FS func...

B??el by Associate II
  • 900 Views
  • 4 replies
  • 0 kudos