只要我把先列程序第三行注释掉就没问题,那怕是再定义个1K的数组 求大神搭救? _EINT(); while(cy_index != 0){;} //while(cy_index != 1119){;} _DINT() ; IAR编译器 错误提示如下: Error[e16]: Segment DATA20_ID (size: 0x19e align: 0x1) is too long for segment definition. At least 0x4 more bytes needed. The problem…
Other Parts Discussed in Thread: MSP430FR6972 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/649051/msp430fr6972…
Other Parts Discussed in Thread: MSP430FR6972 各位大神:
你们好,我现在正在使用MSP430FR6972芯片,今天写了一个定时器触发AD采样的程序,用TB0CCR1来触发AD12来进行单次序列采样,采通道2,3,15的数据,目前情况是定时器可以触发AD采样,能进入AD中断,但是从通道中采出来的值不正确,且均一直为0,不知问题何在,求各位帮忙,小弟不胜感激!驱动程序如下
void ADC12_B_init ( ) { ADC12CTL0…