On 02.07.2014 05:19, Georg Icking-Konert wrote:
> hello all,
> 
> from a previous discussion I learned that far pointers, i.e. 24bit
> address, are not yet supported for the STM8. Just 2 questions:
>
> 2) does this limit code size to 32kB (code flash starts at 0x8000)?

No. Unless you need function pointers to all your functions.
As long as all functions that your pointers point to are in those 32kB,
the other functions can be anywhere, and accessed using banked calls
(using the keyword __banked).

What limits code size to 32 kB is that banked calls are not yet
supported. But banked calls should be much easier to implement than
24-bit pointers.

Philipp


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to