Part Number: MSP432E411Y
Other Parts Discussed in Thread: SYSCONFIG,
Tool/software: Code Composer Studio
I suspect that the immediate bus fault and the linker warning "warning #10247-D: creating output section ".vtable" without a SECTIONS specification" are related. The crash occurs during the C initialization where the zeroed out RAM gets accomplished. It is a bus fault that sends me to the HWI exception handler long before reaching main().
I have looked everywhere in my project as well as the CCS and the Sysconfig Out of the Box demos and cannot figure out where the .vtable issue is coming from. My builds were working just fine until I started removing warnings from various NDK and RTOS files for declared but unused variables and functions.
All of the files build without errors and the linker spits out a more or less correct binary.
I should learn to follow the advice of "never optimize early" . After 40 years of doing this you would think I would learn :-)
Words of wisdom desired. Where should I look to find where the .vtable is generated? I don't even see a .vtable in the examples.