2024-12-22 11:32 PM - edited 2024-12-22 11:34 PM
Hi,
in the MCU selector app, in the Example selector, there is a long list of examples, all using acronyms (see screenshot below). Some are obvious like "ETH" but most are not.
Some questions:
1) Where can I find a table/list that explains what each of the acronyms mean?
2) Where can I find the actual code for each?
3) which one is USB bootloader and SDMMC bootloader?
4) which one is USB mass storage device?
Thank you :)
2024-12-22 11:58 PM - edited 2024-12-23 12:12 AM
Hello,
1- In the reference manual of the product:
Example:
Or move the cursor on it:
2- In the Driver folder.
3- There is no bootloader code generated by CubeMx. It's under the user responsibility.
4- No mass storage code generated by CubeMx at this level. You need to configure the interface in Host/Device etc .. And add the USB library (for example to add x-cube-usb-pd) in middleware section.