The first part is "emWin Control Application Development", which focuses on explaining the basic functions of emWin and how to use common controls. The second part is practical comprehensive routines.
I bought a digital tube module online, which is driven by two 74hc595 cascades. The schematic diagram of the module is as follows,The attachment is the project.
I am going to define a global variable with the content "1234567890" and put it at a certain address of FLASH, such as 0x1b00. I hope that after the program is compiled and the generated hex file is c
[font=微软雅黑][size=3] Since [/size][/font][url=https://en.eeworld.com/bbs/thread-377423-1-1.html][font=微软雅黑][size=3][b]EEWORLD Forum Idle Items Exchange Chip Coin Rules[/b][/size][/font][/url][font=微软雅黑
I am designing a board using Protel in a hierarchical circuit way and the following error message appeared: #1 Error Duplicate Sheet Numbers 0 DLB.prj And POWER.sch[/font] [font=Verdana, Helvetica, Ar
When using STM32, I hope that "some variable data will follow the chip". Although STM32 provides 20 bytes of BKP-RAM, it needs to be maintained by VBAT. It is not very convenient!
When writing a program in CCS5.1, I use unsigned int to define a variable. This definition cannot be used. I must use volatile unsigned int to use it. Why? Is there a way to set it to unsigned int and