Re: [Flashforth-devel] Pic24_33 Stack sizes in 16byte multiplies
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2015-06-07 17:14:47
|
I changed all FF versions to use 16-bit task size parameters. It had been in the backlog for a while :-) It should not affect any user code. But you have to use the latest version of TASK: and TINIT with this change. git pull ! On 07.06.2015 13:28, om1zz wrote: > Hi, while playing with calling external C functions (with an intention to run larger drivers - fat, tft, etc) I see the rstack of max 256 bytes is not enough. Even a smaller Cfun (with rtc running in intr) consumes ~240bytes of rstack (rstack is used as the Cfun stack afaik). > > Igor > > ------------------------------------------------------------------------------ > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |