Renesas SH7206 Bedienungsanleitung Seite 18

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 23
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 17
HN58X25xxx Series Serial EEPROM by Renesas
Control Using Clock Synchronous SCI of Renesas SH
(3) Definition of endian type
This is a setting for another purpose. Do not modify the definition.
/* Specify the endian type of the MCU used. */ /** SET **/
/* When big endian is specified, little endian definition should be a comment. */ /** SET **/
//#define MTL_MCU_LITTLE /* Little endian */ /** SET **/
(4) Specification of standard library type used
This is a setting for another purpose. Do not modify the specification.
/* Specify the standard library type used. */ /** SET **/
/* When the processing below is used in the library provided with the */ /** SET **/
/* compiler, the define statement below should be a comment. */ /** SET **/
/* memcmp() / memcpy() / memset() / strcat() / strcmp() / strcpy() / strlen() */ /** SET **/
//#define MTL_USER_LIB /* Optimized library usage */ /** SET **/
(5) Definition of RAM area accessed by processing group used
Define MTL_MEM_NEAR for the SuperH family.
/* Define the RAM area accessed by the processing group used. */ /** SET **/
/* Standard function or processing efficient for some */ /** SET **/
/* processing is applied. */ /** SET **/
//#define MTL_MEM_FAR /* Supports even external RAM area */ /** SET **/
#define MTL_MEM_NEAR /* Supports only internal RAM area */ /** SET **/
Set only the above define statement and do not make any other modifications.
REJ05C0003-0001/Rev.1.00 December 2006 Page 18 of 23
Seitenansicht 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23

Kommentare zu diesen Handbüchern

Keine Kommentare