Please take a minute to review and accept our Terms of Use.
Welcome to the PLECS User Forum, where you can ask questions and receive answers from other members of the community.

Many technical questions regarding PLECS are answered on the Technical Solutions page of our website. Tutorial videos, specific application examples, and pre-recorded webinars are available on our YouTube page. Please follow us on LinkedIn for the latest Plexim news.

Errors during the CCS project code generation by 28069 launchpad

0 votes
506 views

I am generating C code for my 28069 launchpad ,it works perfectly when I using it directly but the error occurs when I want to generate the code in CCS project ,the error message is as follows:

So is  the code I generate too big for memory of my launchpad?

 

Description Resource Path Location Type

gmake: Target 'all' not remade because of errors. dev_28069_Dec__6_v1 C/C++ Problem

IQTABLES memory range has already been F28069.cmd /dev_28069_Dec__6_v1/app line 37 C/C++ Problem

IQTABLES memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 37 C/C++ Problem

IQTABLES2 memory range has already been F28069.cmd /dev_28069_Dec__6_v1/app line 38 C/C++ Problem

IQTABLES2 memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 38 C/C++ Problem

IQTABLES3 memory range has already been F28069.cmd /dev_28069_Dec__6_v1/app line 39 C/C++ Problem

IQTABLES3 memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 39 C/C++ Problem

program will not fit into available 28069_RAM_lnk.cmd /dev_28069_Dec__6_v1 line 121 C/C++ Problem

RAML memory range overlaps existing memory F28069.cmd /dev_28069_Dec__6_v1/app line 45 C/C++ Problem

RAML8_RSVD1 memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 55 C/C++ Problem

RAML8_RSVD2 memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 56 C/C++ Problem

RAMM0 memory range has already been F28069.cmd /dev_28069_Dec__6_v1/app line 30 C/C++ Problem

RAMM0 memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 30 C/C++ Problem

RAMM1 memory range has already been F28069.cmd /dev_28069_Dec__6_v1/app line 43 C/C++ Problem

RAMM1 memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 43 C/C++ Problem

RESET memory range has already been F28069.cmd /dev_28069_Dec__6_v1/app line 33 C/C++ Problem

RESET memory range overlaps existing F28069.cmd /dev_28069_Dec__6_v1/app line 33 C/C++ Problem

ROM memory range overlaps existing memory F28069.cmd /dev_28069_Dec__6_v1/app line 32 C/C++ Problem

asked Dec 6, 2020 by shichenseu (299 points)

1 Answer

0 votes
I have solved the problem by replacing the 28069 launchpad with 28379 launchpad
answered Dec 7, 2020 by shichenseu (299 points)
...