登录
首页 » MDK » 逆变器控制软件

逆变器控制软件

于 2020-09-26 发布 文件大小:2955KB
0 240
下载积分: 1 下载次数: 34

代码说明:

  使用STM32产生六路SPWM波,放大,驱动IGBT,之后连接三相电机。(Use STM32 to generate six SPWM wave, amplify, drive IGBT, and then connect the three-phase motor.)

文件列表:

逆变器控制软件
逆变器控制软件\APP
逆变器控制软件\APP\includes.h
逆变器控制软件\APP\kalman.c
逆变器控制软件\APP\main.c
逆变器控制软件\APP\os_cfg.h
逆变器控制软件\APP\spwm.c
逆变器控制软件\APP\stm32f10x_conf.h
逆变器控制软件\APP\stm32f10x_it.c
逆变器控制软件\APP\stm32f10x_it.h
逆变器控制软件\APP\stzimo.h
逆变器控制软件\APP\system_stm32f10x.c
逆变器控制软件\BSP
逆变器控制软件\BSP\24c02.c
逆变器控制软件\BSP\24c02.h
逆变器控制软件\BSP\ST7565S.c
逆变器控制软件\BSP\Timer.c
逆变器控制软件\BSP\adc.c
逆变器控制软件\BSP\adc.h
逆变器控制软件\BSP\eeprom.c
逆变器控制软件\BSP\eeprom.h
逆变器控制软件\BSP\jiami.c
逆变器控制软件\BSP\led.c
逆变器控制软件\BSP\led.h
逆变器控制软件\BSP\serial.c
逆变器控制软件\BSP\serial.h
逆变器控制软件\BSP\spk.c
逆变器控制软件\BSP\spk.h
逆变器控制软件\BSP\st7565.h
逆变器控制软件\BSP\timer.h
逆变器控制软件\JLink Regs CM3.txt
逆变器控制软件\JLinkLog.txt
逆变器控制软件\JLinkSettings.ini
逆变器控制软件\STM32LIB
逆变器控制软件\STM32LIB\includes
逆变器控制软件\STM32LIB\includes\core_cm3.h
逆变器控制软件\STM32LIB\includes\misc.h
逆变器控制软件\STM32LIB\includes\stm32f10x.h
逆变器控制软件\STM32LIB\includes\stm32f10x_adc.h
逆变器控制软件\STM32LIB\includes\stm32f10x_bkp.h
逆变器控制软件\STM32LIB\includes\stm32f10x_can.h
逆变器控制软件\STM32LIB\includes\stm32f10x_cec.h
逆变器控制软件\STM32LIB\includes\stm32f10x_crc.h
逆变器控制软件\STM32LIB\includes\stm32f10x_dac.h
逆变器控制软件\STM32LIB\includes\stm32f10x_dbgmcu.h
逆变器控制软件\STM32LIB\includes\stm32f10x_dma.h
逆变器控制软件\STM32LIB\includes\stm32f10x_exti.h
逆变器控制软件\STM32LIB\includes\stm32f10x_flash.h
逆变器控制软件\STM32LIB\includes\stm32f10x_fsmc.h
逆变器控制软件\STM32LIB\includes\stm32f10x_gpio.h
逆变器控制软件\STM32LIB\includes\stm32f10x_i2c.h
逆变器控制软件\STM32LIB\includes\stm32f10x_iwdg.h
逆变器控制软件\STM32LIB\includes\stm32f10x_pwr.h
逆变器控制软件\STM32LIB\includes\stm32f10x_rcc.h
逆变器控制软件\STM32LIB\includes\stm32f10x_rtc.h
逆变器控制软件\STM32LIB\includes\stm32f10x_sdio.h
逆变器控制软件\STM32LIB\includes\stm32f10x_spi.h
逆变器控制软件\STM32LIB\includes\stm32f10x_tim.h
逆变器控制软件\STM32LIB\includes\stm32f10x_usart.h
逆变器控制软件\STM32LIB\includes\stm32f10x_wwdg.h
逆变器控制软件\STM32LIB\includes\system_stm32f10x.h
逆变器控制软件\STM32LIB\src
逆变器控制软件\STM32LIB\src\core_cm3.c
逆变器控制软件\STM32LIB\src\misc.c
逆变器控制软件\STM32LIB\src\stm32f10x_adc.c
逆变器控制软件\STM32LIB\src\stm32f10x_bkp.c
逆变器控制软件\STM32LIB\src\stm32f10x_can.c
逆变器控制软件\STM32LIB\src\stm32f10x_cec.c
逆变器控制软件\STM32LIB\src\stm32f10x_crc.c
逆变器控制软件\STM32LIB\src\stm32f10x_dac.c
逆变器控制软件\STM32LIB\src\stm32f10x_dbgmcu.c
逆变器控制软件\STM32LIB\src\stm32f10x_dma.c
逆变器控制软件\STM32LIB\src\stm32f10x_exti.c
逆变器控制软件\STM32LIB\src\stm32f10x_flash.c
逆变器控制软件\STM32LIB\src\stm32f10x_fsmc.c
逆变器控制软件\STM32LIB\src\stm32f10x_gpio.c
逆变器控制软件\STM32LIB\src\stm32f10x_i2c.c
逆变器控制软件\STM32LIB\src\stm32f10x_iwdg.c
逆变器控制软件\STM32LIB\src\stm32f10x_pwr.c
逆变器控制软件\STM32LIB\src\stm32f10x_rcc.c
逆变器控制软件\STM32LIB\src\stm32f10x_rtc.c
逆变器控制软件\STM32LIB\src\stm32f10x_sdio.c
逆变器控制软件\STM32LIB\src\stm32f10x_spi.c
逆变器控制软件\STM32LIB\src\stm32f10x_tim.c
逆变器控制软件\STM32LIB\src\stm32f10x_usart.c
逆变器控制软件\STM32LIB\src\stm32f10x_wwdg.c
逆变器控制软件\STM32LIB\startup
逆变器控制软件\STM32LIB\startup\TrueSTUDIO
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_cl.s
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_hd.s
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_hd_vl.s
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_ld.s
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_ld_vl.s
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_md.s
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_md_vl.s
逆变器控制软件\STM32LIB\startup\TrueSTUDIO\startup_stm32f10x_xl.s
逆变器控制软件\STM32LIB\startup\arm
逆变器控制软件\STM32LIB\startup\arm\startup_stm32f10x_cl.s
逆变器控制软件\STM32LIB\startup\arm\startup_stm32f10x_hd.s
逆变器控制软件\STM32LIB\startup\arm\startup_stm32f10x_hd_vl.s

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FreescalePITinterrupt
    飞思卡尔 单片机实现PIT周期中断,可以实现信号周期输出(Freescale MCU PIT interrupt the cycle, the output signal period can be achieved)
    2011-08-20 16:27:35下载
    积分:1
  • 13054738835032
    显示器功能 加快程序开发初学者的进步脚步。让他们了解简单的显示程序的写法(Monitor function to accelerate the pace of progress in program development for beginners. So that they understand the simple display program wording)
    2013-10-29 22:36:50下载
    积分:1
  • 最终版跷跷板
    本实验开机后,先初始化MPU6050,然后利用DMP库,初始化MPU6050及使能DMP,最后,在死循环里面不停 读取:温度传感器、加速度传感器、陀螺仪、DMP姿态解算后的欧拉角等数据,通过串口上报给上位机(温 度不上报),利用上位机软件(ANO_Tech匿名四轴上位机_V2.6.exe),可以实时显示MPU6050的传感器状 态曲线,并显示3D姿态,可以通过KEY0按键开启/关闭数据上传功能。同时,在LCD模块上面显示温度和欧拉 角等信息。DS0来指示程序正在运行。另外,本例程也可以通过USMART调用MPU_Read_Byte/MPU_Write_Byte 等函数,来实现对MPU6050寄存器的读写操作(仅在UPLOAD OFF状态下).(This experiment starts with initializing MPU6050, then using DMP library, initializing MPU6050 and enabling DMP. Finally, it keeps on in the dead cycle. Read: temperature sensor, accelerometer, gyroscope, Euler angle after attitude calculation of DMP and other data, report to PC through serial port (temperature). The sensor of MPU6050 can be displayed in real time by using the upper computer software (ANO_Tech anonymous four-axis upper computer_V2.6.exe). The state curve and 3D posture can be displayed, and the data upload function can be turned on/off by KEY0 button. At the same time, temperature and Euler are displayed on the LCD module. Angle and other information. DS0 to indicate that the program is running. In addition, this routine can also call MPU_Read_Byte/MPU_Write_Byte through USMART Equivalent function to achieve the read-write operation of MPU6050 registers (only in UPLOAD OFF state).)
    2020-06-24 18:40:02下载
    积分:1
  • BackTrack_wep_cracke_v10
    BackTrack关于WEP无线网络安全检测方案的使用说明,可以帮助你了解无线网络安全相关知识,并深入了解Backtrack平台的WEP专题使用方法(Backtrack about WEP Wireless Network Security Detect the use of programs that can help you know the wireless network security-related knowledge and insight into backtrack platform to use WEP topic)
    2009-03-10 16:13:06下载
    积分:1
  • Unsigned-four-byte-operation
    无符号四字节运算,只是子程序,可直接复制到程序里,然后调用。无符号双字节运算。(Unsigned four byte operation, only the subroutine, can be directly copied into the program, and then call. Unsigned byte operations.)
    2013-11-28 21:02:52下载
    积分:1
  • A1005
    pat advanced level 1005. Spell It Right(Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specification: Each input file contains one test case. Each case occupies one line which contains an N (<= 10100). Output Specification: For each test case, output in one line the digits of the sum in English words. There must be one space between two consecutive words, but no extra space at the end of a line. Sample Input: 12345 Sample Output: one five)
    2015-10-23 10:14:29下载
    积分:1
  • DFIG_V4_March_2010
    基于PSCAD的双馈风力发电机并网模型,实现了最大功率跟踪和有功无功的解耦控制。(根据一年中前6个月的负荷和电价数据,预测后六个月的电价,并计算精度 允许输入拉丁字符的拼音 显示对应的拉丁字符的拼音 In PSCAD doubly fed wind generation model for maximum power point tracking and decoupling control of active and reactive.)
    2011-04-28 14:00:25下载
    积分:1
  • sound_light_ala
    说明:  “滴滴…”声光报警的proteus仿真电路及C语言程序设计,已经通过调试验证,请放心使用(&quot Bit ...&quot sound and light alarm proteus simulation circuit and the C programming language, has been verified through debugging, please be assured use)
    2011-03-25 11:13:13下载
    积分:1
  • Labs
    the file includes several examples of the code composer studio source for verification
    2010-01-28 21:18:04下载
    积分:1
  • smart_car
    智能小车寻黑线测试程序,经典资料!电子设计大赛 小车(Smart car found black line test program, the classic material! )
    2013-06-20 15:38:38下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载