2022-10-02 11:23 PM
2022-10-03 05:26 AM
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
2022-10-03 06:59 AM
Hi,
Thanks for your information, but I don't find some samples here:Thanks
Boone
2022-10-03 07:27 AM
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.