博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
K60用IRA通过j-link下载失败,解决方法
阅读量:5244 次
发布时间:2019-06-14

本文共 909 字,大约阅读时间需要 3 分钟。

K60在用飞思卡尔原厂的例程时,例程编译时没有问题,但是烧写时不成功,出现以下提示,请问该如何解决这个问题?

提示1.Miss or malformed flash loader specification file : C:\Program Files\IAR Systems\Embeded Workbeach 6.4 Evaluation\arm\config\flashloader\freescale\flashk70xxx.board
提示2. The debugging session could not be started.Either the debugger intialization failed,or else the file"C:\Users\Think\Desktop\KINETIS_120MHZ_SC\KINETIS_120MHZ_SC\build\iar\crc_demo\FLASH_1M\Exe\crc_demo_k70_
tower.out" was corrupt or of an unsupported format.
     There might be more information in the Debug Log window.
提示3.Wed Jul 03, 2013 10:38:23: Missing or malformed flash loader specification file: C:\Program Files\IAR Systems\Embedded Workbench 6.4 Evaluation\arm\config\flashloader\Freescale\FlashK70Xxxx.board

 

解决方法:1.选择【FlashK70Fxxx128K.board】文件替代之前的【FlashK70Xxxx.board】。

 

      2.项目设置中的板子型号要选择正确

      3.其他。。。。。

参考自

 

转载于:https://www.cnblogs.com/timace/p/4354255.html

你可能感兴趣的文章
【程序执行原理】
查看>>
python的多行注释
查看>>
连接Oracle需要jar包和javadoc文档的下载
查看>>
UVA 10976 - Fractions Again?!
查看>>
Dreamweaver cc新版本css单行显示
查看>>
【android】安卓的权限提示及版本相关
查看>>
JavaScript可否多线程? 深入理解JavaScript定时机制
查看>>
IOS基础学习
查看>>
PHP 导出 Excell
查看>>
Java基础教程——网络基础知识
查看>>
Kruskal基础最小生成树
查看>>
浅谈算法和数据结构: 一 栈和队列
查看>>
Java内部类详解
查看>>
【hdu 1429】胜利大逃亡(续)
查看>>
图论-次短路求法
查看>>
What's New for Visual C# 6.0
查看>>
ExtJs学习笔记之ComboBox组件
查看>>
关于收费软件
查看>>
getopt_long
查看>>
TensorFlow MNIST CNN 代码
查看>>