WEAK references in startup_.s not working?
Hello,
All of the interrupt handling routines in startup_stm32f765xx.s are marked as WEAK linker references. However it appears that some routines can not be overwritten. SysTick_Handler (sorry) is one of those. There are many solutions posted in the forums to address duplicate function references but it appears to me that this should not be an issue.
Is there a problem with the toolchain? It seems like every time I start a new project I need to lookup these work arounds.
TIA
Allen
