2004-12-02 12:59 AM
uPSD 3254 flash memory in code space
2011-05-17 03:04 AM
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. :)
2011-05-17 03:04 AM
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.