This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

allocate fixed flash address for code segment

Hi:

There are two different code segment in my program.I want to allocate the flash for each segment manually.

For example:
segment A from 0x0-0x600
segment B from 0x1000-0x1200

How can I do that? If I have to complete the linking process manually? If so, what command-line control should be included?

Really appreciate your help.

Jason