Skip to main content
Visitor II
January 13, 2005
Question

paging problem

  • January 13, 2005
  • 3 replies
  • 974 views
Posted on January 13, 2005 at 11:26

paging problem

    This topic has been closed for replies.

    3 replies

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

    milkinis,

    I think if you have a single module that's too large for a memory bank, you're going to have trouble. You might want to try a bigger processor or split up some modules. Also, if I remember correctly, you can tell Keil which bank to place each module in to get the layout you need.

    iyenalAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:05

    Hi Phase,

    I split up some c codes in my project and it works.

    I have learned that it is not good to put c files in to the banks

    which contains interrupt service routines...

    Thanks ;)

    iyenalAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:05

    Hi,

    I use uPSD3233BV and Keil compiler.My code has reached to 70K and i tried to use paging.I do all that application note AN1816 says.But keil said address space overflow BANK0. Some of c source files in my project is bigger than 16K.

    Is there any way to increase page size on uPSD3233?