Posted by Dexter on October 27, 2003, 13:38:37, in reply to "about h8/38024f flash rom" #pragma section <xx> (where <xx> depicts your new section name) If you look a the map file the above array will be declared at h'7800. --Previous Message--
194.131.190.1
You can do this by creating your own sections within the linker. If you create a section at address h'7800, you can then use the compiler extension
unsigned char array[100] = yy;
#pragma section
: I want to confer some questions.
: how can i place an array to 38024f
: flash rom??
: I want to place two array to
: 0x00007800 ~0x00008000.
: thanks to give advice .
:
:
Message Thread:
![]()
« Back to thread
Evaluation Kit Support
Renesas Evaluation Boards are intended for evaluation of Renesas microprocessors only, not as development tools.