找回密码
 立即注册

使用微信账号登录

只需一步,快速开始

查看: 8006|回复: 4

[QCC3系列] QCC3024 MCU FLASH UUID Read

[复制链接]
连续签到天数:1天
签到总天数:2天
签到总奖励:10金币
发表于 2022-5-12 13:02:23 | 显示全部楼层
/**
*  \brief Read the Unique ID of the Apps flash
*   Blocks to read the Unique ID of the Apps flash.
*   Commands and command sequences are different among flash manufacturers.
*  'uid_method' supplied will determine
*   which read method is used. Refer to documentation to see which flash IDs
*  should use which method.
*   Sixteen bytes will always be written to 'uid'. UID methods for flash parts
*  with UIDs smaller than 128-bits
*   will be zero-padded where possible.
*         
*  \param uid_method             UID read method to be used. See documentation for available methods
*  and the flash parts they are suitable for.
*            
*  \param uid             Pointer to storage for UID. 16 bytes will be written to this
*  address, whether the flash device has a 128-bit
*             Unique ID or not.
*            
*  \return           Boolean to indicate whether the operation was successful or not.
*           
*
* \ingroup trapset_flash_ops
*/
bool QspiUIDRequest(flash_ops_uid_read_method uid_method, uint8 * uid);
积分商城 - 让您的金币更有价值!||官方Q群 - 让您的沟通更加及时!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册  

本版积分规则

小黑屋|手机版|我爱蓝牙网 - 52Bluetooth

GMT+8, 2025-9-18 03:02 , Processed in 0.103257 second(s), 12 queries , Gzip On, MemCached On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表