Is the flash ID correct?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
l0p0c
Level 1
Level 1
First question asked Welcome!

The FLASH detailed model is S29GL064S70TFI070.  

Is the flash ID correct???

Read flash ID:

sts = HAL_NOR_Read_ID(&hnor1, &id);
printf("sts1 = %d\n", sts);

printf("nor_id = %04x %04x %04x %04x\n",
id.Manufacturer_Code,
id.Device_Code1,
id.Device_Code2,
id.Device_Code3);
HAL_Delay(1);

Return:nor_id = 0001 227e 2213 2201

 

Thank you very much.

0 Likes
1 Solution
Ronak
Moderator
Moderator
Moderator
50 solutions authored 250 sign-ins 50 replies posted

Hi,

Your Flash ID is correct. For more details on Flash ID you can refer to the page 20 of our datasheet: https://www.infineon.com/dgdl/Infineon-S29GL064S_64-MBIT_(8_MBYTE)_3.0_V_FLASH_MEMORY-DataSheet-v09_...

Thanks,
Ronak

View solution in original post

0 Likes
1 Reply
Ronak
Moderator
Moderator
Moderator
50 solutions authored 250 sign-ins 50 replies posted

Hi,

Your Flash ID is correct. For more details on Flash ID you can refer to the page 20 of our datasheet: https://www.infineon.com/dgdl/Infineon-S29GL064S_64-MBIT_(8_MBYTE)_3.0_V_FLASH_MEMORY-DataSheet-v09_...

Thanks,
Ronak

0 Likes