Re: [Flashforth-devel] PIC18F14K50 + gpasm + gplink
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2021-11-06 04:11:40
|
Well done Tristan, The reason for stack size zero in the linker script is just to indicate to the linker not to reserve any stack space. So I do not think you have broken anything. Maybe you could publish your solution on github or somewhere? Myself I am considering moving FF to compile with XC8 assembler (pic-as). Some new chips (18f16q41) is only supported by XC8. Does gpasm have support for the 18f16q41 ? BR Mikael > The questions I have are - > > What is the reason for the STACK SIZE=0x0 RAM=usbep line in the > original linker file? And by commenting it out have I broken anything > I don't know about yet? -- -- Mikael |