This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

__isr_vector size

Hello,

I just had a look at the gcc_startup_nrf52.S file and now I wonder, what the reason might be for the huge amount of reserved interrupt slots? According to my math, there are 804 bytes reserved. If I have an application and a bootloader on a device, it would sum up to 1,608 bytes. I mean it's not terribly much, but not negligible. Is there a particular reason for this?

Kind regards,

Torsten

Related