t-edson / PicPas

Compilador en Pascal para microcontroladores PIC / Pascal compiler for PIC microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error maximum number of RAM

alexpseletr opened this issue · comments

I do not know if it is some error of mine, but in pic 12f675 it shows 128B of maximum ram, that value is that of ram eprom is 64 and in 16f877A it shows 416 in datasheet 368

may not be anything, but I'm reporting to improve the app

I found some settings in pic16Devices.pas but I did not succeed in fixing

I have seen it before. I remember it was an issue about the procedure that make the calculus. It was considering the common RAM too. I will check.

Algorithm to calculate the available RAM has been fixed. Please check.
PicPas is using now the library PicUtils in version 1.2 (changes made here).