Used on ADC, one channel is enough. I want to do this, stm32 is doing other things, DMA receives AD data, receives a certain amount, such as 1K, stm32 reads it back for processing, and then dma contin...
Hello everyone: I am now using PIC microcontroller to read and write an EEPROM (24LC16) through the IIC bus. The read and write procedures are as follows: void Iic_EepromRd(BYTE chip,BYTE address,BYTE...
IntPriorityGroupingSet(5); IntPrioritySet(INT_TIMER0A,1<<5); //I don't know whether it is the preemption priority or the subpriority. a=IntPriorityGet(INT_TIMER0A); //The return value is 32, I have no...
I bought a WS2812 ring board and wanted to use it to make an analog clock. Normally, 60 LEDs are the ideal choice, but because of the high price and large size, I finally chose a board with 24 LEDs. I...