hi,
I am using R7F701686 controller in my bootloader project.
I am using FCL library for Flash writing process.
So, how to modified the linker file.
my linker file is given below.
So, how to modified the linker file???
Hello,
If you have downloaded the CC-RH version, open the file
r01us0078ed0213_renesas_fcl_rh850_t01_v2.13\FCL\CC-RH_200\RH850-F1K\Sample\dr7f701587_pic.dir
You can find instructions and directives for linker:
You can modify the section viewer accordingly.
Regards
Hi,
As per your input I have created a new linker file .
in this application
once enter the R_FCL_EXECUTE (); function means, MY application its hang in debug mode .
So what kind of changes need in my linker file.
What is the return value of myRequest.status_enu after the execution of command ?
Function returns is 0x07( Flow error, e.g. the environment is not yet prepared ).
Then I have another confusion also,
which based fix the "FCL_RAM_EXECUTION_AREA_SIZE "??
Do you follow the recommended flow chart ?
In user mode:
In internal mode:
I am followed Same procedure
in this procedure FCL_Copysection() function taken 0x6000 bytes in RAM . so its nearly using 32 KB in RAM area.
I am using 32 KB RAM area controller.
So, how to reduce FCL_Copysection() RAM used area????
I do not think that the copied sections can allocate so much RAM size.