How can I find a sample that read ADC with SPI at 1K speed and send data by USB to PC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-02 11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-03 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-03 6:59 AM
Hi,
Thanks for your information, but I don't find some samples here:​Thanks
Boone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-03 7: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.
Up vote any posts that you find helpful, it shows what's working..
