FRDM K64F board startup source code

Arch Newbie.
Where can I find the source code for FRDM-K64F board?

By this I mean the code that starts at address 0 and eventually calls main.

There once was an “Accepted Answer” in one search but it led to 404, a broken link.

I am probably missing something but why is it so hard to find?

Thanks,
Merle

I think it would be this: mbed-os/startup_MK64F12.S at master · ARMmbed/mbed-os · GitHub
It did take a bit of digging!

THANKS Jamie!

I think that’s it. I’ll study it. The path gives insight too.

Thanks,
Merle

Hi Jamie,

Here’s where mine turned out to be:

Mbed Studio/library-pipeline/mbed-os/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/device/

TOOLCHAIN_ARM_STD/startup_MK64F12.S

TOOLCHAIN_GCC_ARM/startup_MK64F12.S

TOOLCHAIN_IAR/startup_MK64F12.S

Thanks,
Merle