[size=4][color=#000000][backcolor=white]The internal instruction cycle of the TMS320 series is relatively high, and the main frequency of the external crystal oscillator is not enough, so most DSP chi...
## Preface Well-made architecture, high yield like a sow. Change the interface and the effect will come out. On the second day of work, I worked on the SPI driver DS1302. Keywords: GD32, SPI, DS1302, ...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 20:02 [/i] I plugged a USB drive into my computer yesterday. I first found new hardware but there was no drive letter in my computer!!! I ...
I recently had some time to learn CPLD. I am ashamed that I did not learn it thoroughly, but it can handle the work topics I want to do in advance. I don't ask for icing on the cake, but I ask for sol...
Some time ago, I just completed a 360-degree panoramic system designed based on the IMX6 reference design schematics, including solution evaluation, sample board testing, schematic design, prototype d...
P5DIR |= 0x02;What does this expression mean?0x02 is 00000010, right? Is P5DIR|=0X02 equal to P5DIR=P5DIR|00000010?How can I see which port it defines? How can I know whether P5DIR points to input or ...