Author | Oliver "Kiste" Seitz, copyright © 2009..2020, all rights reserved. |
Adapted-by | |
Compiler | >=2.5r6 |
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_2 lib.
This file is generated by script: generate_large_array.py
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)
No dependency found