I am doing my final year project on Embedded systems which deals with the development of flash memory using Am29DL640H IC for my project.
Can anybody help me out in the coding process, for writing into a specific memory location.
Like in this project we have to write the data AA into the memory location 555
n similarly 55 into memory location AAA.
Can anyone help out in this work
Read the compiler documentation. There is usually a directive to do this.
For example, using Freescale Code Warrior, to locate a variable at a specific location and initialize it, you could write,