How to specify an offset within a memory segment in a section placement file?

Comments

3 comments

  • Avatar
    Jon Elliott

    You can set the FlexSPISTART and FlexSPISIZE macros as required for each project using the Code > Linker > Memory Map Macros project property.

    1
    Comment actions Permalink
  • Avatar
    Ed Graham

    Thanks Jon - I've done that now and both projects are now compiled and linked successfully.  However, when trying to download the one that starts at the midpoint address 0x62000000 I get the following error:

    Memory erase operation failed: no driver installed for memory range

    Any ideas?

    0
    Comment actions Permalink
  • Avatar
    Ed Graham

    I've worked this one out now - my FlexSPI memory component wasn't as big as I thought it was!  So the memory addresses I was using were all out of range ... this has now been fixed.

    0
    Comment actions Permalink

Please sign in to leave a comment.