[size=4]I believe that when circuit designers read the data sheet of the DC-DC isolated power module, the first thing they pay attention to is the power parameters on the front page, such as power, in...
The AD conversion process of R7F0C809 is as follows:Here P13 (ANI4) and P14 (ANI5) are used to implement dual-channel ADC voltage acquisition, and the ADC configuration is as follows:The IO port confi...
main() { //PB1 is set to push-pull output DrvGPIOInit(PB,E_PIN_0,E_GPIO_MODE_OUT_PP_L_SLOW); //Enable TIM2 clock CLK_PCKENR=0x01; //Turn off TIM2 TIM2_CR1|=0x00; //16-division TIM2_PSCR=0x04; //Initia...
A few days ago, I posted a post about distribution automation and DSP, but basically no one paid attention to it. I was very disappointed :Sad: I will post another one. Although I learned DSP in schoo...
I have a task now, to make a program on a scanner. The scanner's system is WINCE .NET, version 4.2. I used VS.NET2005 to build a WIN CE5.0 program, and when I deployed it, I got an error, which usuall...
Everyone knows that Simulink in Matlab can automatically generate C code that can be run by DSP. However, after I generated it, I couldn't get the expected results when running it on the development b...