[i=s]This post was last edited by yan2513 on 2014-9-5 20:54[/i] Official product of TI: [url=http://www.ti.com.cn/tool/cn/tmdssk3358#3]http://www.ti.com.cn/tool/cn/tmdssk3358#3[/url] It has been gathe...
usbmsd_rom routine analysis:
1. Map the pointer to the on-chip driver table:ROM ** rom = (ROM **) 0x1fff1ff8;
2. Set device type and information:
MscDevInfo.idVendor = USB_VENDOR_ID ;MscDevInfo.idProd...
void CTL74ls138(unsigned char m,unsigned char n,unsigned char l) { P1OUT = m<<1 | n<<3 | l<<4; } What does this program mean? The A, B, and C of 74LS138 are connected to P1.1, P1.3, and P1.4 of msp430...
[i=s]This post was last edited by youzizhile on 2016-7-1 20:38[/i] I received a call from FedEx today. I think it must be the cc2650 development board. I quickly retrieved the package, but found that ...