I based my project on the secure wireless uart example in the nrf5 SDK and linked to the precompiled gcc library 802_15_4_lib_gcc.a
I then tried to add multiple entries to the MAC tables in security.c using mac_table_item_set(). All goes well for the first 2 entries, but the 3rd generates a hard fault as the max table limit is hit (table_max_size).

.text.table_max_size 0x0000000000013a58 0x34 ../../../nRF5_SDK/components/802_15_4/secure/802_15_4_lib_gcc.a(mac_mlme_pib_table.o)
According to the ,map file, this is part of the precompiled library, so I am unable to change it. Is there a way around this limit? How to I recompile this library?
Thanks,
Allan