I am using FRDM-MCXN947 and MCUXpresso with on board debugger. But i couldn't find any .elf file in ''PROJECT_NAME/debug'' folder. I need the .elf file for Freemaster.
Hi @embedabu
If you want to generate .elf file.
Go to Project Properties > C/C++ Build > Settings > Build Artifact.
The Artifact Extension is elf.
BR
Harry