Re: [fpc-devel] AVR HeapSize and StackSize

2019-03-31 Thread Christo Crause
On Sat, Mar 23, 2019 at 9:37 PM Florian Klämpfl wrote: > Am 23.03.2019 um 11:52 schrieb Dimitrios Chr. Ioannidis via fpc-devel: > > Hi, > > > > I'm using the heapmgr unit and, for the atmega328p, AFAIU the default > heap size is 80 bytes. Cause it's too small for > > my needs, I changed to 512

Re: [fpc-devel] AVR HeapSize and StackSize

2019-03-25 Thread Christo Crause
On Sat, Mar 23, 2019 at 9:37 PM Florian Klämpfl wrote: > Am 23.03.2019 um 11:52 schrieb Dimitrios Chr. Ioannidis via fpc-devel: > > Hi, > > > > I'm using the heapmgr unit and, for the atmega328p, AFAIU the default > heap size is 80 bytes. Cause it's too small for > > my needs, I changed to 512

Re: [fpc-devel] AVR HeapSize and StackSize

2019-03-23 Thread Florian Klämpfl
Am 23.03.2019 um 11:52 schrieb Dimitrios Chr. Ioannidis via fpc-devel: > Hi, > >   I'm using the heapmgr unit and, for the atmega328p, AFAIU the default heap > size is 80 bytes. Cause it's too small for > my needs, I changed to 512 bytes ( -Ch512 ). But now I'm worrying for the > stack and heap

[fpc-devel] AVR HeapSize and StackSize

2019-03-23 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   I'm using the heapmgr unit and, for the atmega328p, AFAIU the default heap size is 80 bytes. Cause it's too small for my needs, I changed to 512 bytes ( -Ch512 ). But now I'm worrying for the stack and heap collision.   Can anybody know any resources, docs regarding FPC stack and heap