Blog

Entries for 'firmware programming'

Adding a USB Device Endpoint to an STM Example Project

When writing customized drivers for USB devices, it is beneficial to start by using one of the examples provided by ST. Examples provide a working base from which to build on, as well as reducing the amount of code required. In our case, we were impl...