I think you found the best speaker there is. Thank, gotta watch
12:05
While watching, just stating my problem: The vector table may be located anywhere within the bottom 1 GB of Cortex-M3 address space. The vector table should be located on a 256 word (1024 byte) boundary to insure alignment on LPC176x/5x family devices.
12:06
gotta reallocate the vector table into aligned ram
12:07
might be easier ways there, but I'd like to wrap the vector table into a std::array or some other stl container.