[color=000000][color=#000][backcolor=rgb(255, 237, 196)][font=微软雅黑, "][size=10pt]I want to control three servos by measuring the motor speed. For example, when the motor rotates at 30 rpm, the first s...
As the title says, I made a signal conditioning board, two of which are speed channels. I made an adapter to convert the 4-20MA current signal into a 1-5V voltage signal, and added a resistor. Can thi...
I use the serial port to send an array, the sending function is as follows: void Uart_Init() //Initialize UART { SCON =0x58; //Select the serial port working mode, turn on the receiving permission TMO...
A C6746 project was built in CCS3.3, and the relevant registers were defined in the header file extern cregister volatile Uint32 AMR; /* Address Mode Register */ extern cregister volatile Uint32 CSR; ...
I recently read a book and found an example of using FPGA to implement UART communication. So I tried it on my own experimental board. But there is one problem that has not been solved: my clock is 50...