Part Number: CC2642R
Hello TI Team,
Using simple_peripheral_oad_offchip_CC26X2R1_LAUNCHXL_tirtos_ccs example from simplelink_cc13x2_26x2_sdk_4_20_00_35 I discovered an issue in linker cmd file.
The calculation of FLASH section is not correct:
Expected lenght is: 0x55f30
The problem seems to be the FLASH_START macro. Using braces like length = (FLASH_END - (FLASH_START) + 1) might solve this issue.
For the example I would also prefer to have the .ccfg section placed correctly in the linker cmd file otherwise changes in syscfg will not take an effect.
Regards,
Tobias