cancel
Showing results for 
Search instead for 
Did you mean: 

How can I find a sample that read ADC with SPI at 1K speed and send data by USB to PC?

BLu.1
Associate II

Hi all,

I'm study STM32F103 now, I have a application:

3 REPLIES 3
M4R10
Associate III

Have you already install STM32Cube?

if yes you can find a lot of example under C:\Users\"username"\STM32Cube\Repository

You should find something useful for you there

BLu.1
Associate II

Hi,

Thanks for your information, but I don't find some samples here:0693W00000UnEJKQA3.png​Thanks

Boone

Go down a few directories

Repository\STM32Cube_FW_F1_V1.8.3\Projects\STM32F103RB-Nucleo\Examples\SPI\SPI_FullDuplex_ComPolling

Repository\STM32Cube_FW_F1_V1.8.3\Projects\STM32F103RB-Nucleo\Applications\USB_Device\HID_Standalone

Suggest you get a better File Manager and search/viewer tools.

>>How can I find a sample that read ADC with SPI at 1K speed and send data by USB to PC?

That's a bit specific. These libraries don't come with all possible use cases prebuilt and enumerated,that's usually the job of the embedded software engineer to do, and to combine/modify simpler examples to suit.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..