m16c62p kd30
Have you tried to compile your own monitor???
I've seen in the monitor source "com_all_M16C.bat"
------------------------------------------------------------------------
cls
REM Generate one monitor for test purpose
REM call com_processor_M16C %1 %2 %3 %4 %5 %6 %7 %8 %9
ECHO OFF
REM Parameters:
REM %1: processor name, used only in the file name
REM %2: processor type
REM 1 - 62/62A
REM 2 - 6N0/6NA
REM 3 - 62N
REM 4 - 62P, 6N4/6N5
REM 5 - 62P TS, 6N4/6N5 TS
REM 6 - 26, 1N
REM %3: RAM size in KB
REM %4: Monitor size in KB
REM %5: Flash memory size in KB
REM %6: UART used for communication
REM %7: Switch divider for peripheral clock off (only M16C/6N)
REM 0 - f(Xin)/2
REM 2 - f(Xin)/1
REM %8: Multiplier for PLL circuit. Only available with M16C/62P and M16C/6N4/6N5.
REM If PLL is not used this parameter must be set to 1.
REM %9: optional addition to indicate processors running with f(Xin) as SIO clock,
--------------------------------------------------------------------------
the 62P seems to be an other flash type (HND2-type)
-----------------mon_m16c.a30---------------------------
;Processor FLASH_TYPE RAM MON_SIZE FLASH_SIZE
;M30624FGFP 1 20 16 256
;M30624FGAFP 1 20 16 256
;M30624FGMFP 1 20 16 256
;M30624FGNFP 3 20 8 256
;M30624FGPFP 4 20 8 256
------------------------------------------------------------
Have your also tried the new KD30. It does flash the monitor automatically in the M16C when no monitor is inside.
Sorry I don't speak spanish
Maybe the next challenge when I've learnt english right ;-()
Gomez