[Applilet] Applilet Code Generation
Contents
FAQ-ID = Appli_Code- nnnn
Appli_Code -0590
|
How is the generated file configured?
|
| Q1 |
How is the generated file configured?
|
| A1 |
The table below lists the files that are output when a code for the C compiler of NEC Electronics is generated.
module name indicates "system", "int", "port", "serial", "ad", "timer", "watchdogtimer", or "lvi".
| main.c | Dummy file including infinite loop | Rewrite this file as necessary. |
| systeminit.c | File collecting initialization processing of each module | Do not rewrite this file. |
| macrodriver.h | Header file defining values used by Applilet | Do not rewrite this file. |
module name.c module name.h | File generated for each peripheral function | Do not rewrite this file. |
| module name_user.c | File containing skeletons, etc., for the interrupt handler | Rewrite this file as necessary. |
| lk.dr | Sample link directive file | Rewrite this file as necessary. |
project name.prw project name.prj | Project file for PM+ | Read this file by PM+ and then rewrite it as necessary. |
-78K0-
-78K0S-
|
 |
|
(2006/07)
|
 |
|
Appli_Code -0591
|
What happens to the existing file if settings are changed to re-generate the code using Applilet?
|
| Q1 |
What happens to the existing file if settings are changed to re-generate the code using Applilet?
|
| A1 |
The table below lists the files that are output when a code for the C compiler of NEC Electronics is generated.
module name indicates "system", "int", "port", "serial", "ad", "timer", "watchdogtimer", or "lvi".
| main.c | Dummy file including infinite loop | Rewrite this file as necessary. |
| systeminit.c | File collecting initialization processing of each module | Do not rewrite this file. |
| macrodriver.h | Header file defining values used by Applilet | Do not rewrite this file. |
module name.c module name.h | File generated for each peripheral function | Do not rewrite this file. |
| module name_user.c | File containing skeletons, etc., for the interrupt handler | Rewrite this file as necessary. |
| lk.dr | Sample link directive file | Rewrite this file as necessary. |
project name.prw project name.prj | Project file for PM+ | Read this file by PM+ and then rewrite it as necessary. |
- A message confirming overwriting of a file indicated as "Rewrite this file as necessary." is displayed. To not have the code already added rewritten, select "Leave this file".
- A file indicated as "Do not rewrite this file." is forcibly overwritten so that the set contents do not contradict.
-78K0-
-78K0S-
|
 |
|
(2006/07)
|
 |
|
|