Other Parts Discussed in Thread: CC1350, SYSBIOS, CC1310
Thank you for reviewing the map file.
As I mentioned, the only difference between this project and the older is the new SDK.
During your revision of the .cmd and .cfg files did you see something that may indicate why .resetVecs and .text are trying to use the same address?
Again, the following part was included manually by me in the release.cfg. It was presented there in the older SDK and isn't anymore in the new SDK examples:
/*
* Assign an address for the reset vector.
*
* Default is 0x0, which is the start of Flash. Ordinarily this setting should
* not be changed.
*/
m3Hwi.resetVectorAddress = 0x7000;
Do you think this may be causing the problem?
Is there a different way of telling which address the program should start to be stored? Maybe the new SDK provides a different method.