large_array_3

Large Array_3 library

Author Oliver "Kiste" Seitz, copyright © 2009..2020, all rights reserved.
Adapted-by
Compiler >=2.5r6

Description

This library is for creating an array that take up more than one
             GPR segment of memory. Works for PIC14(H) and PIC16 cores. It is 
             a complete rewrite of the original large_array_3 lib.


Sources

This file is generated by script: generate_large_array.py


Notes

For controllers with PIC16 core (labeled PIC18(l)f...)
Supports byte array with up to 14848 entries (LARGE_ARRAY_1_VARIABLE_SIZE = 1)
Supports word array with up to 7424 entries (LARGE_ARRAY_1_VARIABLE_SIZE = 2)
Supports dword array with up to 3712 entries (LARGE_ARRAY_1_VARIABLE_SIZE = 4)


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

Here are the list of samples which use this library:

16f182516f1825_large_array.jal