Re: PBP RAM allocation - how to find available or total used RAM?
It should be the entire RAM area of the particular pic’s memory map of one bank.
Then the same area is usually mirrored in other banks, so I’d just change the bank and run the same code again.
there is no need to do it that way , most pic chips that have enough ram to consider this treatment will be pic18 or enhanced core pic16's
with an ability for linear memory access anyway , otherwise there is no point
scanning the memory is dead easy , marking the used area is the difficult part.
lumping all your vars into arrays and using EXT referencing for each individual var is impractical , and what about include files
Warning I'm not a teacher
Bookmarks