Converting from BS2 to BS2sx
Chicago Mike
Posts: 88
So one of my projects has grown too big for my original BS2, so I went and bought a BS2sx, because I needed more programming space. I was at the limit, literally with code length. I changed the compiler directive, and according to the memory map after rerunning, I have no more room? I added a few lines of code and I'm still out of room? What am I doing wrong here?
Comments
You only have one set of variables, but you'll need to define them in all the programs, and this must be done so that they end up in the same place, too.
I suggest that you read Nuts&Volts column 87: Multibank programming
Edit: I forgot that the BS2sx had scratchpad RAM, and that is of course the recommended way of passing variables.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
Post Edited (Gadgetman) : 3/18/2006 9:34:10 PM GMT