Can anyone help me make a MCU acknowledgment

Updated on technology 2024-05-10
10 answers
  1. Anonymous users2024-02-10

    Acknowledgment? Haven't heard of it!

  2. Anonymous users2024-02-09

    I've never heard of any confessions.

  3. Anonymous users2024-02-08

    I. 2Random, Read-only, 3, Special Function Register, 21 (uncertain) 3Address, Data, Control.

    4.External interrupt 0, external interrupt 1, timer 0, timer 1, serial interrupt.

    II, g, e

    III. 1Timing: The counter is accumulated according to the system clock, and the working mode is overloaded according to the configuration;

    Counting: The counter accumulates Suizhi Prefecture based on external input signals;

    A timer is used for timing; A counter is used to measure the number of changes in an external signal.

    The sampled value is a discrete fixed value, and the input is a continuously varying analog value, and the continuous variation signal is represented by a fixed discrete value, which will inevitably produce an error, which is called a quantization error.

    Fourth, 40h, 10h, 30h, fifth, no.

    6. org 0000h

    ljmp main

    main:mov r1, #00h

    mov r0, #40h

    mov dph, #20h

    loop:mov dpl, r1

    mov a, @dtpr

    mov @r0, a

    inc r0

    inc r1

    cjne r1, 50, loop

    end It's really easy to earn a few points from you...

  4. Anonymous users2024-02-07

    ……Ants on a hot pan, flies without heads ......

    The program has already written that this is for the AD9850 to write the configuration word, don't you go to ADI's ** to find the AD9850 specification and application manual to take a good look?

    It has been clearly written in the note that 2 to the 32nd power minus 1 is equal to 4294967295, 4294967295 125000000 = . Calculate the control word with floating point first, which helps to improve accuracy. Of course, if your main control chip does not have a floating-point arithmetic unit, you can also use integers to scale up first, and then scale down back ...... after calculation

  5. Anonymous users2024-02-06

    Does anyone still use compilation? Let's use C. What I learned in school, hey......

  6. Anonymous users2024-02-05

    Hello! Then do you have the overall idea, have you selected the chip, and the circuit diagram can help you.

  7. Anonymous users2024-02-04

    Pick up the projects you have done again, and then reduce the power consumption as much as possible, so that the system power consumption can run for more than one year on battery drive, and test it in harsh environments to ensure system stability.

    Make a signal transmitter and receiver with a transmission distance of 100 meters or more.

  8. Anonymous users2024-02-03

    Topic: Try a snack bar ordering system?

  9. Anonymous users2024-02-02

    Do you want to do this yourself?。。。

  10. Anonymous users2024-02-01

    MCU program in**? Nothing? Let's complete the task of asking questions.

Related questions
9 answers2024-05-10

It's as simple as letting the 8 LEDs controlled by the P1 port flash back and forth three times in sequence. >>>More

10 answers2024-05-10

Ignoring the influence of temperature and other factors, the method of measuring voltage by series resistance can be directly adopted. >>>More

7 answers2024-05-10

Just learn 51 first, the absolute entry-level, you can choose Guo Tianxiang's for the development board, it's been many years, the information is very complete, and then you can look at 32 or something.

5 answers2024-05-10

Hello: I wrote the program:

#include >>>More

5 answers2024-05-10

If you really want to learn, you don't need to buy a development board. Find a minimal system board, then learn something, buy components and build small circuits by yourself. Run the electronic market by yourself, build the circuit by yourself, in order to know the problem, in order to learn something, buy a development board, according to the circuit on the manual, and then put the program into it, and then the program basically understands, this is not called learning... >>>More