[font=Microsoft Yahei][size=3][b]The LPC810 development board arrived last week. I have been too busy recently and have not had time to study it. [/b][/size][/font] [b][font=Microsoft Yahei][size=3]Fi...
Receiver sensitivity index analysis This article analyzes some problems encountered in receiver design and testing, such as the impact of noise coefficient on receiver sensitivity; the impact of local...
I want to talk about something other than studying...
Well, I am a novice among novices, a novice among novices. I thought that no one would pay attention to my blog posts... But, but! Sister Soso and...
I like embedded systems more, but I don't work in this field. I can only learn by myself (protocol stack) as a hobby. Now I am familiar with UCOS2 system, can read source code, and understand task mec...
[code]UART3Init(); RS485_SendByte(0x00); Delay2(10); hh[0]=0x66; MYDMA_Config(DMA1_Channel3,(u32)&USART3->DR,(u32)hh,1);//DMA1 channel 3, peripheral is serial port 3, memory is hh, length 1 USART3->CR...