FM25VN10 FRAM forgetting serial number and device ID?

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

cross mob
Anonymous
Not applicable

I was checking out a FM25VN10 FRAM (an SPI device) using a Raspberry Pi, trying to put together some code for a project which will need to access it in a design. I satisfied myself that I could read and write FRAM memory locations, as well as read out the serial number and device ID.

   

A few days later I ran the same code and found that all the serial number and device ID bytes read out as zero (the device ID 0x7f continuation bytes remained for some reason). Importantly, I saw that my previously-written data was still there. I changed out the chip and ran the same code again on the new chip, and read out a normal serial number and correct device ID.

   

Can there be an undocumented SPI command which might cause the zeroing of these fields? If so, is there some way to lock-out that functionality?

0 Likes
1 Solution
GirijaC
Moderator
Moderator
Moderator
50 sign-ins 25 sign-ins 10 solutions authored

Hi,

   

The corruption may happen due to power ramp specifications violation of the device provided in the datasheet. This might be configuration register corruption which happens during the power up which is causing this failure. Please re-validate your power ramp transitions to avoid same failure on the other chip.

   

Regards,

   

Giirja

View solution in original post

0 Likes
3 Replies