bootloader_flash_read_sfdp() function
Read the SFDP of the flash
Arguments
sfdp_addr
Address of the parameter to read
miso_byte_num
Bytes to read
Return value
The read SFDP, little endian, 4 bytes at most
![]()
uint8_t mf_id = (bootloader_flash_read_sfdp(sfdp_mfid_addr, 1) & 0xff);
bootloader_flash_read_sfdp() is called by 1 function and calls 2 functions:
![]()
bootloader_flash_read_sfdp()
bootloader_flash_read_sfdp():
![]()
bootloader_flash_read_sfdp()