[开发工具] STM32Driver.dll 1.1.9.3好像还是有问题

[复制链接]
5164|4
 楼主| amixice 发表于 2008-2-1 10:52 | 显示全部楼层 |阅读模式
STM32Driver.dll 版本确定是1.1.9.3

RAM中调试:

typedef struct{
    //unsigned char led1_on_time;
    //unsigned char led1_off_time;
    unsigned char ledx;
    unsigned char ontime;
    unsigned char offtime;
} LED_PARAM;

 8 776 bytes of CODE  memory
 5 550 bytes of DATA  memory
   829 bytes of CONST memory

此时正常下载调试.

=====> 
增加一个成员就会出错

typedef struct{
    unsigned char led1_on_time;
    //unsigned char led1_off_time;
    unsigned char ledx;
    unsigned char ontime;
    unsigned char offtime;
} LED_PARAM;

 8 776 bytes of CODE  memory
 5 551 bytes of DATA  memory
   830 bytes of CONST memory


错误为:
The debugging session could not be started.
Either the debugger initialization failed, or else the file "D:.....xx.d79" was corrupt or of an unsupported format.
There might be more information in de Debug Log window.

Debug Log window:
Fri Feb 01 10:50:59 2008: Failed to load debugee: D:...xx.d79


STM32F10x确实很好用, 也准备用在项目中使用, 但是这个IAR的驱动确实有点不敢恭维.

前段时间也是在一个文件里面多定义一个变量就出现这个问题, 把那个变量去掉就可以用, 当时找问题找了一天.
香水城 发表于 2008-2-1 11:16 | 显示全部楼层

谢谢楼主的报告,我会转告开发人员

如果做项目还是买个JLink比较好。
vigia 发表于 2008-2-4 16:13 | 显示全部楼层

呼唤LZ

你的描述太笼统了,看不出问题所在,能否把项目贴上来我试试? 
 楼主| amixice 发表于 2008-2-18 08:48 | 显示全部楼层

3楼的久等了, 俺回家过年去了. 才回来

我给你站内消息了
玲玲灵灵2013 发表于 2015-8-4 11:18 | 显示全部楼层
怎么解决的呢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

13

主题

64

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部