Dear experts, I would like to ask what knowledge should be learned to develop a driver for SDH access devices based on VxWorks, and what are the steps to learn. Please give me some guidance. Thank you
I am making a double-layer board, and some of the components are larger, such as LCD. These large components are placed on the top layer, and some SMD components can be placed on the same position on
[i=s] This post was last edited by ppxxjh on 2018-3-26 16:53 [/i] This is the first time I use the 3842 chip. After checking the information, I still don’t understand some things. I hope you can guide
Why can't this program enter the interrupt subroutine?
void main() { TMOD=0x01;//Set timer 0 to working mode TH0=(65536-50000)/256; TL0=(65536-50000)%256; EA=1;//Open general interrupt ET0=1;//Open ti