⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 can64_can.txt

📁 at90can系列单片机can_bootloader_example
💻 TXT
字号:
#---- Setup of the hardware -----
-device AT90CAN64
-hardware PEAK
-canbitrate 500 

-logf "can64_can_logfile.txt"

#-debug


#----- Operation --------------
-operation
    ONFAIL Ignore
    CANOPEN 0xFF
    
    ECHO "   -1- Test=can64_tst-1_configurations.txt"
    INCLUDE "can64_tst-1_configurations.txt"
    
    ECHO "   -2- Test=can64_tst-2_ssb.txt"
    INCLUDE "can64_tst-2_ssb.txt"
    
    ECHO "   -3- Test=can64_tst-3_blankcheck_eeprom.txt"
    INCLUDE "can64_tst-3_blankcheck_eeprom.txt"
    
    ECHO "   -4- Test=can64_tst-4_blankcheck_flash.txt"
    INCLUDE "can64_tst-4_blankcheck_flash.txt"
    
    ECHO "   -5- Test=can64_tst-5_eeprom.txt"
    INCLUDE "can64_tst-5_eeprom.txt"
    
    ECHO "   -6- Test=can64_tst-6_flash.txt"
    INCLUDE "can64_tst-6_flash.txt"
    
    CANCLOSE 0xFF
    ECHO " "
    ECHO "   --- End of Test--- "

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -