When i compile my project on visual studio, it seems to be good but visual studio don't create me any binary file. However, i need it to see my project on my board (an LPCXpresso 54628 one).
i tried with MCUXpresso IDE and it create me a binary file, but when i put the file in my board with the USB port, the board don't display anything. I tried with an example project but it's the same... I also tried to rename the file into "firmware.bin" without success.
The check what file format is generated by your Visual Studio setup: open that file in a text editor: if there is 'ELF' at the beginning, it is an ELF/Dwarf file. For the other file formats, see S-Record, Intel Hex and Binary Files | MCU on Eclipse .