It introduces the basic operation of the software, schematic design, CAE packaging, LAYOUT PCB design and PADS_ROUTER router. It also introduces quite a few design examples. Everyone is welcome to watch!
Yesterday I received a PSoC4 board. I haven't debugged it yet because I'm busy with work. Today I'm sending you a picture of the board I received. I'll start lighting up the RGB lights tonight. First,
The chip analyzed this time is LPS22HH, the interface is still IIC, the driver is still the original one, first experiment to read the ID;uint8_t LPS22HH_Read_Date(uint8_t SlaveAddress, uint8_t RegAdd
I am now trying to do a 4*4 matrix operation. First, I need to input the matrix into registers ( Verilog does not have the concept of two dimensions), and then perform operations on these registers. M