[i=s]This post was last edited by freeelectron on 2022-9-16 08:37[/i]I received the development board for more than a week. Last weekend, I installed the development environment, downloaded software, ...
DCDC is a DC to DC converter. I don't know much about it because I haven't used it. Can someone help me explain how it works? Suppose 12V is converted to 5V DC. If the input 12V is unstable, will the ...
[i=s]This post was last edited by yedaochang on 2017-9-1 15:59[/i] Playing with ARM and FPGA every day, in fact, no matter how things change, the basics remain the same, that is, the basic knowledge o...
The ADC12IE interrupt is turned on in the ADC_init() AD initialization function. Do I need to turn off ADC12IE in the ADC12ISR interrupt function?I have two problems with my program:
Question 1: If AD...
I found a RAM program on the Internet, as follows. But I also want to add a Restart input port, so I added a process, and when Restart and clk are 1, it initializes through data(10)<="11111111";, but ...