12
Return list

209

Posts

1

Resources
21
 
Shengshihuihuang Electronic Science published on 2024-6-27 15:47 When I see special algorithm statements and special circuit applications, I suddenly realize programming

Special circuit applications? Are you a digital IC designer? Or a related position?

This post is from Programming Basics
 

209

Posts

1

Resources
22
 
damiaa posted on 2024-6-25 09:28 Read more and practice more. See how others do it and follow their example. Slowly you will be able to do it yourself.

Indeed, in actual combat, it is much more efficient than simply learning grammar.

This post is from Programming Basics
 
 
 

209

Posts

1

Resources
23
 
freebsder posted on 2024-6-25 11:50 If you read more, you will be enlightened, and more often you will learn from others.

I feel that reading too much may not necessarily lead to enlightenment. Most people should be enlightened through practice.

This post is from Programming Basics
 
 
 

188

Posts

1

Resources
24
 

When I was learning C language, I used to use printf in class. It was not until I touched a microprocessor that I understood what C language really did.

This post is from Programming Basics

Comments

Haha, so now you know what C language is doing? Please share some work!  Details Published on 2024-8-5 09:39
 
 
 

209

Posts

1

Resources
25
 
tryisbest posted on 2024-7-30 19:24 When I was learning C language, I was always learning printf in class. It was not until I touched the microprocessor that I knew what C language was really doing

Haha, so now you know what C language is doing? Please share some work!

This post is from Programming Basics

Comments

Practical Tips  Details Published on 2024-8-5 09:39
 
 
 

209

Posts

1

Resources
26
 
851779592 posted on 2024-8-5 09:39 Haha, so now you know what C language is doing? Please share some work!

Practical Tips

This post is from Programming Basics

Comments

You will start to realize the problem of memory space. In the beginning, you only use the computer memory capacity, so you don't have to worry about it. But when porting to a microcontroller, you have to pay attention to variables and function calls. For example, if the Recursive language of C language is not used properly in a microcontroller, it will cause the memory space range to exceed and cause errors. So  Details Published on 2024-9-17 09:58
 
 
 

188

Posts

1

Resources
27
 

You will start to realize the problem of memory space. At the beginning, you only use the computer memory capacity, so you don't have to worry about it. But when porting to a single-chip microcomputer, you have to pay attention to variables and calling functions. For example, if the Recursive function of C language is not used properly in a single-chip microcomputer, it will cause the memory space range to exceed and cause errors. Therefore, basically, some of the writing methods in C language tutorials are not used when writing single-chip microcomputers.

This post is from Programming Basics
 
 
 

12
Return list
Guess Your Favourite
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list