Tool/software:
i use m0g3519 with use gpio_toggle_output_LP_MSPM0G3519_nortos_ticlang sample code
my quest is why only debug mode no release?
or don't care debug mode or release mode,it's .bin file same as release mode ,is right?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
i use m0g3519 with use gpio_toggle_output_LP_MSPM0G3519_nortos_ticlang sample code
my quest is why only debug mode no release?
or don't care debug mode or release mode,it's .bin file same as release mode ,is right?
Hi Jaures,
Yes, the generated .bin or .out file is already the executable file for flashing to MCU. You do not need to need to care for debug and release mode.
Or what extra feature or configuration do you want to add to the "release" mode?