[i=s]This post was last edited by dql2016 on 2017-5-27 15:03[/i] Based on the example code\SDK_2.2_FRDM-KW41Z\boards\frdmkw41z\driver_examples\dspi\polling_transfer, SPI can use polling or DMA mode. [
Event details: [Zhongke Yihaiwei EQ6HL45 1V0 development board]Updated to 2022-12-01Evaluation report summary:@mars4zhu[Evaluation and experience of Zhongke Yihaiwei EQ6HL45 development platform] + Us
TI C6678 DSP supports multiple communication methods, and TCP/UDP communication through Ethernet port is one of them. This article mainly considers how to realize network communication and data transm
The light flashing function in the main program, DSP CPU frequency 150Mhz, main program: [code]for(;;) { LoopCount++; if(LoopCount>=30000)// { GpioDataRegs.GPATOGGLE.bit.GPIO31=1; //GpioDataRegs.GPBTO
A practical new computer temperature acquisition system with 89C52 as the core is designed. It uses J-type thermocouple as the temperature measuring element and uses the integrated current temperature
SDIO supports 4-wire and 1-wire modes. What is the speed difference between the two modes? We tested it on the ESP32_psRAM_Lobo version. The test program is as follows: 1-line mode: [code]import os im