Fujitsu The Possibilities are Infinite

  1. Home >
  2. Services & Products >
  3. Microelectronics & Electronic Devices >
  4. Products >
  5. MPU/MCU >
  6. Support Information >
  7. Know-How >
  8. F²MC-16LX Family >
  9. 3. Detecting the value of direct declaration by using C Analyzer

Back to Know-How on Development for F2MC-16LX Family

3. Detecting the value of direct declaration by using C Analyzer

C Analyzer enables to detect candidate for _direct variables.

Example of using C Analyzer:

Starting the C Analyzer and choose project file.
Then analyzing target project file and choose candidate for _direct in the [Global] menu.

Example of using C Analyzer

Since static variables frequently used are detected in order, it is possible to generate efficient code by defining 256byte variables of the target as _direct declaration.