1793 views|0 replies

3180

Posts

0

Resources
The OP
 

"Playing with the board" + Yu Zhennan's STM32 development board experiment 4 [Copy link]

 




This content is originally created by EEWORLD forum user chenbingjy . If you want to reprint or use it for commercial purposes, you must obtain the author's consent and indicate the source.
Chapter 8: Break through short names and solve long names: Break through 8.3 short name restrictions and fully implement long file names

Long file name (LFN) is the opposite of short file name (SFN). It allows the file name to contain more characters and express richer meanings.

The naming method is also more flexible.

struct FileInfo

{

UINT8 have_lfn; //Used to indicate whether this file has a long name

UINT16 longname[MAX_LFN_LEN+1]; //Buffer for storing long name UNI string

};

The file name is abcdefghijklmnopqrstuvwxyz.txt

Personal signature为江山踏坏了乌骓马,为社稷拉断了宝雕弓。
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews

Room 1530, Zhongguancun MOOC Times Building, Block B, 18 Zhongguancun Street, Haidian District, Beijing 100190, China Tel:(010)82350740 Postcode:100190

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list