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.

-ml vs LARGE_MODEL

Hi folks, 

To date I have started new projects (F2802x) by copying the example projects. As CCS V5 and V6 have made creating new projects easier, I decided to start my newest project by using the new project wizard and working from scratch.

When setting up my project settings I find that the wizard has not added a define for LARGE_MODEL, which was used in all previous projects (up to about CCS V4 at least anyway).

Is this define needed if -ml is used to indicate the large memory model to the compiler? I dont use it directly in any C code that I know of. Does it effect assembly or compilation code indirectly?

i.e. Do I need to manually add a define for LARGE_MODEL if I dont directly refer to it within my C code?

Thanks

EDIT: Just noted, same question for _DEBUG and FLASH