Now we need to use the built-in FLASH of STM32 to save data. The idea is this: use one page of FLASH (1KB, use P_save) to save data, save data once every hour, save 4 bytes each time, write data from ...
Figure 3.6 Digital tube display program flow When writing the program, the resource utilization of the microcontroller is taken into consideration, and a timer is used to provide timing services for k...
[b][size=18px]How to use Ad sampling and timer A capture to generate SPWM wave in MSP430f149? Two interrupts are used. They can be realized separately. But they cannot be combined together. Thank you,...
I would like to ask those who have worked on AUDIO. I use I2s. I know that DMA will only transfer the data in buf to I2s when I2s requests it. My order is to open the codec first, then open the i2s, a...