On February 21, the new generation of BeagleBone will be released Judging from the promotional picture, the appearance has been changed to black, and other performance indicators have been slightly mo...
50 years ago, the IC that created the entire industry was born! Objectively speaking, its physical significance is not as good as that of the transistor. However, it is precisely because of the IC tha...
Now the program compiles without any abnormal prompts, and the breakpoint can also stop;I set a local variable and assign a value of constant array A to this local variable. The problem is:when the pr...
[i=s]This post was last edited by moonyuan on 2014-7-6 18:06[/i] [color=#ff00][backcolor=rgb(255, 255, 255)][font=Verdana][size=2]Participate in the HELPER2416 Development Board Student Aid Program[/s...
What are the voltages of pins 2 and 3 when ds1302 oscillates normally? I measured it, but I don't know if it is normal.Pin 2 is 0Vand pin 3 is about 1.4V. I can't measure the oscillation waveform with...
The on-chip flash address is 0x7000, for example, and is defined as follows: #define FLASH_ADDR XREG( 0x7000 ) I declare a pointer BYTE * pb; how do I make pb point to address 0x7000? Thank you...