STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Read a file from Web-Address

Hello forum,Is it possible to read a file from a website (e.g www.WebSiteName.com/file.txt) with STM32?I'm going to read data through the board B-L475E-IoT with access to internet. With this Board i can to send the data to the Cloud (Microsoft Azure ...

Slh by Senior
  • 403 Views
  • 3 replies
  • 0 kudos

USBH_UserProcess never entered

Hello,I'm trying to use the USBH library in my project by taking the corresponding chunks of code from the USB_Host Application example present in the STM32Cube. However, I must miss an important part because the USB_UserProcess is never entered. I m...

GMeur by Senior II
  • 417 Views
  • 0 replies
  • 0 kudos

FMC NOR is extremely slow !

Hello,I run the FMC nor example for stm32h743 eval, with the eval board, and I get very poor timing:I used the original configuration , and only changed DataSetupTime   from 8 to 10 (with the original configuration, the test fails with my eval board...

ranran by Senior II
  • 2314 Views
  • 24 replies
  • 0 kudos

Using low power with USB interface

Hi I am using the stm32L433 and installed the USB VCP library from CubeMX . I used the HAL as looked like a lot of code for doing it from scratch with registers. Anyway, I have a low power project running on batteries and the USB interface wont be ...