Building configuration: menu_test - Debug
Updating build tree...
Linking
Error[e104]……
嗯以后还真得注意这个,中断里面尽量不调用函数,
……
程序放在while语句里可以,在中断里不行,
……
#include <msp430x14x.h>
typedef unsigned char uchar;
typedef unsigned int ……
__interrupt void timerA0_ISR()
{
////tempe=Do1Convert();//读取温度
&n……
这个怎么看呐,新手不好意思啊,我用的是msp430f149
……
为什么读取DS1820的值写进中断,堆栈就溢出,但是在中断外这个正常执行啊
这是读取温度的代码
uint Do1Convert(v……