Documentation of PSoC4 map file

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

cross mob
YoIs_1298666
Level 5
Level 5
250 sign-ins 100 replies posted 100 sign-ins

Hello,

There is no documentation that explain map file of PSoC4.

I can find only AN89610 "PSoC® Arm® Cortex® Code Optimization ".

Do you have any document?

Should I refer to GNU Linker like below?

https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_toc.html

https://www.eecs.umich.edu/courses/eecs373/readings/Linker.pdf

Best regards,

Yocchi

0 Likes
1 Solution
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

The map file is not specific for PSoC but toolchain specific.

if you use GNU toolchain, you can search "map file" with GNU. (e.g. GNU documentations contained in PSoC Creator, https://gcc.gnu.org/onlinedocs/gcc/ , and so on.)

Here is an example for GNU documentation in PSoC Creator.

pastedImage_2.png

View solution in original post

0 Likes
1 Reply
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

The map file is not specific for PSoC but toolchain specific.

if you use GNU toolchain, you can search "map file" with GNU. (e.g. GNU documentations contained in PSoC Creator, https://gcc.gnu.org/onlinedocs/gcc/ , and so on.)

Here is an example for GNU documentation in PSoC Creator.

pastedImage_2.png

0 Likes