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.

RM48L952: Programming RM48L952 using XDS100v2 outside of CCS

Part Number: RM48L952
Other Parts Discussed in Thread: UNIFLASH

How do I program RM48L952 processor using XDS100v2 outside of CCS?

  • You can use Uniflash to program/erase/verify flash memory on RM4x parts.

    Get Uniflash at: www.ti.com/.../UNIFLASH

    Regards,
    Sunil
  • Sunil, Thank you for your help, good suggestion and I've got UniFlash now. It works ok but at the verification failes;
    [6/9/2018 10:39:32 am] [ERROR] CortexR4: File Loader: Verification failed: Values at address 0xF0100000 do not match Please verify target memory and memory map.
    I have tried different options but it didn't help. After loading an image the program runs and it appears that an image was loaded correctly, it just verification is failing. Any suggestion?
    Tadeusz...
  • Tadeusz,

    Which flash banks are you programming using Uniflash? The address 0xF0100000 is for the ECC space for bank 7. You can only program the flash banks 0 and 1 using Uniflash, and then use F021 flash API-based calls to program/erase bank 7.

    Regards, Sunil

  • Sunil, thank you again.

    This is .map file (the beginning of it):

    ******************************************************************************
                      TI ARM Linker PC v5.1.10                    
    ******************************************************************************
    >> Linked Thu Sep 06 14:40:10 2018

    OUTPUT FILE NAME:   <12035-LIM.out>
    ENTRY POINT SYMBOL: "_c_int00"  address: 00034ea0


    MEMORY CONFIGURATION

             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
      VERSION               00010000   00000010  00000008  00000008  RW   (ffffffff)
      VECTORS               00020000   00000020  00000020  00000000     X  ffffffff
      FLASH0                00020020   0015ffe0  0001739a  00148c46  R  X (ffffffff)
      FLASH1                00180000   00180000  00000000  00180000  R  X (ffffffff)
      STACKS                08000000   00001500  00000000  00001500  RW 
      RAM                   08001500   0003eaff  0001602b  00028ad4  RW 
      ECC_FLA7              f0100000   00002000  00002000  00000000  R  
      FLASH7                f0200000   00010000  00000000  00010000  R    (ffffffff)
      ECC_VER               f0402000   00000002  00000002  00000000  R  
      ECC_VEC               f0404000   00000004  00000004  00000000  R  
      ECC_FLA0              f0404004   0002bffc  0002bffc  00000000  R  
      ECC_FLA1              f0430000   00030000  00030000  00000000  R  

    and when I switch verification off the output is as follows:

    [7/9/2018 1:21:01 pm] [INFO] CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0
    [7/9/2018 1:21:02 pm] [INFO] CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset
    [7/9/2018 1:21:02 pm] [INFO] CortexR4: Writing Flash @ Address 0x00000000 of Length 0x0000107c
    [7/9/2018 1:21:05 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 0
    [7/9/2018 1:21:06 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 1
    [7/9/2018 1:21:06 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 2
    [7/9/2018 1:21:07 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 3
    [7/9/2018 1:21:07 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 4
    [7/9/2018 1:21:08 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 5
    [7/9/2018 1:21:08 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 6
    [7/9/2018 1:21:08 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 7
    [7/9/2018 1:21:09 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 8
    [7/9/2018 1:21:09 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 9
    [7/9/2018 1:21:10 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 10
    [7/9/2018 1:21:10 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 11
    [7/9/2018 1:21:11 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 12
    [7/9/2018 1:21:11 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 13
    [7/9/2018 1:21:12 pm] [INFO] CortexR4: Erasing Flash Bank 0, Sector 14
    [7/9/2018 1:21:12 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 0
    [7/9/2018 1:21:12 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 1
    [7/9/2018 1:21:13 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 2
    [7/9/2018 1:21:13 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 3
    [7/9/2018 1:21:14 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 4
    [7/9/2018 1:21:14 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 5
    [7/9/2018 1:21:15 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 6
    [7/9/2018 1:21:15 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 7
    [7/9/2018 1:21:16 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 8
    [7/9/2018 1:21:16 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 9
    [7/9/2018 1:21:17 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 10
    [7/9/2018 1:21:17 pm] [INFO] CortexR4: Erasing Flash Bank 1, Sector 11
    [7/9/2018 1:21:17 pm] [INFO] CortexR4: Erasing Flash Bank 7, Sector 0
    [7/9/2018 1:21:18 pm] [INFO] CortexR4: Erasing Flash Bank 7, Sector 1
    [7/9/2018 1:21:18 pm] [INFO] CortexR4: Erasing Flash Bank 7, Sector 2
    [7/9/2018 1:21:19 pm] [INFO] CortexR4: Erasing Flash Bank 7, Sector 3
    [7/9/2018 1:21:20 pm] [INFO] CortexR4: Writing Flash @ Address 0x00001100 of Length 0x00007ff0
    [7/9/2018 1:21:22 pm] [INFO] CortexR4: Writing Flash @ Address 0x000090f0 of Length 0x000065b0
    [7/9/2018 1:21:23 pm] [INFO] CortexR4: Writing Flash @ Address 0x00010000 of Length 0x00000008
    [7/9/2018 1:21:23 pm] [INFO] CortexR4: Writing Flash @ Address 0x00020000 of Length 0x00000044
    [7/9/2018 1:21:24 pm] [INFO] CortexR4: Writing Flash @ Address 0x00020050 of Length 0x00007ff0
    [7/9/2018 1:21:26 pm] [INFO] CortexR4: Writing Flash @ Address 0x00028040 of Length 0x00007ff0
    [7/9/2018 1:21:27 pm] [INFO] CortexR4: Writing Flash @ Address 0x00030030 of Length 0x00007398
    [7/9/2018 1:21:29 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0100000 of Length 0x00002000
    [7/9/2018 1:21:29 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0400000 of Length 0x00002004
    [7/9/2018 1:21:30 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0404000 of Length 0x00007ff0
    [7/9/2018 1:21:32 pm] [INFO] CortexR4: Writing Flash @ Address 0xf040bff0 of Length 0x00007ff0
    [7/9/2018 1:21:33 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0413fe0 of Length 0x00007ff0
    [7/9/2018 1:21:35 pm] [INFO] CortexR4: Writing Flash @ Address 0xf041bfd0 of Length 0x00007ff0
    [7/9/2018 1:21:36 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0423fc0 of Length 0x00007ff0
    [7/9/2018 1:21:38 pm] [INFO] CortexR4: Writing Flash @ Address 0xf042bfb0 of Length 0x00007ff0
    [7/9/2018 1:21:40 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0433fa0 of Length 0x00007ff0
    [7/9/2018 1:21:41 pm] [INFO] CortexR4: Writing Flash @ Address 0xf043bf90 of Length 0x00007ff0
    [7/9/2018 1:21:43 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0443f80 of Length 0x00007ff0
    [7/9/2018 1:21:44 pm] [INFO] CortexR4: Writing Flash @ Address 0xf044bf70 of Length 0x00007ff0
    [7/9/2018 1:21:46 pm] [INFO] CortexR4: Writing Flash @ Address 0xf0453f60 of Length 0x00007ff0
    [7/9/2018 1:21:47 pm] [INFO] CortexR4: Writing Flash @ Address 0xf045bf50 of Length 0x000040b0
    [7/9/2018 1:21:48 pm] [INFO] CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset
    [7/9/2018 1:21:51 pm] [SUCCESS] Program Load completed successfully.
    The UNIFLASH tries to write to f0100000... address. You suggest that I should also use F021 flash API-based calls, I am not sure how to do that.
    When I us CCS with XDS100v2 to load an image the output is:

    CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0CortexR4: Writing Flash @ Address 0x00000000 of Length 0x0000107C

    CortexR4: Erasing Flash Bank 0, Sector 0

    CortexR4: Erasing Flash Bank 0, Sector 1

    CortexR4: Erasing Flash Bank 0, Sector 2

    CortexR4: Erasing Flash Bank 0, Sector 3

    CortexR4: Erasing Flash Bank 0, Sector 4

    CortexR4: Erasing Flash Bank 0, Sector 5

    CortexR4: Erasing Flash Bank 0, Sector 6

    CortexR4: Erasing Flash Bank 0, Sector 7

    CortexR4: Erasing Flash Bank 0, Sector 8

    CortexR4: Erasing Flash Bank 0, Sector 9

    CortexR4: Erasing Flash Bank 0, Sector 10

    CortexR4: Erasing Flash Bank 0, Sector 11

    CortexR4: Erasing Flash Bank 0, Sector 12

    CortexR4: Erasing Flash Bank 0, Sector 13

    CortexR4: Erasing Flash Bank 0, Sector 14

    CortexR4: Erasing Flash Bank 1, Sector 0

    CortexR4: Erasing Flash Bank 1, Sector 1

    CortexR4: Erasing Flash Bank 1, Sector 2

    CortexR4: Erasing Flash Bank 1, Sector 3

    CortexR4: Erasing Flash Bank 1, Sector 4

    CortexR4: Erasing Flash Bank 1, Sector 5

    CortexR4: Erasing Flash Bank 1, Sector 6

    CortexR4: Erasing Flash Bank 1, Sector 7

    CortexR4: Erasing Flash Bank 1, Sector 8

    CortexR4: Erasing Flash Bank 1, Sector 9

    CortexR4: Erasing Flash Bank 1, Sector 10

    CortexR4: Erasing Flash Bank 1, Sector 11

    CortexR4: Erasing Flash Bank 7, Sector 0

    CortexR4: Erasing Flash Bank 7, Sector 1

    CortexR4: Erasing Flash Bank 7, Sector 2

    CortexR4: Erasing Flash Bank 7, Sector 3

    CortexR4: Verifying Flash @ Address 0x00000000 of length 0x0000107C

    CortexR4: Finish Writing Flash @ Address 0x00000000 of Length 0x0000107C

    CortexR4: Writing Flash @ Address 0x00001100 of Length 0x00007FF0

    CortexR4: Verifying Flash @ Address 0x00001100 of length 0x00007FF0

    CortexR4: Finish Writing Flash @ Address 0x00001100 of Length 0x00007FF0

    CortexR4: Writing Flash @ Address 0x000090F0 of Length 0x000065B0

    CortexR4: Verifying Flash @ Address 0x000090F0 of length 0x000065B0

    CortexR4: Finish Writing Flash @ Address 0x000090F0 of Length 0x000065B0

    CortexR4: Writing Flash @ Address 0x00010000 of Length 0x00000008

    CortexR4: Verifying Flash @ Address 0x00010000 of length 0x00000008

    CortexR4: Finish Writing Flash @ Address 0x00010000 of Length 0x00000008

    CortexR4: Writing Flash @ Address 0x00020000 of Length 0x00000044

    CortexR4: Verifying Flash @ Address 0x00020000 of length 0x00000044

    CortexR4: Finish Writing Flash @ Address 0x00020000 of Length 0x00000044

    CortexR4: Writing Flash @ Address 0x00020050 of Length 0x00007FF0

    CortexR4: Verifying Flash @ Address 0x00020050 of length 0x00007FF0

    CortexR4: Finish Writing Flash @ Address 0x00020050 of Length 0x00007FF0

    CortexR4: Writing Flash @ Address 0x00028040 of Length 0x00007FF0

    CortexR4: Verifying Flash @ Address 0x00028040 of length 0x00007FF0

    CortexR4: Finish Writing Flash @ Address 0x00028040 of Length 0x00007FF0

    CortexR4: Writing Flash @ Address 0x00030030 of Length 0x00007398

    CortexR4: Verifying Flash @ Address 0x00030030 of length 0x00007398

    CortexR4: Finish Writing Flash @ Address 0x00030030 of Length 0x00007398

    CortexR4: 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.

    CortexR4: AutoRun: Target not run as the symbol "main" is not defined

    Program runs after power up and everything (all program functions work ok) but to me this not a clean image loading???

    Regards,

    Tadeusz...

  • Thanks for that information Tadeusz. You are using linker-generated ECC. Please refer to the linker manual from this page: www.ti.com/.../spnu118

    Specifically section 8.5.9 on "Configuring Error Correcting Code (ECC) with the Linker". In this case, you need to disable the "auto ECC generation" from either Uniflash or CCS, when programming the part.

    Regards,
    Sunil
  • Thank you Sunil,

    You are right, when I disabled the "auto ECC generation" on UniFlash and enabled "Verification" the image loading was successful and very clean, i.e. no warnings or question marks on anything. Now the UniFlash output is:

    [10/9/2018 10:31:00 am] [INFO] CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0
    [10/9/2018 10:31:35 am] [INFO] CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0
    [10/9/2018 10:31:35 am] [INFO] CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset
    [10/9/2018 10:31:35 am] [INFO] CortexR4: Writing Flash @ Address 0x00000000 of Length 0x0000107c
    [10/9/2018 10:31:39 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 0
    [10/9/2018 10:31:39 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 1
    [10/9/2018 10:31:40 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 2
    [10/9/2018 10:31:40 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 3
    [10/9/2018 10:31:41 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 4
    [10/9/2018 10:31:41 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 5
    [10/9/2018 10:31:42 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 6
    [10/9/2018 10:31:42 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 7
    [10/9/2018 10:31:43 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 8
    [10/9/2018 10:31:43 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 9
    [10/9/2018 10:31:44 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 10
    [10/9/2018 10:31:44 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 11
    [10/9/2018 10:31:45 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 12
    [10/9/2018 10:31:45 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 13
    [10/9/2018 10:31:46 am] [INFO] CortexR4: Erasing Flash Bank 0, Sector 14
    [10/9/2018 10:31:46 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 0
    [10/9/2018 10:31:47 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 1
    [10/9/2018 10:31:47 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 2
    [10/9/2018 10:31:48 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 3
    [10/9/2018 10:31:48 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 4
    [10/9/2018 10:31:49 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 5
    [10/9/2018 10:31:49 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 6
    [10/9/2018 10:31:50 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 7
    [10/9/2018 10:31:50 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 8
    [10/9/2018 10:31:51 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 9
    [10/9/2018 10:31:51 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 10
    [10/9/2018 10:31:52 am] [INFO] CortexR4: Erasing Flash Bank 1, Sector 11
    [10/9/2018 10:31:52 am] [INFO] CortexR4: Erasing Flash Bank 7, Sector 0
    [10/9/2018 10:31:53 am] [INFO] CortexR4: Erasing Flash Bank 7, Sector 1
    [10/9/2018 10:31:53 am] [INFO] CortexR4: Erasing Flash Bank 7, Sector 2
    [10/9/2018 10:31:54 am] [INFO] CortexR4: Erasing Flash Bank 7, Sector 3
    [10/9/2018 10:31:55 am] [INFO] CortexR4: Verifying Flash @ Address 0x00000000 of length 0x0000107C
    [10/9/2018 10:31:56 am] [INFO] CortexR4: Writing Flash @ Address 0x00001100 of Length 0x00007ff0
    [10/9/2018 10:31:58 am] [INFO] CortexR4: Verifying Flash @ Address 0x00001100 of length 0x00007FF0
    [10/9/2018 10:31:58 am] [INFO] CortexR4: Writing Flash @ Address 0x000090f0 of Length 0x000065b0
    [10/9/2018 10:32:00 am] [INFO] CortexR4: Verifying Flash @ Address 0x000090F0 of length 0x000065B0
    [10/9/2018 10:32:00 am] [INFO] CortexR4: Writing Flash @ Address 0x00010000 of Length 0x00000008
    [10/9/2018 10:32:01 am] [INFO] CortexR4: Verifying Flash @ Address 0x00010000 of length 0x00000008
    [10/9/2018 10:32:01 am] [INFO] CortexR4: Writing Flash @ Address 0x00020000 of Length 0x00000044
    [10/9/2018 10:32:02 am] [INFO] CortexR4: Verifying Flash @ Address 0x00020000 of length 0x00000044
    [10/9/2018 10:32:02 am] [INFO] CortexR4: Writing Flash @ Address 0x00020050 of Length 0x00007ff0
    [10/9/2018 10:32:04 am] [INFO] CortexR4: Verifying Flash @ Address 0x00020050 of length 0x00007FF0
    [10/9/2018 10:32:05 am] [INFO] CortexR4: Writing Flash @ Address 0x00028040 of Length 0x00007ff0
    [10/9/2018 10:32:07 am] [INFO] CortexR4: Verifying Flash @ Address 0x00028040 of length 0x00007FF0
    [10/9/2018 10:32:07 am] [INFO] CortexR4: Writing Flash @ Address 0x00030030 of Length 0x00007398
    [10/9/2018 10:32:09 am] [INFO] CortexR4: Verifying Flash @ Address 0x00030030 of length 0x00007398
    [10/9/2018 10:32:09 am] [INFO] CortexR4: Writing Flash @ Address 0xf0100000 of Length 0x00002000
    [10/9/2018 10:32:11 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0100000 of length 0x00002000
    [10/9/2018 10:32:11 am] [INFO] CortexR4: Writing Flash @ Address 0xf0400000 of Length 0x00002004
    [10/9/2018 10:32:12 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0400000 of length 0x00002004
    [10/9/2018 10:32:13 am] [INFO] CortexR4: Writing Flash @ Address 0xf0404000 of Length 0x00007ff0
    [10/9/2018 10:32:15 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0404000 of length 0x00007FF0
    [10/9/2018 10:32:15 am] [INFO] CortexR4: Writing Flash @ Address 0xf040bff0 of Length 0x00007ff0
    [10/9/2018 10:32:18 am] [INFO] CortexR4: Verifying Flash @ Address 0xF040BFF0 of length 0x00007FF0
    [10/9/2018 10:32:18 am] [INFO] CortexR4: Writing Flash @ Address 0xf0413fe0 of Length 0x00007ff0
    [10/9/2018 10:32:21 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0413FE0 of length 0x00007FF0
    [10/9/2018 10:32:21 am] [INFO] CortexR4: Writing Flash @ Address 0xf041bfd0 of Length 0x00007ff0
    [10/9/2018 10:32:23 am] [INFO] CortexR4: Verifying Flash @ Address 0xF041BFD0 of length 0x00007FF0
    [10/9/2018 10:32:24 am] [INFO] CortexR4: Writing Flash @ Address 0xf0423fc0 of Length 0x00007ff0
    [10/9/2018 10:32:26 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0423FC0 of length 0x00007FF0
    [10/9/2018 10:32:27 am] [INFO] CortexR4: Writing Flash @ Address 0xf042bfb0 of Length 0x00007ff0
    [10/9/2018 10:32:28 am] [INFO] CortexR4: Verifying Flash @ Address 0xF042BFB0 of length 0x00004050
    [10/9/2018 10:32:30 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0430000 of length 0x00003FA0
    [10/9/2018 10:32:31 am] [INFO] CortexR4: Writing Flash @ Address 0xf0433fa0 of Length 0x00007ff0
    [10/9/2018 10:32:33 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0433FA0 of length 0x00007FF0
    [10/9/2018 10:32:33 am] [INFO] CortexR4: Writing Flash @ Address 0xf043bf90 of Length 0x00007ff0
    [10/9/2018 10:32:36 am] [INFO] CortexR4: Verifying Flash @ Address 0xF043BF90 of length 0x00007FF0
    [10/9/2018 10:32:36 am] [INFO] CortexR4: Writing Flash @ Address 0xf0443f80 of Length 0x00007ff0
    [10/9/2018 10:32:39 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0443F80 of length 0x00007FF0
    [10/9/2018 10:32:39 am] [INFO] CortexR4: Writing Flash @ Address 0xf044bf70 of Length 0x00007ff0
    [10/9/2018 10:32:42 am] [INFO] CortexR4: Verifying Flash @ Address 0xF044BF70 of length 0x00007FF0
    [10/9/2018 10:32:42 am] [INFO] CortexR4: Writing Flash @ Address 0xf0453f60 of Length 0x00007ff0
    [10/9/2018 10:32:44 am] [INFO] CortexR4: Verifying Flash @ Address 0xF0453F60 of length 0x00007FF0
    [10/9/2018 10:32:45 am] [INFO] CortexR4: Writing Flash @ Address 0xf045bf50 of Length 0x000040b0
    [10/9/2018 10:32:46 am] [INFO] CortexR4: Verifying Flash @ Address 0xF045BF50 of length 0x000040B0
    [10/9/2018 10:32:47 am] [INFO] CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset
    [10/9/2018 10:32:49 am] [SUCCESS] Program Load completed successfully.
    To me it looks ok.
    Regards,
    Tadeusz...