project.out.rc 796 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/* ---------------------------------------------------------------------------------------------------------------------------------------------*/
//remote Sim850 -rom									      /* Simulator */
/* ---------------------------------------------------------------------------------------------------------------------------------------------*/

// Load registers button 

// Reset button 
debugbutton Reset c="target rst; e 0x0" i="reset" h="Target reset and restart"

// connect to minicube 
if(_REMOTE_CONNECTED == 0) {
      connect 850eserv2 -rh850 -e1lpd4=16500 -df=dr7f701412.dvf -noiop -id ffffffffffffffffffffffffffffffff -D -dclock=8000,0,swoff -fastflashload
      //target syscalls off
}
// load software to target
target rst; load
// reset 
target rst; e 0x0000
// start 
b main
s