USB without USB-Host
Greetings.
I have a custom metering board with a STM32L151CB.
I intended to use FATFS to store data on a USB key since the MCU has USB support, but I recently realized that the feature I needed (USB - Host) was not included in the MCU.
Is there any documentation that you could recommend me using ? I wish I could find a way to create a .txt file and transfer it to a PC, but I am open to any other forms of data transfer at that point.
I tried switching to COM-PORT in USB CDC and RealTerm to display the data for now, but I only manage to display text, not numerical data.
Thanks for reading me out.
