OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/tools/lib
    from Rev 110 to Rev 114
    Reverse comparison

Rev 110 → Rev 114

/tcl-lib/dbg_functions.tcl
523,10 → 523,21
#=============================================================================#
proc VerifyCPU_ID {} {
 
global omsp_info
 
set cpu_id_full [GetCPU_ID]
 
if {[string eq "0x00000000" $cpu_id_full] |
([string length $cpu_id_full]!=10)} {
([string length $cpu_id_full]!=10) |
($omsp_info(cpu_ver) >2) } {
puts "\n"
puts "ERROR: cpu_id not valid: $cpu_id_full"
puts ""
puts " -------------------------------------------------------------"
puts " !!!! Make sure that you are properly connectec to the board !!!!"
puts " !!!! or try reseting the serial debug interface (or CPU). !!!!"
puts " -------------------------------------------------------------"
puts ""
set result 0
} else {
set result 1

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.