BS2pe Memory Usage
Hey All,
I feel like this is ridiculously simple but I'm missing the obvious. I have a rather complex program that I was originally developing on the BS2. It quickly became apparent that I was going to need a lot more EEPROM space than I had as well as some scratchpad RAM. So, I order a BS2pe module, switch it out on my carrier board, change the $STAMP directive, and...
the compiler still serves up the "Data still occupies same location as program" error. How do I take advantage of all my extra memory? I think it probably has something to do with program slots etc, but it's all one program, and I'm not sure what to tell it...
Any pointers in the right direction?
Thanks so much!
I feel like this is ridiculously simple but I'm missing the obvious. I have a rather complex program that I was originally developing on the BS2. It quickly became apparent that I was going to need a lot more EEPROM space than I had as well as some scratchpad RAM. So, I order a BS2pe module, switch it out on my carrier board, change the $STAMP directive, and...
the compiler still serves up the "Data still occupies same location as program" error. How do I take advantage of all my extra memory? I think it probably has something to do with program slots etc, but it's all one program, and I'm not sure what to tell it...
Any pointers in the right direction?
Thanks so much!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Thanks! I'm reading up... I'll be back with any q's.