Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello Hotline,
how can I excluded a generaly dedicated Flash sector from "sector Erase" (e.g. Sector H) as well Emulator as stand alone serialbootloader.
Regards
Gerfried
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.
Tool/software: Code Composer Studio
Hello Hotline,
how can I excluded a generaly dedicated Flash sector from "sector Erase" (e.g. Sector H) as well Emulator as stand alone serialbootloader.
Regards
Gerfried
Hello Sal,
aha, I have found in Shared_Boot.c
status = Flash_Erase((SECTORA | SECTORB | SECTORC | SECTORD),
&FlashStatus);
if(status != STATUS_SUCCESS)
{
//
// TODO fix so that it returns a serial error and reboot device
//
return ;
}
here can I modify, it's that so ok?
Regards
Gerfried
Hello Sal,
when I import the project F2837xS_sci_flash_kernel from C2000Ware in CCS7, I can here not read the files
shared_Boot.c,
shared_Erase.c etc. ????
In Editor I see only "File not found: /F2837xS_sci_flash_kernel/Shared_Erase.c."...
Have you any Idea?
Gerfried
Hello Sal,
I have found the mismatch:
Without the Item "copy projects into workspace" I can compile/link the projects without errors.
But normally I work with my own Workspace and Import Projects with:
In the window explorer I see in my workspace only:
Why can't I copy the projects???
For the other projects in 2806x the file-copy works fine.
Gerfried
New .projectspec files are used to create CCS projects. These automatically should copy the project into your workspace as opposed to linking them where they originate.
sal
Hello Sal,
you write "New .projectspec files are used to create CCS projects."????
I'm not anderstand. Please look at my two images, what I do.
Gerfried
You cannot click "copy into workspace" because they already automatically will get copied into your workspace. That is the nature of the projectpec files.
sal
Sorry Sal,
I'm helpless, your answer brings me not on.

without the Item "copy projects into workspace", I can't see my selected project in window browser
for make copies e.g. to a other PC.
Gerfried
Hi Sal,
my CCS is Version: 7.2.0.00013
Simple question again: what is the differece between Import projects F2806x and e.g. F2837xS?
Import + copy f28069_flash_kernel works fine, but import + copy F2837xS_sci_flash_kernel with the
same procedure fails.
Gerfried
Hi Sal,
my CCS is Version: 7.2.0.00013
Simple question again: what is the differece between Import projects F2806x and e.g. F2837xS?
Import + copy f28069_flash_kernel works fine, but import + copy F2837xS_sci_flash_kernel
with the same procedure fails.
Gerfried
Hi Christopher,
but when I update the C2000Ware then my changes in the files are lost???
Gerfried