stm32f103c usb spi flash mass storage
Posted: Mon Nov 16, 2020 9:12 am
Hello, everyone!
I'm newbie in STM32, but it much prefer than anyone in Atmel family!
I want to make custom device which will collect sensor data and save it to 25QH32 chip via SPI. This part is implemented
Next part is much interesting) I need to give all collected data to user. STM32F103C have USB interface on-boar, so the best solution i see, is mass storage device)
Internet says that there is the way to make it all thru HAL, but i'm not sure how exactly do this
So there is the question, how i can make it? Is there any libraries? How make all routines by interrupts?
I'm newbie in STM32, but it much prefer than anyone in Atmel family!
I want to make custom device which will collect sensor data and save it to 25QH32 chip via SPI. This part is implemented

Next part is much interesting) I need to give all collected data to user. STM32F103C have USB interface on-boar, so the best solution i see, is mass storage device)
Internet says that there is the way to make it all thru HAL, but i'm not sure how exactly do this
So there is the question, how i can make it? Is there any libraries? How make all routines by interrupts?