User Activity

I'm using an STM32F373's UART to output MIDI data.  Basiclly the TX USART pin needs to light an LED in the MIDI cable's opto-coupler.  I currently have the TX pin connected directly to the MIDI DIN connector pin through a 200ohm resistor.  I know thi...
I have a Nucleo F303ZE and enabled USB Device middleware along with the USB 'Device FS' Connectivity.  I also configured the CDC_SET_LINE_CODING and CDC_GET_LINE_CODING  functions in USB_DEVICE/App/usbd_cdc_if.c I connect a USB cable to the STLink co...
I am using a STM32F373 with the USB Middleware set to 'Communication Device Class (Virtual Port Com)'.Is it possible to have it 'act' as a UART or SPI type port, or do I need to hook into the USB library to TX/RX data over USB?  I currently use USART...
Hello,I have read AN4056 and noticed there are eeprom.h and eeprom.c project files referenced.  Where do I download these files?Thanks,
I have an app running on an STM32F373 and need to save 'presets' as persistent non-volatile data.  Each preset is 500bytes and I would like to save at least 100 presets.What is the simplest method?  Should I use a removable SD card type solution, or ...
Kudos from