Hi,
What is the maximum length of USB Filename in M4 cortex?
I had try to create Filename more than 12 digit with null character for termination but M4 is generate an error about Filename.
Below is example for Understanding:-
Filename = xxxxxxxxxxxx.mmyy
E.g. Filename = 123456789023.0114
i.e. 123456789023 = 12 digit code, .0114 = 01 is month and 14 = year
It is possible in M4 Cortex to increase Filename Length?