Skip to main content
Visitor II
December 2, 2004
Question

uPSD 3254 flash memory in code space

  • December 2, 2004
  • 2 replies
  • 801 views
Posted on December 02, 2004 at 09:59

uPSD 3254 flash memory in code space

    This topic has been closed for replies.

    2 replies

    dshah08Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:04

    If I map secondary flash of uPSD 3254 in code space from 0000 to 7FFF, and 8 pages of primary flash in 8000 to FFFF of code space, When I execute code cann you treat the code in secondary and primary flash as a contiguous 64K space(0000 to FFFF) ? Just like you had a single memory with 64K of contiguous space. :)

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:04

    Dilip,

    If you're handling the paging yourself, then yes... just treat it as though it were one large application. If you're having the compiler generate paging code, then you need to keep that in mind.