STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429 Ethernet crash

I use STM32F429, refer to en. Stsw-stm32070 source code, remove lwip, only Ethernet data transceiver, found a long time communication, Ethernet will crash, mainly set TBUS, RBUS, RS, ETS。But I used the following code in the interrupt, and it could no...

where is stm32l073xx.h included?

Hi,I my compiler always fails compilation on the first line of stm32l073xx.h, which is totally correct code. stm32l073xx.h:70:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'I assume there is a syntax error in the file whic...

Are GPIOs changed by boot loader?

Device is STM3F030C. Boot loader is going to be called from application code.The idea is that the application code initializes some GPIOs and put peripheral devices into a known state required for the system to work and then, if it detects a command ...

ECost by Associate II
  • 193 Views
  • 2 replies
  • 0 kudos

how to get IP of a client Socket connected

I'm writing a program using socket API. when a client Socket connected to my server Socket ,I tried to get its IP address but the result returned 0.0.0.0.int ConnectFD = accept(socketFD, (struct sockaddr *)&remotehost, (socklen_t *)&sockaddrsize); i...

0690X000008BZEEQA4.png

USB Virtual Com Port example

Hello,I'm trying to evaluate the maximum speed that can be obtained through the USB Virtual Com Port (I need approximately 20Mbps) however I cannot find a working example with System WorkbenchFor other projects, in the lab I already have:STM32F429 Nu...