]> begriffs open source - cmsis-freertos/blob - Demo/SuperH_SH7216_Renesas/RTOSDemo/dbsct.c
Initial commit
[cmsis-freertos] / Demo / SuperH_SH7216_Renesas / RTOSDemo / dbsct.c
1 /***********************************************************************/
2 /*                                                                     */
3 /*  FILE        :dbsct.c                                               */
4 /*  DATE        :Sun, Dec 27, 2009                                     */
5 /*  DESCRIPTION :Setting of B,R Section                                */
6 /*  CPU TYPE    :Other                                                 */
7 /*                                                                     */
8 /*  This file is generated by Renesas Project Generator (Ver.4.16).    */
9 /*                                                                     */
10 /***********************************************************************/
11                   
12
13
14 #include "typedefine.h"
15
16 #pragma section $DSEC
17 static const struct {
18     _UBYTE *rom_s;       /* Start address of the initialized data section in ROM */
19     _UBYTE *rom_e;       /* End address of the initialized data section in ROM   */
20     _UBYTE *ram_s;       /* Start address of the initialized data section in RAM */
21 }   DTBL[] = {
22     { __sectop("D"), __secend("D"), __sectop("R") }
23 };
24 #pragma section $BSEC
25 static const struct {
26     _UBYTE *b_s;         /* Start address of non-initialized data section */
27     _UBYTE *b_e;         /* End address of non-initialized data section */
28 }   BTBL[] = {
29     { __sectop("B"), __secend("B") }
30 };