在线时间684 小时
UID3104112
注册时间2015-3-5
NXP金币19
TA的每日心情 | 难过 2019-9-19 08:55 |
---|
签到天数: 269 天 连续签到: 1 天 [LV.8]以坛为家I
金牌会员
 
- 积分
- 2784
- 最后登录
- 2019-11-29
|

楼主 |
发表于 2015-9-7 16:19:48
|
显示全部楼层
Synopsis
uint32_t RTCS_load_TFTP_BIN(
_ip_address server,
char *filename,
unsigned char *start_download_address)
Parameters
server [in] — IP address of the TFTP Server.
filename [in] — Name of the file to download.
start_download_address [in] — Address, at which to download the file.
文档上是这样写的 不是很理解这个start_download_address
入参是说通过tftp下载的文件保存的地址? |
|