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
[size=7]Use SourceInsight to view LPCOpen source code[size=3] Since LPCOpen routines are compiled libraries, it is very inconvenient to view the source code in Keil routines. You can only view it by a