Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I want to use flash memory from 0x0 until 0x2FFFF for my program, 0x30000 until 0x31FFF for time value, 0x32000 until 0x57FFF for log value.
i already set the NVS:
but i got error while change linker command file (ccc13x2_cc26x2_tirtos7.cmd) for change the flash size from 0x58000 to 0x30000.
my program suddenly error in half of program running, then can't be reboot again. but the program can run normally while i used 0x58000 flash size.
i did this condition because in the future i want to used 0x0 until 0xFFFF for bootloader and 0x10000 until 0x2FFFF for my program