Skip to main content
Visitor II
October 3, 2022
Question

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

  • October 3, 2022
  • 2 replies
  • 1076 views

Hi all,

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

    This topic has been closed for replies.

    2 replies

    Visitor II
    October 3, 2022

    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.1Author
    Visitor II
    October 3, 2022

    Hi,

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

    Boone

    Graduate II
    October 3, 2022

    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.