Welcome to Panda-P Project Wiki

Panda-P is NC program transfer tool using AKI-H8-3069F-USB board.

FW Design information

  • Development environment
  • Monitor FW

Original code from Renesas web site. ( http://japan.renesas.com/support/seminar/sample_program/sample_h83/ ) Add lower.c and monitor.c is needed to modify as follows,

  1. void INITIALIZE(void) /* */
  2. { /* */
  3. P1DDR=0xFF; // H'EE000
  4. P2DDR=0x07; // H'EE001
  5. P8DDR=0x1C; // H'EE007
  6. BSC.RTCOR=0x03; // H'EE029
  7. BSC.RTMCSR.BYTE=0xA7; // H'EE028
  8. BSC.DRCRA.BYTE=0x38; // H'EE026
  9. BSC.DRCRB.BYTE=0x98; // H'EE027
  10. monitor(); /* Goto Monitor Program */
  11. } /* */
modify monitor.sub as follows,
INPUT      ADVANCED,MONITOR,LOWER
LIST       MONITOR.MAP
SHOW       SYMBOL
OUTPUT     MONITOR.MOT
FORM       STYPE
NOOPTIMIZE
LIBRARY    ADVANCED,3069
LIBRARY    MONITOR
DEFINE     $BRR=13
DEFINE     $STACK=580000
START      VECTOR/0,ROM,C/100,RAM/FFC020,USER/FFBF20,SCI/FFFFB8

  • Memory map

  • Others

menu structure

HW Design information

Dernières dossier de presse

This Project Has Not Released Any Files

Recent Tickets

EEPROMへの設定値の保存処理実装2012-06-14 08:54
まだ手付かず。tekken_boss
ファイルのソーティング実装2012-06-14 01:49
現状、FATのエントリ順でしかファイル・ディレクトリの一覧が表示されない。 不便なので、最低でもアルファベット順でソート...tekken_boss
USBからの転送速度が遅すぎる2012-06-11 10:19
現状、4KB/Sほどしか速度が出ていない。 FW Ver: 0.1.1tekken_boss