cancel
Showing results for 
Search instead for 
Did you mean: 

Explanation of samples/library names?

Ricko
Senior II

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 :)

Ricko_0-1734938955691.png

 

1 REPLY 1
SofLit
ST Employee

Hello,

1- In the reference manual of the product:

Example: 

SofLit_0-1734940568787.png

Or move the cursor on it:

SofLit_0-1734940971061.png

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.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.