Skip to main content
jhasa.1
Associate II
April 22, 2022
Question

How I can send bulk data by STM32F1 series ? do you have any example or tutorial?

  • April 22, 2022
  • 5 replies
  • 1214 views

..

This topic has been closed for replies.

5 replies

Tesla DeLorean
Guru
April 22, 2022

Via USB or what specifically? SD Cards, eMMC, FSMC..

Send it where? Over what interface?

Not everything has a tutorial, video, or example code to cut-n-paste. Training typically needs to be sought from trade schools and college.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
jhasa.1
jhasa.1Author
Associate II
April 23, 2022

I want to send data from a electronic board to computer by USB.

Piranha
Principal III
April 22, 2022

You can do it by writing and calling a SendBulkData() function!

jhasa.1
jhasa.1Author
Associate II
April 23, 2022

thank you

but this function is in keil?

which library?

what is it's inputs?