mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -04:00
flower, closer 対応のため、バッテリパラメータが入るか試してみた。(対応できそう)
ついでがあったファイルは $Id: $ を追加 git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@485 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
a44e696248
commit
a18efbccf9
@ -1,9 +1,9 @@
|
||||
2011/09/27 13:05:45 にビルドを開始しました。
|
||||
2012/10/26 18:10:44 にビルドを開始しました。
|
||||
1>ノード 2 上のプロジェクト "C:\78k_data\yav-mcu-basara\trunk\VCProj\bsr_trunk.vcxproj" (build ターゲット)。
|
||||
1>InitializeBuildStatus:
|
||||
"Debug\bsr_trunk.unsuccessfulbuild" のタッチ タスクを実行しています。
|
||||
ClCompile:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W1 /WX- /O2 /Oy- /D _MBCS /D _MBCS /D _WIN32 /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:prompt ..\accero.c ..\adc.c ..\batt_params.c ..\hal.c ..\i2c_ctr.c ..\i2c_mcu.c ..\i2c_twl.c ..\ini_VECT.c ..\kanaria_c.c ..\led.c ..\led_cam.c ..\led_pow.c ..\loader.c ..\magic.c ..\main.c ..\my_led.c ..\pedo_alg_thre_det2.c ..\pedo_lpf_coeff.c ..\pm.c ..\reboot.c ..\renge\renge.c ..\rtc.c ..\self_flash.c ..\sw.c ..\task_debug.c ..\task_misc.c ..\task_status.c ..\task_sys.c ..\util_funcs.c ..\voltable.c ..\vreg_ctr.c ..\vreg_twl.c ..\WDT.c
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W1 /WX- /O2 /Oy- /D _MBCS /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:prompt ..\accero.c ..\adc.c ..\batt_params.c ..\hal.c ..\i2c_ctr.c "..\i2c_mcu-sub.c" ..\i2c_mcu.c ..\i2c_twl.c ..\ini_VECT.c ..\kanaria_c.c ..\led.c ..\led_cam.c ..\led_pow.c ..\loader.c ..\magic.c ..\main.c ..\my_led.c ..\pedo_alg_thre_det2.c ..\pedo_lpf_coeff.c ..\pm.c ..\reboot.c ..\renge\renge.c ..\rtc.c ..\self_flash.c ..\sim\simFixture.c ..\sim\sim_interrupt_decrare.c ..\sw.c ..\task_debug.c ..\task_misc.c ..\task_status.c ..\task_sys.c ..\util_funcs.c ..\voltable.c ..\vreg_ctr.c ..\vreg_twl.c ..\WDT.c
|
||||
accero.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
adc.c
|
||||
@ -12,11 +12,14 @@
|
||||
hal.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
i2c_ctr.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
i2c_mcu-sub.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
i2c_mcu.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
i2c_twl.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
1>..\i2c_twl.c(223): error C2065: 'DFC0' : 定義されていない識別子です。
|
||||
ini_VECT.c
|
||||
kanaria_c.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
@ -40,14 +43,10 @@
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
pm.c
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
1>..\pm.c(1328): warning C4090: '=' : 異なる 'const' 修飾子です。
|
||||
reboot.c
|
||||
1>..\reboot.c(8): warning C4068: 不明なプラグマがありました。
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\sim/simOnWin.h(14): warning C4391: 'void memcpy(void *,void *,unsigned int)' : 組み込み関数に対して戻り値の型が無効です。'void' であるべきです。
|
||||
1>..\reboot.c(14): fatal error C1021: プリプロセッサ コマンド 'asm' が無効です。
|
||||
1>..\pm.c(1340): warning C4090: '=' : 異なる 'const' 修飾子です。
|
||||
コードを生成中...
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\i2c_mcu.c(290): fatal error C1001: コンパイラで内部エラーが発生しました。
|
||||
(コンパイラ ファイル 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x5858372A:0x00000000]'、行 183)
|
||||
1>c:\78k_data\yav-mcu-basara\trunk\i2c_mcu.c(300): fatal error C1001: コンパイラで内部エラーが発生しました。
|
||||
(コンパイラ ファイル 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x77D9372A:0x00000000]'、行 183)
|
||||
この問題を回避するには、上記の場所付近のプログラムを単純化するか変更してください。
|
||||
詳細については、Visual C++ ヘルプ メニューのサポート情報コマンドを
|
||||
選択してください。またはサポート情報 ヘルプ ファイルを参照してください。
|
||||
@ -55,4 +54,4 @@
|
||||
|
||||
ビルドに失敗しました。
|
||||
|
||||
経過時間 00:00:15.70
|
||||
経過時間 00:00:15.85
|
||||
|
Binary file not shown.
Binary file not shown.
@ -7,7 +7,6 @@
|
||||
#include "batt_params.h"
|
||||
|
||||
|
||||
|
||||
const bt_param_ bt_param[ _BT_PARAM_NUM_ ] =
|
||||
{
|
||||
// ctr ////////////////////////////////////////////////
|
||||
@ -104,6 +103,81 @@ const bt_param_ bt_param[ _BT_PARAM_NUM_ ] =
|
||||
},
|
||||
|
||||
// bt_PARAM_SNAKE_PANA
|
||||
{
|
||||
{
|
||||
0x9D, 0xA0, 0xA8, 0xF0, 0xAD, 0x90, 0xAF, 0x00,
|
||||
0xB3, 0x00, 0xB3, 0xE0, 0xB4, 0xA0, 0xB5, 0x40,
|
||||
0xB6, 0x30, 0xB7, 0xE0, 0xB8, 0xC0, 0xBE, 0x70,
|
||||
0xC1, 0x40, 0xC4, 0x20, 0xC9, 0xA0, 0xD0, 0x30,
|
||||
0x01, 0x10, 0x06, 0x00, 0x2C, 0x20, 0x0D, 0xA0,
|
||||
0x37, 0x00, 0x37, 0x30, 0x47, 0xF0, 0x28, 0xF0,
|
||||
0x25, 0xF0, 0x37, 0x30, 0x10, 0xF0, 0x14, 0xF0,
|
||||
0x0F, 0x70, 0x0D, 0x00, 0x0D, 0x00, 0x0D, 0x00,
|
||||
},
|
||||
2,
|
||||
{ 106, (-256* 0.925), (-256* 2.3) },
|
||||
0xDA30, // = 55856
|
||||
{ 0xE9, 0xE7 },
|
||||
},
|
||||
|
||||
|
||||
// FLOWER /////////////////////////////////////////////
|
||||
// BT_PARAM__MAXELL
|
||||
{
|
||||
{
|
||||
0x9D, 0x80, 0xB7, 0xB0, 0xB8, 0xA0, 0xB9, 0xA0,
|
||||
0xBB, 0x40, 0xBC, 0x50, 0xBC, 0xA0, 0xBD, 0x00,
|
||||
0xBD, 0x90, 0xBF, 0x30, 0xC0, 0xE0, 0xC3, 0x30,
|
||||
0xC5, 0x40, 0xC7, 0x50, 0xCD, 0x40, 0xD0, 0xA0,
|
||||
0x01, 0x90, 0x35, 0x10, 0x2F, 0x30, 0x11, 0x00,
|
||||
0x29, 0x40, 0x88, 0x50, 0x71, 0xA0, 0x5F, 0xE0,
|
||||
0x32, 0xD0, 0x1C, 0xF0, 0x14, 0xF0, 0x1A, 0x80,
|
||||
0x1A, 0x80, 0x11, 0x10, 0x12, 0x00, 0x12, 0x00
|
||||
},
|
||||
2,
|
||||
{ 86, (-256* 0.6), (-256* 3.675) }, // rcomp, r-hot, r-cold
|
||||
0xDAA0, // ocv
|
||||
{ 0xF5, 0xF3 } // compare max, min
|
||||
},
|
||||
|
||||
// bt_PARAM__PANA
|
||||
{
|
||||
{
|
||||
0x9D, 0xA0, 0xA8, 0xF0, 0xAD, 0x90, 0xAF, 0x00,
|
||||
0xB3, 0x00, 0xB3, 0xE0, 0xB4, 0xA0, 0xB5, 0x40,
|
||||
0xB6, 0x30, 0xB7, 0xE0, 0xB8, 0xC0, 0xBE, 0x70,
|
||||
0xC1, 0x40, 0xC4, 0x20, 0xC9, 0xA0, 0xD0, 0x30,
|
||||
0x01, 0x10, 0x06, 0x00, 0x2C, 0x20, 0x0D, 0xA0,
|
||||
0x37, 0x00, 0x37, 0x30, 0x47, 0xF0, 0x28, 0xF0,
|
||||
0x25, 0xF0, 0x37, 0x30, 0x10, 0xF0, 0x14, 0xF0,
|
||||
0x0F, 0x70, 0x0D, 0x00, 0x0D, 0x00, 0x0D, 0x00,
|
||||
},
|
||||
2,
|
||||
{ 106, (-256* 0.925), (-256* 2.3) },
|
||||
0xDA30, // = 55856
|
||||
{ 0xE9, 0xE7 },
|
||||
},
|
||||
|
||||
// CLOSER /////////////////////////////////////////////
|
||||
// BT_PARAM_CLOSER_MAXELL
|
||||
{
|
||||
{
|
||||
0x9D, 0x80, 0xB7, 0xB0, 0xB8, 0xA0, 0xB9, 0xA0,
|
||||
0xBB, 0x40, 0xBC, 0x50, 0xBC, 0xA0, 0xBD, 0x00,
|
||||
0xBD, 0x90, 0xBF, 0x30, 0xC0, 0xE0, 0xC3, 0x30,
|
||||
0xC5, 0x40, 0xC7, 0x50, 0xCD, 0x40, 0xD0, 0xA0,
|
||||
0x01, 0x90, 0x35, 0x10, 0x2F, 0x30, 0x11, 0x00,
|
||||
0x29, 0x40, 0x88, 0x50, 0x71, 0xA0, 0x5F, 0xE0,
|
||||
0x32, 0xD0, 0x1C, 0xF0, 0x14, 0xF0, 0x1A, 0x80,
|
||||
0x1A, 0x80, 0x11, 0x10, 0x12, 0x00, 0x12, 0x00
|
||||
},
|
||||
2,
|
||||
{ 86, (-256* 0.6), (-256* 3.675) }, // rcomp, r-hot, r-cold
|
||||
0xDAA0, // ocv
|
||||
{ 0xF5, 0xF3 } // compare max, min
|
||||
},
|
||||
|
||||
// bt_PARAM_CLOSER_PANA
|
||||
{
|
||||
{
|
||||
0x9D, 0xA0, 0xA8, 0xF0, 0xAD, 0x90, 0xAF, 0x00,
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef _bt_params_h_
|
||||
#define _bt_params_h_
|
||||
|
||||
// $Id: asdf$
|
||||
|
||||
#include "jhl_defs.h"
|
||||
/*
|
||||
“d’rޝ•Ê CTR | SPFL | YBS
|
||||
@ -22,6 +24,10 @@ typedef enum
|
||||
BT_PARAM_SPFL_PANA,
|
||||
BT_PARAM_SNAKE_MAXELL,
|
||||
BT_PARAM_SNAKE_PANA,
|
||||
BT_PARAM_FLOWER_MAXELL,
|
||||
BT_PARAM_FLOWER_PANA,
|
||||
BT_PARAM_CLOSER_MAXELL,
|
||||
BT_PARAM_CLOSER_PANA,
|
||||
_BT_PARAM_NUM_
|
||||
} BT_TYPE;
|
||||
|
||||
|
1833
trunk/bsr.hex
1833
trunk/bsr.hex
File diff suppressed because it is too large
Load Diff
BIN
trunk/bsr.lmf
BIN
trunk/bsr.lmf
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
78K0R Linker W1.33 Date:15 Oct 2012 Page: 1
|
||||
78K0R Linker W1.33 Date:22 Nov 2012 Page: 1
|
||||
|
||||
Command: -yC:\Program Files (x86)\NEC Electronics Tools\DEV -_msgoff -
|
||||
obsr.lmf ..\..\..\Program Files (x86)\NEC Electronics Tools\C
|
||||
@ -26,8 +26,8 @@ Direc-file:bsr_mcu.dr
|
||||
*** Link information ***
|
||||
|
||||
73 output segment(s)
|
||||
3DAFH byte(s) real data
|
||||
6326 symbol(s) defined
|
||||
3EDFH byte(s) real data
|
||||
6330 symbol(s) defined
|
||||
|
||||
|
||||
*** Memory map ***
|
||||
@ -48,6 +48,8 @@ Direc-file:bsr_mcu.dr
|
||||
LDR_CNSL WDT 00002H 00000H
|
||||
LDR_CNSL 00002H 00000H CSEG PAGE64KP
|
||||
LDR_CNSL i2c_mcu 00002H 00000H
|
||||
LDR_CNSL 00002H 00000H CSEG PAGE64KP
|
||||
LDR_CNSL i2c_twl 00002H 00000H
|
||||
LDR_CNSL 00002H 00000H CSEG PAGE64KP
|
||||
LDR_CNSL self_flash
|
||||
00002H 00000H
|
||||
@ -142,6 +144,7 @@ Direc-file:bsr_mcu.dr
|
||||
LDR_CODL loader 000C4H 00000H
|
||||
LDR_CODL WDT 000C4H 00000H
|
||||
LDR_CODL i2c_mcu 000C4H 00000H
|
||||
LDR_CODL i2c_twl 000C4H 00000H
|
||||
LDR_CODL self_flash
|
||||
000C4H 00000H
|
||||
LDR_CODL task_debug
|
||||
@ -152,55 +155,56 @@ Direc-file:bsr_mcu.dr
|
||||
LDR_CODL util_funcs
|
||||
000C4H 00000H
|
||||
?CSEGSI 000C4H 0000AH CSEG
|
||||
LDR_CODE 000CEH 0090CH CSEG
|
||||
LDR_CODE 000CEH 0096FH CSEG
|
||||
LDR_CODE loader 000CEH 0018CH
|
||||
LDR_CODE WDT 0025AH 00000H
|
||||
LDR_CODE i2c_mcu 0025AH 0029BH
|
||||
LDR_CODE i2c_twl 004F5H 00063H
|
||||
LDR_CODE self_flash
|
||||
004F5H 00370H
|
||||
00558H 00370H
|
||||
LDR_CODE task_debug
|
||||
00865H 00000H
|
||||
008C8H 00000H
|
||||
LDR_CODE task_status
|
||||
00865H 00075H
|
||||
LDR_CODE hal 008DAH 000DCH
|
||||
008C8H 00075H
|
||||
LDR_CODE hal 0093DH 000DCH
|
||||
LDR_CODE util_funcs
|
||||
009B6H 00024H
|
||||
FSL_CODE 009DAH 00322H CSEG
|
||||
00A19H 00024H
|
||||
FSL_CODE 00A3DH 00322H CSEG
|
||||
FSL_CODE fsl_block_cmd
|
||||
009DAH 0002BH
|
||||
00A3DH 0002BH
|
||||
FSL_CODE fsl_block_check
|
||||
00A05H 00013H
|
||||
00A68H 00013H
|
||||
FSL_CODE fsl_common
|
||||
00A18H 0014FH
|
||||
00A7BH 0014FH
|
||||
FSL_CODE fsl_reset
|
||||
00B67H 00001H
|
||||
00BCAH 00001H
|
||||
FSL_CODE fsl_si_ibf
|
||||
00B68H 00064H
|
||||
00BCBH 00064H
|
||||
FSL_CODE fsl_phySwap
|
||||
00BCCH 0004DH
|
||||
00C2FH 0004DH
|
||||
FSL_CODE fsl_si_common
|
||||
00C19H 00061H
|
||||
FSL_CODE fsl_swap 00C7AH 00030H
|
||||
00C7CH 00061H
|
||||
FSL_CODE fsl_swap 00CDDH 00030H
|
||||
FSL_CODE fsl_write
|
||||
00CAAH 00052H
|
||||
@@LCODE 00CFCH 00277H CSEG
|
||||
@@LCODE @cstart 00CFCH 0006DH
|
||||
@@LCODE @imul 00D69H 00011H
|
||||
@@LCODE @lumul 00D7AH 0002BH
|
||||
@@LCODE @isdiv 00DA5H 00022H
|
||||
@@LCODE @iudiv 00DC7H 0002DH
|
||||
@@LCODE @isrem 00DF4H 00021H
|
||||
@@LCODE @iurem 00E15H 0002FH
|
||||
@@LCODE @lsdiv 00E44H 00039H
|
||||
@@LCODE @ludiv 00E7DH 0003FH
|
||||
@@LCODE @divuw 00EBCH 00034H
|
||||
@@LCODE @ladd 00EF0H 0000FH
|
||||
@@LCODE @llsh 00EFFH 0001BH
|
||||
@@LCODE @lursh 00F1AH 0001FH
|
||||
@@LCODE @iscmp 00F39H 0000CH
|
||||
@@LCODE @lband 00F45H 00014H
|
||||
@@LCODE @bcdtob 00F59H 0001AH
|
||||
* gap * 00F73H 00083H
|
||||
00D0DH 00052H
|
||||
@@LCODE 00D5FH 00277H CSEG
|
||||
@@LCODE @cstart 00D5FH 0006DH
|
||||
@@LCODE @imul 00DCCH 00011H
|
||||
@@LCODE @lumul 00DDDH 0002BH
|
||||
@@LCODE @isdiv 00E08H 00022H
|
||||
@@LCODE @iudiv 00E2AH 0002DH
|
||||
@@LCODE @isrem 00E57H 00021H
|
||||
@@LCODE @iurem 00E78H 0002FH
|
||||
@@LCODE @lsdiv 00EA7H 00039H
|
||||
@@LCODE @ludiv 00EE0H 0003FH
|
||||
@@LCODE @divuw 00F1FH 00034H
|
||||
@@LCODE @ladd 00F53H 0000FH
|
||||
@@LCODE @llsh 00F62H 0001BH
|
||||
@@LCODE @lursh 00F7DH 0001FH
|
||||
@@LCODE @iscmp 00F9CH 0000CH
|
||||
@@LCODE @lband 00FA8H 00014H
|
||||
@@LCODE @bcdtob 00FBCH 0001AH
|
||||
* gap * 00FD6H 00020H
|
||||
MGC_LOAD 00FF6H 0000AH CSEG AT
|
||||
MGC_LOAD magic 00FF6H 0000AH
|
||||
|
||||
@ -210,7 +214,7 @@ Direc-file:bsr_mcu.dr
|
||||
SEGMENT SEGMENT MODULE ADDRESS
|
||||
MGC_MIMI 02000H 0000AH CSEG AT
|
||||
MGC_MIMI magic 02000H 0000AH
|
||||
@@CNST 0200AH 00282H CSEG
|
||||
@@CNST 0200AH 003B2H CSEG
|
||||
@@CNST @cstart 0200AH 00000H
|
||||
@@CNST loader 0200AH 00000H
|
||||
@@CNST pm 0200AH 00008H
|
||||
@ -244,312 +248,309 @@ Direc-file:bsr_mcu.dr
|
||||
@@CNST led_pow 02034H 00020H
|
||||
@@CNST hal 02054H 00000H
|
||||
@@CNST batt_params
|
||||
02054H 001C8H
|
||||
@@CNST voltable 0221CH 00040H
|
||||
02054H 002F8H
|
||||
@@CNST voltable 0234CH 00040H
|
||||
@@CNST pedo_lpf_coeff
|
||||
0225CH 00030H
|
||||
0238CH 00030H
|
||||
@@CNST kanaria_c
|
||||
0228CH 00000H
|
||||
023BCH 00000H
|
||||
@@CNST util_funcs
|
||||
0228CH 00000H
|
||||
023BCH 00000H
|
||||
@@CNST i2c_mcu-sub
|
||||
0228CH 00000H
|
||||
ROM_CODE 0228CH 025A0H CSEG
|
||||
ROM_CODE pm 0228CH 009BDH
|
||||
ROM_CODE i2c_ctr 02C49H 00064H
|
||||
ROM_CODE main 02CADH 00055H
|
||||
ROM_CODE i2c_twl 02D02H 00063H
|
||||
ROM_CODE led 02D65H 0024FH
|
||||
ROM_CODE rtc 02FB4H 000E0H
|
||||
ROM_CODE vreg_ctr 03094H 00493H
|
||||
ROM_CODE vreg_twl 03527H 000F9H
|
||||
ROM_CODE adc 03620H 00261H
|
||||
ROM_CODE renge 03881H 00018H
|
||||
ROM_CODE accero 03899H 00155H
|
||||
ROM_CODE sw 039EEH 00131H
|
||||
023BCH 00000H
|
||||
ROM_CODE 023BCH 0253DH CSEG
|
||||
ROM_CODE pm 023BCH 009BDH
|
||||
ROM_CODE i2c_ctr 02D79H 00064H
|
||||
ROM_CODE main 02DDDH 00055H
|
||||
ROM_CODE led 02E32H 0024FH
|
||||
ROM_CODE rtc 03081H 000E0H
|
||||
ROM_CODE vreg_ctr 03161H 00493H
|
||||
ROM_CODE vreg_twl 035F4H 000F9H
|
||||
ROM_CODE adc 036EDH 00261H
|
||||
ROM_CODE renge 0394EH 00018H
|
||||
ROM_CODE accero 03966H 00155H
|
||||
ROM_CODE sw 03ABBH 00131H
|
||||
ROM_CODE task_misc
|
||||
03B1FH 001C1H
|
||||
ROM_CODE task_sys 03CE0H 0037DH
|
||||
03BECH 001C1H
|
||||
ROM_CODE task_sys 03DADH 0037DH
|
||||
ROM_CODE pedo_alg_thre_det2
|
||||
0405DH 004D4H
|
||||
ROM_CODE led_cam 04531H 000C4H
|
||||
ROM_CODE led_pow 045F5H 0016FH
|
||||
ROM_CODE voltable 04764H 00000H
|
||||
0412AH 004D4H
|
||||
ROM_CODE led_cam 045FEH 000C4H
|
||||
ROM_CODE led_pow 046C2H 0016FH
|
||||
ROM_CODE voltable 04831H 00000H
|
||||
ROM_CODE pedo_lpf_coeff
|
||||
04764H 00000H
|
||||
04831H 00000H
|
||||
ROM_CODE kanaria_c
|
||||
04764H 00006H
|
||||
ROM_CODE get_ei 0476AH 0000DH
|
||||
04831H 00006H
|
||||
ROM_CODE get_ei 04837H 0000DH
|
||||
ROM_CODE i2c_mcu-sub
|
||||
04777H 000B5H
|
||||
@@BASE 0482CH 00614H CSEG BASE
|
||||
@@BASE loader 0482CH 00000H
|
||||
@@BASE pm 0482CH 0003EH
|
||||
@@BASE i2c_ctr 0486AH 00170H
|
||||
@@BASE main 049DAH 00000H
|
||||
@@BASE magic 049DAH 00000H
|
||||
@@BASE WDT 049DAH 00000H
|
||||
@@BASE i2c_mcu 049DAH 000F2H
|
||||
@@BASE i2c_twl 04ACCH 000D0H
|
||||
@@BASE led 04B9CH 00000H
|
||||
@@BASE rtc 04B9CH 0005DH
|
||||
@@BASE vreg_ctr 04BF9H 00000H
|
||||
@@BASE vreg_twl 04BF9H 00000H
|
||||
@@BASE adc 04BF9H 00094H
|
||||
@@BASE renge 04C8DH 0016BH
|
||||
@@BASE accero 04DF8H 00042H
|
||||
04844H 000B5H
|
||||
@@BASE 048F9H 00614H CSEG BASE
|
||||
@@BASE loader 048F9H 00000H
|
||||
@@BASE pm 048F9H 0003EH
|
||||
@@BASE i2c_ctr 04937H 00170H
|
||||
@@BASE main 04AA7H 00000H
|
||||
@@BASE magic 04AA7H 00000H
|
||||
@@BASE WDT 04AA7H 00000H
|
||||
@@BASE i2c_mcu 04AA7H 000F2H
|
||||
@@BASE i2c_twl 04B99H 000D0H
|
||||
@@BASE led 04C69H 00000H
|
||||
@@BASE rtc 04C69H 0005DH
|
||||
@@BASE vreg_ctr 04CC6H 00000H
|
||||
@@BASE vreg_twl 04CC6H 00000H
|
||||
@@BASE adc 04CC6H 00094H
|
||||
@@BASE renge 04D5AH 0016BH
|
||||
@@BASE accero 04EC5H 00042H
|
||||
@@BASE self_flash
|
||||
04E3AH 00000H
|
||||
@@BASE sw 04E3AH 00000H
|
||||
04F07H 00000H
|
||||
@@BASE sw 04F07H 00000H
|
||||
@@BASE task_debug
|
||||
04E3AH 00000H
|
||||
04F07H 00000H
|
||||
@@BASE task_misc
|
||||
04E3AH 00000H
|
||||
@@BASE task_sys 04E3AH 00000H
|
||||
04F07H 00000H
|
||||
@@BASE task_sys 04F07H 00000H
|
||||
@@BASE pedo_alg_thre_det2
|
||||
04E3AH 00000H
|
||||
@@BASE ini_VECT 04E3AH 00006H
|
||||
04F07H 00000H
|
||||
@@BASE ini_VECT 04F07H 00006H
|
||||
@@BASE task_status
|
||||
04E40H 00000H
|
||||
@@BASE led_cam 04E40H 00000H
|
||||
@@BASE led_pow 04E40H 00000H
|
||||
@@BASE hal 04E40H 00000H
|
||||
04F0DH 00000H
|
||||
@@BASE led_cam 04F0DH 00000H
|
||||
@@BASE led_pow 04F0DH 00000H
|
||||
@@BASE hal 04F0DH 00000H
|
||||
@@BASE batt_params
|
||||
04E40H 00000H
|
||||
@@BASE voltable 04E40H 00000H
|
||||
04F0DH 00000H
|
||||
@@BASE voltable 04F0DH 00000H
|
||||
@@BASE pedo_lpf_coeff
|
||||
04E40H 00000H
|
||||
04F0DH 00000H
|
||||
@@BASE kanaria_c
|
||||
04E40H 00000H
|
||||
04F0DH 00000H
|
||||
@@BASE util_funcs
|
||||
04E40H 00000H
|
||||
04F0DH 00000H
|
||||
@@BASE i2c_mcu-sub
|
||||
04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL @cstart 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL pm 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL i2c_ctr 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL main 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL i2c_twl 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL led 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL rtc 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL vreg_ctr 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL vreg_twl 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL adc 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL renge 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL accero 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL sw 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL @cstart 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL pm 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL i2c_ctr 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL main 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL led 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL rtc 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL vreg_ctr 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL vreg_twl 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL adc 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL renge 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL accero 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL sw 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL task_misc
|
||||
04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL task_sys 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL task_sys 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL pedo_alg_thre_det2
|
||||
04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL ini_VECT 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL led_cam 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL led_pow 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL ini_VECT 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL led_cam 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL led_pow 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL batt_params
|
||||
04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
@@CNSTL voltable 04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL voltable 04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL pedo_lpf_coeff
|
||||
04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL kanaria_c
|
||||
04E40H 00000H
|
||||
@@CNSTL 04E40H 00000H CSEG PAGE64KP
|
||||
04F0DH 00000H
|
||||
@@CNSTL 04F0DH 00000H CSEG PAGE64KP
|
||||
@@CNSTL i2c_mcu-sub
|
||||
04E40H 00000H
|
||||
@@CNSTL 04E40H 0000AH CSEG PAGE64KP
|
||||
@@CNSTL @bcdtob 04E40H 0000AH
|
||||
@@R_INIT 04E4AH 0004AH CSEG UNIT64KP
|
||||
@@R_INIT @cstart 04E4AH 00000H
|
||||
@@R_INIT loader 04E4AH 00000H
|
||||
@@R_INIT pm 04E4AH 00000H
|
||||
@@R_INIT i2c_ctr 04E4AH 00000H
|
||||
@@R_INIT main 04E4AH 00000H
|
||||
@@R_INIT magic 04E4AH 00000H
|
||||
@@R_INIT WDT 04E4AH 00000H
|
||||
@@R_INIT i2c_mcu 04E4AH 00000H
|
||||
@@R_INIT i2c_twl 04E4AH 00000H
|
||||
@@R_INIT led 04E4AH 00000H
|
||||
@@R_INIT rtc 04E4AH 00000H
|
||||
@@R_INIT vreg_ctr 04E4AH 00000H
|
||||
@@R_INIT vreg_twl 04E4AH 00000H
|
||||
@@R_INIT adc 04E4AH 0000CH
|
||||
@@R_INIT renge 04E56H 00014H
|
||||
@@R_INIT accero 04E6AH 00000H
|
||||
@@R_INIT self_flash
|
||||
04E6AH 00000H
|
||||
@@R_INIT sw 04E6AH 00000H
|
||||
@@R_INIT task_debug
|
||||
04E6AH 00000H
|
||||
@@R_INIT task_misc
|
||||
04E6AH 00026H
|
||||
@@R_INIT task_sys 04E90H 00000H
|
||||
@@R_INIT pedo_alg_thre_det2
|
||||
04E90H 00000H
|
||||
@@R_INIT ini_VECT 04E90H 00000H
|
||||
@@R_INIT task_status
|
||||
04E90H 00000H
|
||||
@@R_INIT led_cam 04E90H 00000H
|
||||
@@R_INIT led_pow 04E90H 00004H
|
||||
@@R_INIT hal 04E94H 00000H
|
||||
@@R_INIT batt_params
|
||||
04E94H 00000H
|
||||
@@R_INIT voltable 04E94H 00000H
|
||||
@@R_INIT pedo_lpf_coeff
|
||||
04E94H 00000H
|
||||
@@R_INIT kanaria_c
|
||||
04E94H 00000H
|
||||
@@R_INIT util_funcs
|
||||
04E94H 00000H
|
||||
@@R_INIT i2c_mcu-sub
|
||||
04E94H 00000H
|
||||
@@R_INIT @rom 04E94H 00000H
|
||||
@@R_INIS 04E94H 00010H CSEG UNIT64KP
|
||||
@@R_INIS @cstart 04E94H 00000H
|
||||
@@R_INIS loader 04E94H 00000H
|
||||
@@R_INIS pm 04E94H 00002H
|
||||
@@R_INIS i2c_ctr 04E96H 00002H
|
||||
@@R_INIS main 04E98H 00000H
|
||||
@@R_INIS magic 04E98H 00000H
|
||||
@@R_INIS WDT 04E98H 00000H
|
||||
@@R_INIS i2c_mcu 04E98H 00000H
|
||||
@@R_INIS i2c_twl 04E98H 00000H
|
||||
@@R_INIS led 04E98H 00000H
|
||||
@@R_INIS rtc 04E98H 00000H
|
||||
@@R_INIS vreg_ctr 04E98H 00000H
|
||||
@@R_INIS vreg_twl 04E98H 00000H
|
||||
@@R_INIS adc 04E98H 00000H
|
||||
@@R_INIS renge 04E98H 00000H
|
||||
@@R_INIS accero 04E98H 00000H
|
||||
@@R_INIS self_flash
|
||||
04E98H 00000H
|
||||
@@R_INIS sw 04E98H 00000H
|
||||
@@R_INIS task_debug
|
||||
04E98H 00000H
|
||||
@@R_INIS task_misc
|
||||
04E98H 00000H
|
||||
@@R_INIS task_sys 04E98H 00002H
|
||||
@@R_INIS pedo_alg_thre_det2
|
||||
04E9AH 00006H
|
||||
@@R_INIS ini_VECT 04EA0H 00000H
|
||||
@@R_INIS task_status
|
||||
04EA0H 00000H
|
||||
@@R_INIS led_cam 04EA0H 00002H
|
||||
@@R_INIS led_pow 04EA2H 00002H
|
||||
@@R_INIS hal 04EA4H 00000H
|
||||
@@R_INIS batt_params
|
||||
04EA4H 00000H
|
||||
@@R_INIS voltable 04EA4H 00000H
|
||||
@@R_INIS pedo_lpf_coeff
|
||||
04EA4H 00000H
|
||||
@@R_INIS kanaria_c
|
||||
04EA4H 00000H
|
||||
@@R_INIS util_funcs
|
||||
04EA4H 00000H
|
||||
@@R_INIS i2c_mcu-sub
|
||||
04EA4H 00000H
|
||||
@@R_INIS @rom 04EA4H 00000H
|
||||
@@RLINIT 04EA4H 00000H CSEG UNIT64KP
|
||||
@@RLINIT loader 04EA4H 00000H
|
||||
@@RLINIT pm 04EA4H 00000H
|
||||
@@RLINIT i2c_ctr 04EA4H 00000H
|
||||
@@RLINIT main 04EA4H 00000H
|
||||
@@RLINIT magic 04EA4H 00000H
|
||||
@@RLINIT WDT 04EA4H 00000H
|
||||
@@RLINIT i2c_mcu 04EA4H 00000H
|
||||
@@RLINIT i2c_twl 04EA4H 00000H
|
||||
@@RLINIT led 04EA4H 00000H
|
||||
@@RLINIT rtc 04EA4H 00000H
|
||||
@@RLINIT vreg_ctr 04EA4H 00000H
|
||||
@@RLINIT vreg_twl 04EA4H 00000H
|
||||
@@RLINIT adc 04EA4H 00000H
|
||||
@@RLINIT renge 04EA4H 00000H
|
||||
@@RLINIT accero 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT 04F0DH 00000H CSEG UNIT64KP
|
||||
@@RLINIT loader 04F0DH 00000H
|
||||
@@RLINIT pm 04F0DH 00000H
|
||||
@@RLINIT i2c_ctr 04F0DH 00000H
|
||||
@@RLINIT main 04F0DH 00000H
|
||||
@@RLINIT magic 04F0DH 00000H
|
||||
@@RLINIT WDT 04F0DH 00000H
|
||||
@@RLINIT i2c_mcu 04F0DH 00000H
|
||||
@@RLINIT i2c_twl 04F0DH 00000H
|
||||
@@RLINIT led 04F0DH 00000H
|
||||
@@RLINIT rtc 04F0DH 00000H
|
||||
@@RLINIT vreg_ctr 04F0DH 00000H
|
||||
@@RLINIT vreg_twl 04F0DH 00000H
|
||||
@@RLINIT adc 04F0DH 00000H
|
||||
@@RLINIT renge 04F0DH 00000H
|
||||
@@RLINIT accero 04F0DH 00000H
|
||||
@@RLINIT self_flash
|
||||
04EA4H 00000H
|
||||
@@RLINIT sw 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT sw 04F0DH 00000H
|
||||
@@RLINIT task_debug
|
||||
04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT task_misc
|
||||
04EA4H 00000H
|
||||
@@RLINIT task_sys 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT task_sys 04F0DH 00000H
|
||||
@@RLINIT pedo_alg_thre_det2
|
||||
04EA4H 00000H
|
||||
@@RLINIT ini_VECT 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT ini_VECT 04F0DH 00000H
|
||||
@@RLINIT task_status
|
||||
04EA4H 00000H
|
||||
@@RLINIT led_cam 04EA4H 00000H
|
||||
@@RLINIT led_pow 04EA4H 00000H
|
||||
@@RLINIT hal 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT led_cam 04F0DH 00000H
|
||||
@@RLINIT led_pow 04F0DH 00000H
|
||||
@@RLINIT hal 04F0DH 00000H
|
||||
@@RLINIT batt_params
|
||||
04EA4H 00000H
|
||||
@@RLINIT voltable 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT voltable 04F0DH 00000H
|
||||
@@RLINIT pedo_lpf_coeff
|
||||
04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT kanaria_c
|
||||
04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT util_funcs
|
||||
04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT i2c_mcu-sub
|
||||
04EA4H 00000H
|
||||
@@RLINIT @rom 04EA4H 00000H
|
||||
@@CODEL 04EA4H 00000H CSEG
|
||||
@@CODEL pm 04EA4H 00000H
|
||||
@@CODEL i2c_ctr 04EA4H 00000H
|
||||
@@CODEL main 04EA4H 00000H
|
||||
@@CODEL magic 04EA4H 00000H
|
||||
@@CODEL i2c_twl 04EA4H 00000H
|
||||
@@CODEL led 04EA4H 00000H
|
||||
@@CODEL rtc 04EA4H 00000H
|
||||
@@CODEL vreg_ctr 04EA4H 00000H
|
||||
@@CODEL vreg_twl 04EA4H 00000H
|
||||
@@CODEL adc 04EA4H 00000H
|
||||
@@CODEL renge 04EA4H 00000H
|
||||
@@CODEL accero 04EA4H 00000H
|
||||
@@CODEL sw 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@RLINIT @rom 04F0DH 00000H
|
||||
@@CODEL 04F0DH 00000H CSEG
|
||||
@@CODEL pm 04F0DH 00000H
|
||||
@@CODEL i2c_ctr 04F0DH 00000H
|
||||
@@CODEL main 04F0DH 00000H
|
||||
@@CODEL magic 04F0DH 00000H
|
||||
@@CODEL led 04F0DH 00000H
|
||||
@@CODEL rtc 04F0DH 00000H
|
||||
@@CODEL vreg_ctr 04F0DH 00000H
|
||||
@@CODEL vreg_twl 04F0DH 00000H
|
||||
@@CODEL adc 04F0DH 00000H
|
||||
@@CODEL renge 04F0DH 00000H
|
||||
@@CODEL accero 04F0DH 00000H
|
||||
@@CODEL sw 04F0DH 00000H
|
||||
@@CODEL task_misc
|
||||
04EA4H 00000H
|
||||
@@CODEL task_sys 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@CODEL task_sys 04F0DH 00000H
|
||||
@@CODEL pedo_alg_thre_det2
|
||||
04EA4H 00000H
|
||||
@@CODEL ini_VECT 04EA4H 00000H
|
||||
@@CODEL led_cam 04EA4H 00000H
|
||||
@@CODEL led_pow 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@CODEL ini_VECT 04F0DH 00000H
|
||||
@@CODEL led_cam 04F0DH 00000H
|
||||
@@CODEL led_pow 04F0DH 00000H
|
||||
@@CODEL batt_params
|
||||
04EA4H 00000H
|
||||
@@CODEL voltable 04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@CODEL voltable 04F0DH 00000H
|
||||
@@CODEL pedo_lpf_coeff
|
||||
04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@CODEL kanaria_c
|
||||
04EA4H 00000H
|
||||
04F0DH 00000H
|
||||
@@CODEL i2c_mcu-sub
|
||||
04EA4H 00000H
|
||||
@@LCODEL 04EA4H 00022H CSEG
|
||||
@@LCODEL abs 04EA4H 00008H
|
||||
@@LCODEL memcpy_n 04EACH 0001AH
|
||||
* gap * 04EC6H 0012EH
|
||||
04F0DH 00000H
|
||||
* gap * 04F0DH 00001H
|
||||
@@CNSTL 04F0EH 0000AH CSEG PAGE64KP
|
||||
@@CNSTL @bcdtob 04F0EH 0000AH
|
||||
@@R_INIT 04F18H 0004AH CSEG UNIT64KP
|
||||
@@R_INIT @cstart 04F18H 00000H
|
||||
@@R_INIT loader 04F18H 00000H
|
||||
@@R_INIT pm 04F18H 00000H
|
||||
@@R_INIT i2c_ctr 04F18H 00000H
|
||||
@@R_INIT main 04F18H 00000H
|
||||
@@R_INIT magic 04F18H 00000H
|
||||
@@R_INIT WDT 04F18H 00000H
|
||||
@@R_INIT i2c_mcu 04F18H 00000H
|
||||
@@R_INIT i2c_twl 04F18H 00000H
|
||||
@@R_INIT led 04F18H 00000H
|
||||
@@R_INIT rtc 04F18H 00000H
|
||||
@@R_INIT vreg_ctr 04F18H 00000H
|
||||
@@R_INIT vreg_twl 04F18H 00000H
|
||||
@@R_INIT adc 04F18H 0000CH
|
||||
@@R_INIT renge 04F24H 00014H
|
||||
@@R_INIT accero 04F38H 00000H
|
||||
@@R_INIT self_flash
|
||||
04F38H 00000H
|
||||
@@R_INIT sw 04F38H 00000H
|
||||
@@R_INIT task_debug
|
||||
04F38H 00000H
|
||||
@@R_INIT task_misc
|
||||
04F38H 00026H
|
||||
@@R_INIT task_sys 04F5EH 00000H
|
||||
@@R_INIT pedo_alg_thre_det2
|
||||
04F5EH 00000H
|
||||
@@R_INIT ini_VECT 04F5EH 00000H
|
||||
@@R_INIT task_status
|
||||
04F5EH 00000H
|
||||
@@R_INIT led_cam 04F5EH 00000H
|
||||
@@R_INIT led_pow 04F5EH 00004H
|
||||
@@R_INIT hal 04F62H 00000H
|
||||
@@R_INIT batt_params
|
||||
04F62H 00000H
|
||||
@@R_INIT voltable 04F62H 00000H
|
||||
@@R_INIT pedo_lpf_coeff
|
||||
04F62H 00000H
|
||||
@@R_INIT kanaria_c
|
||||
04F62H 00000H
|
||||
@@R_INIT util_funcs
|
||||
04F62H 00000H
|
||||
@@R_INIT i2c_mcu-sub
|
||||
04F62H 00000H
|
||||
@@R_INIT @rom 04F62H 00000H
|
||||
@@R_INIS 04F62H 00010H CSEG UNIT64KP
|
||||
@@R_INIS @cstart 04F62H 00000H
|
||||
@@R_INIS loader 04F62H 00000H
|
||||
@@R_INIS pm 04F62H 00002H
|
||||
@@R_INIS i2c_ctr 04F64H 00002H
|
||||
@@R_INIS main 04F66H 00000H
|
||||
@@R_INIS magic 04F66H 00000H
|
||||
@@R_INIS WDT 04F66H 00000H
|
||||
@@R_INIS i2c_mcu 04F66H 00000H
|
||||
@@R_INIS i2c_twl 04F66H 00000H
|
||||
@@R_INIS led 04F66H 00000H
|
||||
@@R_INIS rtc 04F66H 00000H
|
||||
@@R_INIS vreg_ctr 04F66H 00000H
|
||||
@@R_INIS vreg_twl 04F66H 00000H
|
||||
@@R_INIS adc 04F66H 00000H
|
||||
@@R_INIS renge 04F66H 00000H
|
||||
@@R_INIS accero 04F66H 00000H
|
||||
@@R_INIS self_flash
|
||||
04F66H 00000H
|
||||
@@R_INIS sw 04F66H 00000H
|
||||
@@R_INIS task_debug
|
||||
04F66H 00000H
|
||||
@@R_INIS task_misc
|
||||
04F66H 00000H
|
||||
@@R_INIS task_sys 04F66H 00002H
|
||||
@@R_INIS pedo_alg_thre_det2
|
||||
04F68H 00006H
|
||||
@@R_INIS ini_VECT 04F6EH 00000H
|
||||
@@R_INIS task_status
|
||||
04F6EH 00000H
|
||||
@@R_INIS led_cam 04F6EH 00002H
|
||||
@@R_INIS led_pow 04F70H 00002H
|
||||
@@R_INIS hal 04F72H 00000H
|
||||
@@R_INIS batt_params
|
||||
04F72H 00000H
|
||||
@@R_INIS voltable 04F72H 00000H
|
||||
@@R_INIS pedo_lpf_coeff
|
||||
04F72H 00000H
|
||||
@@R_INIS kanaria_c
|
||||
04F72H 00000H
|
||||
@@R_INIS util_funcs
|
||||
04F72H 00000H
|
||||
@@R_INIS i2c_mcu-sub
|
||||
04F72H 00000H
|
||||
@@R_INIS @rom 04F72H 00000H
|
||||
@@LCODEL 04F72H 00022H CSEG
|
||||
@@LCODEL abs 04F72H 00008H
|
||||
@@LCODEL memcpy_n 04F7AH 0001AH
|
||||
* gap * 04F94H 00060H
|
||||
MGC_VER 04FF4H 00002H CSEG AT
|
||||
MGC_VER magic 04FF4H 00002H
|
||||
MGC_TAIL 04FF6H 0000AH CSEG AT
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef __bsr_system__
|
||||
#define __bsr_system__
|
||||
|
||||
// $Id: asdf$
|
||||
|
||||
// イベントループのステート
|
||||
enum pwr_state_
|
||||
{
|
||||
@ -41,7 +43,8 @@ enum family_
|
||||
FAMILY_CTR,
|
||||
FAMILY_SPFL, // おっきいの。
|
||||
FAMILY_SNAKE, // LAGERの。
|
||||
FAMILY_4_RESERVED
|
||||
FAMILY_4_RESERVED,
|
||||
FAMILY_5_RESERVED
|
||||
};
|
||||
|
||||
// タスクシステムの状態情報など
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#define MCU_VER_MAJOR 0x02
|
||||
#define MCU_VER_MINOR 0x2C
|
||||
#define MCU_VER_MINOR 0x2E
|
||||
|
||||
|
||||
// デバッグ向けスイッチ
|
||||
@ -18,7 +18,6 @@
|
||||
//#define _ENABLE_COMMAND3_ // mcuリセットやwdtコマンドを有効にする
|
||||
//#define _FORCE_TAIKENDAI_
|
||||
//#define _FORCE_TAIKENDAI_NBD_
|
||||
//#define _DBG_FORCE_SNAKE_
|
||||
|
||||
//#define _DBG_CHK_OFF_LEAK_ // OFF時リーク電流のチェック(デバッガで確認)
|
||||
//#define _DBG_NOP_ // ブレークを貼るためにNOP()を有効にしたいとき
|
||||
@ -49,7 +48,7 @@
|
||||
//#define _TAIKENDAI_
|
||||
// homeメニューに入れてしまうのを回避する特殊ファームをつくる。ROMが足りないので電池パラメータ周りをパスする
|
||||
//#define _TAIKENDAI_SEISAN_SPECIAL_
|
||||
// 生産中に体験台向け使用が発症すると、アダプタがないと電源が入らずに検査に支障があるので一時ファーム
|
||||
// 生産中に体験台向け仕様が発症すると、アダプタがないと電源が入らずに検査に支障があるので一時ファーム
|
||||
//#define _RVD_
|
||||
// デバッガアタッチ時にターゲットリセットで電源が切れてしまうのを回避
|
||||
|
||||
|
BIN
trunk/hoge.bin
BIN
trunk/hoge.bin
Binary file not shown.
@ -46,7 +46,6 @@
|
||||
#define TRC TRC1
|
||||
#define SMC SMC1
|
||||
#define DFC DFC1
|
||||
#define IICS IICS1
|
||||
#define PortMode PM20
|
||||
#define Port P20
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef __ic2_mcu_sub__
|
||||
#define __ic2_mcu_sub__
|
||||
|
||||
// $Id: asdf$
|
||||
|
||||
i2c_err iic_mcu_write_a_byte_codec( u8 adrs, u8 dat );
|
||||
void codec_dummy_write( void );
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
# pragma interrupt INTIICA0 int_iic_twl RB2
|
||||
#endif
|
||||
|
||||
#include "incs.h"
|
||||
#include "incs_loader.h"
|
||||
#include "i2c_twl_defs.h"
|
||||
#include "i2c_twl.h"
|
||||
#include "vreg_twl.h"
|
||||
|
@ -199,9 +199,6 @@ void chk_platform_type()
|
||||
{
|
||||
// ●CTRファミリ //
|
||||
system_status.family = (enum family_)( DEV_DET >> 1 ); /// あぁ...
|
||||
#ifdef _DBG_FORCE_SNAKE_
|
||||
system_status.family = FAMILY_SNAKE;
|
||||
#endif
|
||||
|
||||
if( system_status.family == FAMILY_CTR )
|
||||
{
|
||||
|
@ -656,7 +656,7 @@ void BT_get_left(){
|
||||
u8 reg_volatile_temp_bt_remain,reg_volatile_temp_bt_remain_fine; // I2Cの非同期読み込みでのちらつき防止 キャップ処理の所為
|
||||
u8 fuel_cap_by_voltage; // 電圧でキャップに使う
|
||||
|
||||
// “d’rŽc—Ê
|
||||
// 電池残量
|
||||
if( system_status.model == MODEL_TS_BOARD
|
||||
|| system_status.model == MODEL_SHIROBAKO )
|
||||
{
|
||||
@ -735,7 +735,7 @@ void BT_get_left(){
|
||||
fuel_cap_by_voltage = 100;
|
||||
hysteresis = 0;
|
||||
}
|
||||
else if( bt_volt16 - hysteresis > V_TH_LO )
|
||||
else if( bt_volt16 - hysteresis > V_TH_LO ) // 測定値からヒステリシス分引いてる。読むとき注意。
|
||||
{
|
||||
fuel_cap_by_voltage = 30;
|
||||
hysteresis = 0;
|
||||
|
@ -1,6 +1,7 @@
|
||||
#ifndef __PM__
|
||||
#define __PM__
|
||||
|
||||
// $Id: asdf$
|
||||
|
||||
|
||||
#define IIC_SLA_PMIC 0x84
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef __rtc_h__
|
||||
#define __rtc_h__
|
||||
|
||||
// $Id: asdf$
|
||||
|
||||
|
||||
void RTC_init( void );
|
||||
void rtc_buf_refresh( );
|
||||
|
@ -1,6 +1,7 @@
|
||||
#ifndef _USER_DEF_
|
||||
#define _USER_DEF_
|
||||
|
||||
// $Id: asdf$
|
||||
|
||||
#define IIC_T_SLAVEADDRESS 0x4A
|
||||
#define IIC_C_SLAVEADDRESS 0x4A
|
||||
|
@ -1,13 +1,210 @@
|
||||
C:\Windows\system32\cmd.exe /c c:\cygwin\bin\touch magic.c
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -sainter_asm -zpb -no magic.c
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no loader.c
|
||||
loader.c(160) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
loader.c(161) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 2 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\loader.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no pm.c
|
||||
pm.c(538) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(849) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(853) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(881) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(895) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(969) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(978) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(1051) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(1058) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(1197) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
pm.c(1199) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 11 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\pm.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no i2c_ctr.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\i2c_ctr.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no main.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\main.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no magic.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\magic.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no WDT.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\WDT.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no i2c_mcu.c
|
||||
i2c_mcu.c(188) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 1 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\i2c_mcu.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no i2c_twl.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\i2c_twl.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no led.c
|
||||
led.c(86) : CC78K0R warning W0745: Expected function prototype
|
||||
led.c(352) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 2 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\led.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no rtc.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\rtc.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2m -qvjl2w -ainter_asm -zpb -no vreg_ctr.c
|
||||
vreg_ctr.c(158) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(159) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(161) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(163) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(164) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(247) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(247) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(252) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(252) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(256) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(256) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(260) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(260) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_ctr.c(264) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 14 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\vreg_ctr.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2m -qvjl2w -ainter_asm -zpb -no vreg_twl.c
|
||||
vreg_twl.c(68) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
vreg_twl.c(72) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 2 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\vreg_twl.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no adc.c
|
||||
adc.c(104) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
adc.c(190) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
adc.c(241) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
adc.c(308) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
adc.c(434) : CC78K0R warning W0745: Expected function prototype
|
||||
adc.c(463) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
adc.c(468) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 7 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\adc.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2m -qvjl2w -ainter_asm -zpb -no renge\renge.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\renge.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no accero.c
|
||||
accero.c(121) : CC78K0R warning W0745: Expected function prototype
|
||||
Compilation complete, 0 error(s) and 1 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\accero.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2 -qvjl2w -ainter_asm -zpb -no self_flash.c
|
||||
self_flash.c(289) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
self_flash.c(290) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 2 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\self_flash.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no sw.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\sw.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no task_debug.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\task_debug.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no task_misc.c
|
||||
task_misc.c(382) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
task_misc.c(384) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
task_misc.c(394) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 3 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\task_misc.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no task_sys.c
|
||||
task_sys.c(229) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
task_sys.c(291) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
task_sys.c(569) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 3 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\task_sys.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no pedo_alg_thre_det2.c
|
||||
pedo_alg_thre_det2.c(104) : CC78K0R warning W0745: Expected function prototype
|
||||
pedo_alg_thre_det2.c(120) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 2 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\pedo_alg_thre_det2.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no ini_VECT.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\ini_VECT.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no task_status.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\task_status.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no led_cam.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\led_cam.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no led_pow.c
|
||||
led_pow.c(122) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
led_pow.c(127) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
led_pow.c(180) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
led_pow.c(242) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
led_pow.c(273) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 5 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\led_pow.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no hal.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\hal.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no batt_params.c
|
||||
batt_params.c(63) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(63) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(81) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(100) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(100) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(118) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(118) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(138) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(138) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(156) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(156) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(175) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(175) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(193) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
batt_params.c(193) : CC78K0R warning W0401: Conversion may lose significant digits
|
||||
Compilation complete, 0 error(s) and 15 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\batt_params.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no voltable.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\voltable.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no pedo_lpf_coeff.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\pedo_lpf_coeff.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx kanaria.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no kanaria_c.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\kanaria_c.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx get_ei.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no util_funcs.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\util_funcs.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\bin\cc78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -irenge -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r" -ms -rd2s2 -qvjl2w -ainter_asm -zpb -no i2c_mcu-sub.c
|
||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\i2c_mcu-sub.asm
|
||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\lk78k0r.exe" -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -obsr.lmf "..\..\..\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r\s0rm.rel" -gi1B339499E033F240BFAAh -pbsr_k0r.map -nkd -gb7EFBFFh -b"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r\fsl.lib" -bcl0rdm.lib -bcl0rm.lib -bcl0rmf.lib -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r" -dbsr_mcu.dr -s -w2 loader.rel pm.rel i2c_ctr.rel main.rel magic.rel WDT.rel i2c_mcu.rel i2c_twl.rel led.rel rtc.rel vreg_ctr.rel vreg_twl.rel adc.rel renge.rel accero.rel self_flash.rel sw.rel task_debug.rel task_misc.rel task_sys.rel pedo_alg_thre_det2.rel ini_VECT.rel task_status.rel led_cam.rel led_pow.rel hal.rel batt_params.rel voltable.rel pedo_lpf_coeff.rel kanaria.rel kanaria_c.rel get_ei.rel util_funcs.rel i2c_mcu-sub.rel
|
||||
RA78K0R warning W3420: File 'loader.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
Read Device File Directory : C:\PROGRAM FILES (X86)\NEC ELECTRONICS TOOLS\DEV\
|
||||
RA78K0R warning W3420: File 'pm.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
RA78K0R warning W3420: File 'i2c_ctr.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
RA78K0R warning W3420: File 'i2c_mcu.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
RA78K0R warning W3420: File 'led.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
RA78K0R warning W3420: File 'vreg_ctr.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
@ -21,7 +218,7 @@ RA78K0R warning W3420: File 'pedo_alg_thre_det2.rel' already has had error(s)/wa
|
||||
RA78K0R warning W3420: File 'led_pow.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
RA78K0R warning W3420: File 'batt_params.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||
|
||||
Link complete, 0 error(s) and 15 warning(s) found.
|
||||
Link complete, 0 error(s) and 14 warning(s) found.
|
||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\oc78k0r.exe" -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -o.\bsr.hex -nu -ki bsr.lmf
|
||||
Object Conversion Complete, 0 error(s) and 0 warning(s) found.
|
||||
C:\Windows\system32\cmd.exe /c ruby nec_s_2_bsrbin2.rb bsr.hex
|
||||
@ -31,4 +228,4 @@ intel-HEX to bsr bin converter
|
||||
file converted!
|
||||
|
||||
|
||||
Build Total error(s) : 0 Total warning(s) : 15
|
||||
Build Total error(s) : 0 Total warning(s) : 84
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,19 +1,18 @@
|
||||
[ProjectManager]
|
||||
FrameMax=0
|
||||
FrameX=19
|
||||
FrameY=37
|
||||
FrameCX=1447
|
||||
FrameCY=919
|
||||
OpenFile1=kanaria_c.c,0,87,284,782,915,25,2,25,0
|
||||
OpenFile2=ProjectWindow
|
||||
FrameX=140
|
||||
FrameY=81
|
||||
FrameCX=1576
|
||||
FrameCY=1127
|
||||
OpenFile1=ProjectWindow
|
||||
PrjPos=0,0,706,0,291
|
||||
OpenFile3=i2c_ctr.c,0,655,120,1628,751,14,7,14,0
|
||||
OpenFile4=i2c_mcu_sub.h,0,125,125,1302,650,0,5,6,0
|
||||
OpenFile5=bsr_k0r.map,0,150,150,1327,675,36,262,36,0
|
||||
OpenFile6=pm.c,0,175,175,1352,700,62,157,25,0
|
||||
OpenFile7=config.h,0,216,85,1393,610,70,24,70,0
|
||||
OpenFile8=OutputWindow
|
||||
OutputPos=0,200,778,258,926
|
||||
OpenFile2=batt_params.c,0,75,75,1306,733,37,10,77,0
|
||||
OpenFile3=pedo_lpf_coeff.c,0,100,100,1331,758,0,22,0,0
|
||||
OpenFile4=led_pow.c,0,125,125,1356,783,0,32,0,0
|
||||
OpenFile5=i2c_twl.c,0,360,230,1591,888,0,31,0,0
|
||||
OpenFile6=config.h,0,156,405,1333,930,5,15,5,0
|
||||
OpenFile7=OutputWindow
|
||||
OutputPos=0,200,850,258,1214
|
||||
ActivePRJ=yav_mcu_bsr.prj
|
||||
[ProjectWindow]
|
||||
ProjectWindowDispType=0
|
||||
|
@ -1,7 +1,7 @@
|
||||
[SdbInfo]
|
||||
Ver=5
|
||||
[loader.c]
|
||||
T=5004f29d
|
||||
T=50aae350
|
||||
1=incs_loader.h
|
||||
2=..\..\..\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\inc78k0r\fsl.h
|
||||
3=fsl_user.h
|
||||
@ -13,7 +13,7 @@ T=5004f29d
|
||||
9=WDT.h
|
||||
10=magic.h
|
||||
[pm.c]
|
||||
T=50761590
|
||||
T=509cba41
|
||||
1=incs.h
|
||||
2=adc.h
|
||||
3=led.h
|
||||
@ -25,7 +25,7 @@ T=50761590
|
||||
9=vreg_twl.h
|
||||
10=i2c_mcu.h
|
||||
[i2c_ctr.c]
|
||||
T=4fcefcb0
|
||||
T=50aae39f
|
||||
1=incs.h
|
||||
2=rtc.h
|
||||
3=pedometer.h
|
||||
@ -40,7 +40,7 @@ T=505039f7
|
||||
7=i2c_mcu.h
|
||||
8=pool.h
|
||||
[magic.c]
|
||||
T=507b6eae
|
||||
T=50aae490
|
||||
1=magic.h
|
||||
2=config.h
|
||||
[WDT.c]
|
||||
@ -54,8 +54,8 @@ T=5024cbbe
|
||||
4=util_funcs.h
|
||||
5=i2c_mcu_sub.h
|
||||
[i2c_twl.c]
|
||||
T=4fcefcb2
|
||||
1=incs.h
|
||||
T=50aae489
|
||||
1=incs_loader.h
|
||||
2=i2c_twl_defs.h
|
||||
3=i2c_twl.h
|
||||
4=vreg_twl.h
|
||||
@ -190,7 +190,7 @@ T=4e687272
|
||||
2=led.h
|
||||
3=vreg_twl.h
|
||||
[led_pow.c]
|
||||
T=5060f6f5
|
||||
T=50aae477
|
||||
1=incs.h
|
||||
2=led.h
|
||||
3=pm.h
|
||||
@ -198,14 +198,14 @@ T=5060f6f5
|
||||
T=5060f66e
|
||||
1=incs_loader.h
|
||||
[batt_params.c]
|
||||
T=506bf199
|
||||
T=50aae24b
|
||||
1=jhl_defs.h
|
||||
2=batt_params.h
|
||||
[voltable.c]
|
||||
T=4e649285
|
||||
1=incs.h
|
||||
[pedo_lpf_coeff.c]
|
||||
T=4e6489bd
|
||||
T=50aae47c
|
||||
1=incs.h
|
||||
[kanaria.asm]
|
||||
T=4e4226a2
|
||||
@ -244,7 +244,7 @@ T=4e559884
|
||||
T=4fd7f6f9
|
||||
1=config.h
|
||||
[config.h]
|
||||
T=507617e1
|
||||
T=50aae350
|
||||
[jhl_defs.h]
|
||||
T=4e647343
|
||||
[user_define.h]
|
||||
@ -260,7 +260,7 @@ T=4e5e108a
|
||||
[renge\renge_defs.h]
|
||||
T=4fcdd1ab
|
||||
[renge\renge_task_immediate.h]
|
||||
T=4e54ab05
|
||||
T=508a5427
|
||||
1=renge\renge_defs.h
|
||||
[vreg_ctr.h]
|
||||
T=50761791
|
||||
@ -314,7 +314,7 @@ T=4dd5c8b2
|
||||
[led.h]
|
||||
T=4e530d97
|
||||
[batt_params.h]
|
||||
T=4fb9cb80
|
||||
T=50aadda3
|
||||
1=jhl_defs.h
|
||||
[pool.h]
|
||||
T=4c072cf1
|
||||
|
Loading…
Reference in New Issue
Block a user