When developing wince5.0 BSP, in debug mode, when running the system, the following error will appear in the debug window, and then exit. I don't know what caused it. Is there anyone who can give me s
Is there any difference between using __sqrt and CLAsqrt in CLA? After compilation, CLAsqrt occupies 12 bytes more space than __sqrt. interrupt void Cla1Task6 ( void ) { A=CLAsqrt(B); A=__sqrt(B); }
Are there any people doing ARM industrial control development? Is it mainly ARM bottom-level development? Is there any development prospect for ARM and industrial control development?