Question
How Is "system_stm32xxxx.c" File Included?
I'm having a brain fart and can't figure this out. I'm porting an existing project from the STM32F205 series to the STM32L496 series. So I replaced "system_stmf2xx.c" with "system_stml4xx.c" in my project workspace, but my compiler (IAR) isn't picking it up. It looks like the startup_stm32l496xx.s assembly file is making calls into the system file. So where is the startup file included?