search

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

cross mob
Anonymous
Not applicable

Dear sir,

            I am working with FM25V02A (EEPROM ) with tms320f28335 microcontroller .Is any sample code is available plz send me.

Message was edited by: Joshi Maahesh

0 Likes
1 Solution
PradiptaB_11
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Hi Maahesh,

We have some example code for FRAMs with PSoC 4 and PSoC 3. You can go through them and get an idea so that you can compose one for your microcontroller.

http://www.cypress.com/file/46161/download

http://www.cypress.com/file/46256/download

Thanks,

Pradipta.

View solution in original post

0 Likes
7 Replies
PradiptaB_11
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Hi Maahesh,

We have some example code for FRAMs with PSoC 4 and PSoC 3. You can go through them and get an idea so that you can compose one for your microcontroller.

http://www.cypress.com/file/46161/download

http://www.cypress.com/file/46256/download

Thanks,

Pradipta.

0 Likes
Anonymous
Not applicable

Dear sir ,

                thanks for ur reply. please can able to tell me write protection is used in our FRAM-25v02A.

1.why used  write protection (WP)?

2.what is necessity of write protection (WP)?

3.why  write protection (WP) provided?,if I am not used it what problems will come?

please explin in brief:

0 Likes

Hi Maheesh,

The Write protect feature is used to prevent any inadvertent write to the memory (FRAM). If the control signals to the FRAM is not applied properly then there is a possibility of data corruption( Say WE and CE are low and you did not intend for that to happen. So it can initiate a write operation).

On details of how to use it you can refer to the datasheet itself on page 7 which explains the complete features.

If you do not want to use the write protect feature you can just connect the WP pin to VDD. There are no side effects of not not using this feature. So you will not observe any problems.

Thanks,

Pradipta.

0 Likes
Anonymous
Not applicable

How do I erase an EEPROM  and is it necessary to do it.please explain the procedure.

0 Likes

Hi Maahesh,

The part we are discussing about is a FRAM part and not an EEPROM. FRAMs cannot be erased. You will simply have to overwrite the data in the FRAM with new data if you want to remove the previous data.

Thanks,

Pradipta.

0 Likes
Anonymous
Not applicable

Dear sir,

        thanks for your reply.In FRAM --we wcanot erase memory .If I used any EEPROM ,plz give ur valuable suggestion how I erase the EEPEOM?

0 Likes
Anonymous
Not applicable

Dear sir,

            Thank u sir

0 Likes