mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
●スタックがあふれる可能性があったので修正 ・スタックをあまり使わないように(accero.c, iic_twl.c, pm.c, vreg_ctr_write からのhosu_increment_if_nesessary(), ) ・iic_ctrの割り込み順位を下げた(iic_ctr_init)。iic_twl以外は一律最低に。 mmen,DS互換で暫く波形を見たが問題なさそう。もう暫くエージング継続 ・renge task_interval_runの中からtask_immed_runを呼ぶのをやめた。よーく動作確認をすること!(これは戻すかも) ●ext_infoの実装を修正(task_misc.c) romは減ったが、スタティックなRAMが増えた。それでもスタックを使うより安全と思う ●MGICの無い機材(白箱など)でも電池周りのHALが動くよう修正(adc.c) ●voltableを.hではなく.cへ移動 ●iic_mcu_startのiic_puウェイトを1msに。別に動でもいいのだが。 ○電源offからの電源投入チェック、アダプタ有無で異なるパスを通っていたが、出来るだけ共通に。テスト中 git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@363 013db118-44a6-b54f-8bf7-843cb86687b1
44 lines
4.4 KiB
Plaintext
44 lines
4.4 KiB
Plaintext
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 -rd2 -qvjl2w -sainter_asm -zpb -w2 -no magic.c
|
|
magic.c(16) : CC78K0R warning W0871: Data aligned after 'MGC_HEADdN' in 'MGC_MIMI section'
|
|
magic.c(24) : CC78K0R warning W0871: Data aligned after 'MGC_TAILd' in 'MGC_TAIL section'
|
|
magic.c(12) : CC78K0R warning W0871: Data aligned after 'MGC_LOADd' in 'MGC_LOAD section'
|
|
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 inter_asm\magic.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" -go85h,0FC00h,1024 -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
|
|
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 'main.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'WDT.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 'i2c_twl.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 'rtc.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'
|
|
RA78K0R warning W3420: File 'vreg_twl.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'adc.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'renge.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'accero.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'self_flash.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'sw.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'task_debug.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'task_misc.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'task_sys.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'pedo_alg_thre_det2.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'task_status.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'led_cam.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'led_pow.rel' already has had error(s)/warning(s) by 'CC78K'
|
|
RA78K0R warning W3420: File 'hal.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 25 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
|
|
133
|
|
!E debug enable!!
|
|
Build Total error(s) : 0 Total warning(s) : 28
|