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.

TIDM-DC-DC-BUCK: Change target LAUNCHXL-F280049C by LAUNCHXL-F280025C

Part Number: TIDM-DC-DC-BUCK
Other Parts Discussed in Thread: LAUNCHXL-F280025C, BOOSTXL-BUCKCONV,

Hi Expert,

I try to modify the example code based on F28004x  for BOOSTXL-BUCKCONV (in the TIDM-DC-DC-BUCK CONVERTER) to make it run on  my LAUNCHXL-F280025C. So I have an issue when I load the program

(message : 

RAM initialization done

C28xx_CPU1: GEL Output:
Memory Map Initialization Complete
C28xx_CPU1: GEL Output: ... DCSM Initialization Start ...
C28xx_CPU1: GEL Output: ... DCSM Initialization Done ...
C28xx_CPU1: GEL Output: ... DCSM Initialization Start ...
C28xx_CPU1: GEL Output: ... DCSM Initialization Done ...
C28xx_CPU1: GEL Output: ... DCSM Initialization Start ...
C28xx_CPU1: GEL Output: ... DCSM Initialization Done ...
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.)

I have replace the target on targetConfigs file, I configure correctly GPIO (this is not the problem), I include F28002x\driverlib and it doesn't work anyway.

Can you help me please ? What I forget ?

You can see others screen shot for  my project : 

Thanks

Damien

  • Damien,

    It looks like the project build is trying to make use of memory that is not available. Did you update or replace the linker command file (f28004x_flash_lnk.cmd) to reconcile the memory differences between F28004x and F28002x?

    -Tommy