打印
[开发工具]

STM32Driver.dll 1.1.9.3好像还是有问题

[复制链接]
4111|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楼的久等了, 俺回家过年去了. 才回来

我给你站内消息了

使用特权

评论回复
5
玲玲灵灵2013| | 2015-8-4 11:18 | 只看该作者
怎么解决的呢

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

13

主题

64

帖子

0

粉丝