ram overflow error with coustem linker file

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

i develop one project on cy8c4246 using psoc creator and trying to move variable to particular location in ram.For that i modified linker after reading some documents.But when i build code its got ram and flash overflow error this is because below line i think in .map file

   

 

   

 *fill*         0x200004c9 0x200004c7 

   

which is un wanted.i don't know how it enter in map file.here i attach my project.

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received


This Application Note properly defines the step needed to place code and variables in custom locations.Please go through page#23 & #29(section9.3 &9.4)- http://www.cypress.com/file/46521/download This is a KBA for placing functions. http://www.cypress.com/knowledge-base-article/locating-object-files-specific-memory-section-psoc-cre... Assuring you of our best support.
 

View solution in original post

0 Likes
4 Replies
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received


This Application Note properly defines the step needed to place code and variables in custom locations.Please go through page#23 & #29(section9.3 &9.4)- http://www.cypress.com/file/46521/download This is a KBA for placing functions. http://www.cypress.com/knowledge-base-article/locating-object-files-specific-memory-section-psoc-cre... Assuring you of our best support.
 

0 Likes
Anonymous
Not applicable

i already go through this document and done required setting but i think its not taking my custom generated linker file.

0 Likes
Anonymous
Not applicable

sorry its my fault i think path is not properly set.now its working.is it possible that variable will appear in same order as defined in file?

0 Likes
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

You can check that via Debugger

0 Likes