I have just started working on a PWM rectifier. I would like to share it with you. I will update it in real time in the future. If you have done it before, please leave a message and give me some advi
[i=s]This post was last edited by damiaa on 2017-7-5 23:12[/i] [KW41z] Wireless Alarm System Test Board (using KW41Z's Lierda module) is now available! Schematic diagramModule basePowerStorageIOLCD[b]
This code is copied from Baidu on the Internet. There are two main problems. The 32-bit compilation is correct, but the 64-bit compilation is wrong. Can you give me some guidance?#define va_list void*
ADC2->CSR &= (u8)(~0x80); // Clear EOC flag [color=#ff0000]ADConverValue=ADC2->DRH*256+ADC2->DRL;[/color] ADC2->CR1 |= 0x01; // Start AD Display_data(12,6,ADConverValue,0); // Display the collected va
The Kinetis SDK v.2.0 in MKW41Z_ConnSw_1.0.2 only has a reference manual, but no programming manual. The instructions for many sample programs are too simple. In addition to the Kinetis SDK v.2.0 API