Dear TI team,
I created one project and used flash memory's sector 0 to store some data and then upload the code in microcontroller in flash configuration.
Now i created another project by changing debug setting to 'program only' in properties and uploaded in controller, it is able to read the datas of sectors.
So my question is that
1)Is this is the correct way to do? Can we flash multiple different project on controller ?
2)How the memory of flash will affect after that?
3)Can we arrange the flash memory for each part of our code like for different project i can decide where and which part of memory it should use?How to do so?
4)Can we run two or more project at a time?