[i=s] This post was last edited by ljj3166 on 2015-8-16 20:19 [/i] It’s my first time to play with Renesas. I’m a little excited. After running for almost a week from Beijing, I finally arrived. I can...
I'm learning NIOSII recently, and there are always some problems. Sorry to bother you...
#include "stdio.h"#include "sys/unistd.h"#include "io.h"#include "string.h"#include "system.h"#include "altera_...
[p=35, null, left][color=#555555] The MCU used for the embedded development part of the project is LM3S9B96. . (This is a project from a year and a half ago. Recently, the boss asked to restore it. So...
As soon as I got it, I couldn't wait to open the package. It was quite tight. There is a development board (it's really small and exquisite. I knew it was not big. I thought it was half the size of my...
#includestdio.hint main(){int m=2,n=1,a=1,b=2,c=3,d;d=(m=a==b)(n=bc);printf("d=%d,m=%d,n=%d",d,m,n);d=(n=bc);printf("d=%d,n=%d",d,n);while(1);Why is the first printout a solution of 1 regardless of wh...