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.

TMS320F2800152-Q1: Issues Writing to Flash :

Part Number: TMS320F2800152-Q1
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

Tool/software:

Controller : F2800152

C2000ware Version : C2000Ware_5_03_00_00

Issue : C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.

The code functions properly in debug mode, ie, while running from RAM. I am using the standard cmd file : 280015x_generic_ram_lnk  without edit from C2000ware. However while trying to Boot from Flash,(280015x_generic_flash_lnk) I get the following error : 

I have added the Map file. 

Additionally I found that this error goes away when I comment InitPieVectTable(); from the main code. However, Obviously, the code wont work. The map file shows ISRs at  FLASH_BANK0_SEC_8_15 

I cannot find obvious issues in the linker file. Any help is appreciated. Thanks !

  • Hi Jobin,

    This could be a GEL file issue, which CCS version are you using?

    Were you getting similar error when you run any C2000Ware SDK examples?

    I have added the Map file. 

    Can you attach the map file for reference.

    Thanks

    Aswin

  • Hi Aswin, 

    Here is the Info: 

    Code Composer Studio
    Version: 12.6.0.00008

    OS: Windows 10, v.10.0, x86_64 / win32
    Java vendor: Eclipse Adoptium
    Java runtime version: 11.0.13+8
    Java version: 11.0.13

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    ******************************************************************************
    TMS320C2000 Linker PC v22.6.1
    ******************************************************************************
    >> Linked Mon Oct 28 13:41:42 2024
    OUTPUT FILE NAME: <OTTAM_C.out>
    ENTRY POINT SYMBOL: "_c_int00" address: 0008322e
    MEMORY CONFIGURATION
    name origin length used unused attr fill
    ---------------------- -------- --------- -------- -------- ---- --------
    PAGE 0:
    BOOT_RSVD 00000002 00000126 00000000 00000126 RWIX
    RAMM0 00000128 000002d8 00000000 000002d8 RWIX
    RAMM1 00000400 000003f8 00000200 000001f8 RWIX
    RAMLS0 00008000 00002000 000000f6 00001f0a RWIX
    RAMLS1 0000a000 00001ff8 00000000 00001ff8 RWIX
    BEGIN 00080000 00000002 00000002 00000000 RWIX
    FLASH_BANK0_SEC_0_7 00080002 00001ffe 00000052 00001fac RWIX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    I am getting this error only for 280152. I dont have problems with 28027 or Delfino. 

  • Edit : *2800152

  • I don't find an issue with the map file, can you upgrade to latest CCS12.8 version to get it confirmed if it is not a GEL issue or not.

    Also do you find the issue when you are building and loading any examples present in the SDK?

    Thanks

    Aswin

  • Hello Aswin,

    I upgraded to latest version in between, but the problem remains. I have the same problem running example codes from flash for the same chip, 2800152. I don't have a problem for 28027 or 28069 

    Thanks. 

  • Hi Jobin, 

    Just for a confirmation, are you facing issue with SDK examples in flash configuration?

  • Same error happens for sdk examples in flash configurations, only for 2800152. 

  • Hi Jobin,

    Let me try to reproduce the issue from our end, i will get back on this.

    So you are facing this error only in FLASH config and it is not happening in RAM config?

    we were able to run an example from flash into the device without any issues, did you make any updates in linker cmd file? we are using 12.8 CCS version with 5.03released SDK.

    Can you share the linker cmd for further analysis?

    Thanks

    Aswin

  • Hello Aswin,

    Yes, I am getting this error only when running from Flash. I additionally tried to run the examples wit Sysconfig from C2000ware, with exactly the same result. 

    Once again, this error goes away when InitPieVectTable(); is commented.  Here is the linker script:

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    MEMORY
    {
    BEGIN : origin = 0x00080000, length = 0x00000002
    BOOT_RSVD : origin = 0x00000002, length = 0x00000126
    RAMM0 : origin = 0x00000128, length = 0x000002D8
    RAMM1 : origin = 0x00000400, length = 0x000003F8
    // RAMM1_RSVD : origin = 0x000007F8, length = 0x00000008 /* Reserve and do not use for code as per the errata advisory "Memory: Prefetching Beyond Valid Memory" */
    RAMLS0 : origin = 0x00008000, length = 0x00002000
    RAMLS1 : origin = 0x0000A000, length = 0x00001FF8
    // RAMLS1_RSVD : origin = 0x0000BFF8, length = 0x00000008 /* Reserve and do not use for code as per the errata advisory "Memory: Prefetching Beyond Valid Memory" */
    RESET : origin = 0x003FFFC0, length = 0x00000002
    /* Flash sectors */
    FLASH_BANK0_SEC_0_7 : origin = 0x080002, length = 0x1FFE /* on-chip Flash */
    FLASH_BANK0_SEC_8_15 : origin = 0x082000, length = 0x2000 /* on-chip Flash */
    FLASH_BANK0_SEC_16_23 : origin = 0x084000, length = 0x2000 /* on-chip Flash */
    FLASH_BANK0_SEC_24_31 : origin = 0x086000, length = 0x2000 /* on-chip Flash */
    FLASH_BANK0_SEC_32_39 : origin = 0x088000, length = 0x2000 /* on-chip Flash */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Thanks !

  • Hi Jobin,

    in the map file attached above, i still see the ccs version as 12.3 - D:\ti\ccs1230\ccs\tools\compiler\ti-cgt-c2000_22.6.1.LTS\lib\rts2800_fpu32.lib

    Can you try creating a fresh workspace try out, as we were not getting any such warnings from our side - 

    Also you can see in the linker cmd file, there is no page related attribute, i think there is some error in the workspace. Please use a fresh workspace and try again.

    Also try removing FLASH_BANK0_SEC_8_15 from text section and try again to confirm if this is due to this memory location.

    If possible can you share the complete example in zip format so that we can directly look into them.

    Thanks

    Aswin