-
呵呵,还是DATASHEET没仔细看。我的PLLDIS脚是接的高电平,在复位的时候CLOCKOUT的输出就应该是3.125MHZ。
-
你好,为什么寄存器的位功能描述时,每一位的数据类型都是Uint16的。
比如说:
struct TCR_BITS { // bits description
Uint16 OUTSTS:1; // 0 Current state of TOUT
Uint16 FORCE:1; // 1 Force TOUT
Uint16 POL:1; // 2 Output polarity
Uint16 TOG:1; // 3 Output toggle mode
Uint16 TSS:1; // 4 Timer Start/Stop
Uint16 TRB:1; // 5 Timer reload
Uint16 FRCEN:1; // 6 Force enable
Uint16 PWIDTH:3; // 9:7 BitTOUT output pulse width
Uint16 SOFT:1; // 10 Emulation modes
Uint16 FREE:1; // 11
Uint16 rsvd:2; // 12:13 reserved
Uint16 TIE:1; // 14 Output enable
Uint16 TIF:1; // 15 Interrupt flag
}
其中的TIE、TIF等等都是一位,为什么前面数据类型却定义成Uint16?
-
希望楼主能把SARM.CMD和flash.cmd发上来哈~~
-
谢谢楼主耐心的解答。
楼主能讲下CMD文件的编写吗?
-
谢谢
加了后少了一个警告,但还剩一个
warning: creating output section .cio without SECTIONS specification
-
我按照上述流程建了一个工程后,Rebulid all 后,报警告:
>> warning: creating output section .cio without SECTIONS specification
>> warning: creating .sysmem section with default size of 400 (hex) words.
-
请问所谓的对AD在软硬上进行处理是指什么?
-
多谢!
-
请问楼主有miniDSP的仿真器的PCB图吗?就是那个XDS100
-
初学者提问:
那些寄存器中的X是表示A/B吗?
-
好贴,谢谢