┌.靈魂mi.夨 发表于 2022-5-12 11:11:02

QCC3024 MCU FLASH UUID Read

求教一下,哪位同行读取过QCC3024 MCU FLASH UUID,我还没看到相关接口,求指教,感谢感谢。

394645065 发表于 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);

┌.靈魂mi.夨 发表于 2022-5-12 13:38:20

394645065 发表于 2022-5-12 13:02
/**
*\brief Read the Unique ID of the Apps flash
*   Blocks to read the Unique ID of the Apps fl ...

谢谢答复,但是这个函数我在3044里看到过,但是3024的sink确实没有的。

89758235 发表于 2022-10-24 22:08:14

┌.靈魂mi.夨 发表于 2022-5-12 13:38
谢谢答复,但是这个函数我在3044里看到过,但是3024的sink确实没有的。

您好,同问,找到位置了吗,分享下

纯简 发表于 2022-11-11 16:28:48

顶,我也想知道。这样用来加密就比较好了。
页: [1]
查看完整版本: QCC3024 MCU FLASH UUID Read