Write in flesh-memory.

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

cross mob
Anonymous
Not applicable
        Hello!   
I need to write down massive from operative memory of the controller in flesh-memory. How it to make? Can give an example? I will be very grateful for the help.   
0 Likes
6 Replies
Anonymous
Not applicable
        Hi,   
   
You can use EEPROM user module to write into Flash during run time.   
   
Please find the attached user module datasheet and sample code given in it.   
   
I do not have example project.   
   
Cheers,   
Brijesh   
0 Likes
Anonymous
Not applicable
        bash,   
thank you very much!   
0 Likes
Anonymous
Not applicable

You are most welcome........

Cheers,
Brijesh

0 Likes
Anonymous
Not applicable
        Hi,   
   
Here is an example project.   
   
This project is made with PSD4.x. So, when you open this with the latest PSoC Designer version 5.0, it will prompt for changing the project structure. Select OK for the restructuring.   
   
   
Cheers,   
Brijesh   
0 Likes
Anonymous
Not applicable
        I have understood yesterday how to work with this user module. Thanks for an example, was surprised to that interruptions can be processed in language С... earlier I wrote processing of interruptions on asm.   
0 Likes
Anonymous
Not applicable
        Hi,   
   
It is always best practice to write ISR(Interrupt Service Routine) in ASM compare to C language.   
   
Cheers,   
Brijesh   
0 Likes