STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! STM32F103 USB device get report

Posted on November 03, 2017 at 16:04Hello everyone,As several people on this forum, I am trying to implement some kind of 'USB keyboard' with an STM32F103C8.I am working with truestudio and cubeMx, and I use the USB library provided.I have update th...

Geo En by Associate III
  • 1757 Views
  • 8 replies
  • 1 kudos