登录
首页 » C/C++ » escsw-coocox

escsw-coocox

于 2021-04-27 发布
0 69
下载积分: 1 下载次数: 0

代码说明:

说明:  电机控制FOC算法示例程序,源码,可直接执行。STM32处理器(Motor control FOC algorithm example program, source code, can be directly executed. STM32 processor)

文件列表:

escsw-coocox\algorithms.c, 7902 , 2015-09-09
escsw-coocox\algorithms.h, 133 , 2015-09-09
escsw-coocox\cdc\inc\usbd_cdc_vcp.h, 2646 , 2015-09-09
escsw-coocox\cdc\inc\usbd_conf.h, 3092 , 2015-09-09
escsw-coocox\cdc\inc\usbd_desc.h, 3311 , 2015-09-09
escsw-coocox\cdc\inc\usbh_conf.h, 2079 , 2015-09-09
escsw-coocox\cdc\inc\usb_conf.h, 9320 , 2015-09-09
escsw-coocox\cdc\src\usbd_cdc_vcp.c, 7418 , 2015-09-09
escsw-coocox\cdc\src\usbd_desc.c, 8271 , 2015-09-09
escsw-coocox\cdc\src\usbd_usr.c, 2784 , 2015-09-09
escsw-coocox\cdc\src\usb_bsp.c, 10416 , 2015-09-09
escsw-coocox\cmsis\core_cm4.h, 106503 , 2015-09-09
escsw-coocox\cmsis\core_cm4_simd.h, 20674 , 2015-09-09
escsw-coocox\cmsis\core_cmFunc.h, 15212 , 2015-09-09
escsw-coocox\cmsis\core_cmInstr.h, 16587 , 2015-09-09
escsw-coocox\cmsis_boot\startup\startup_stm32f4xx.c, 20736 , 2015-09-09
escsw-coocox\cmsis_boot\stm32f4xx.h, 523624 , 2015-09-09
escsw-coocox\cmsis_boot\stm32f4xx_conf.h, 3591 , 2015-09-09
escsw-coocox\cmsis_boot\system_stm32f4xx.c, 21485 , 2015-09-09
escsw-coocox\cmsis_boot\system_stm32f4xx.h, 1997 , 2015-09-09
escsw-coocox\cmsis_lib\include\misc.h, 6620 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_adc.h, 31774 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_dac.h, 14516 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_dma.h, 28147 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_exti.h, 7703 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_gpio.h, 17163 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_i2c.h, 30824 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_pwr.h, 5843 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_rcc.h, 24232 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_spi.h, 20112 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_syscfg.h, 6923 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_tim.h, 50413 , 2015-09-09
escsw-coocox\cmsis_lib\include\stm32f4xx_usart.h, 17249 , 2015-09-09
escsw-coocox\cmsis_lib\source\misc.c, 11068 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_adc.c, 66531 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_dac.c, 26291 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_dma.c, 51283 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_exti.c, 9909 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_gpio.c, 20465 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_i2c.c, 51288 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_pwr.c, 24606 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_rcc.c, 72843 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_spi.c, 50435 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_syscfg.c, 7275 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_tim.c, 122007 , 2015-09-09
escsw-coocox\cmsis_lib\source\stm32f4xx_usart.c, 55212 , 2015-09-09
escsw-coocox\componentfile.history, 60 , 2015-09-09
escsw-coocox\config.c, 13913 , 2015-09-09
escsw-coocox\config.h, 62 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Class\cdc\inc\usbd_cdc_core.h, 3930 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Class\cdc\src\usbd_cdc_core.c, 25009 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\inc\usbd_conf_template.h, 1838 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\inc\usbd_core.h, 2436 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\inc\usbd_def.h, 4802 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\inc\usbd_ioreq.h, 2829 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\inc\usbd_req.h, 2434 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\inc\usbd_usr.h, 2945 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\src\usbd_core.c, 10853 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\src\usbd_ioreq.c, 5380 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\src\usbd_req.c, 19887 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Release_Notes.html, 36359 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_bsp.h, 2246 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_core.h, 12341 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_dcd.h, 4454 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_dcd_int.h, 2975 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_defines.h, 6582 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_hcd.h, 2697 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_hcd_int.h, 3359 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_otg.h, 1956 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\inc\usb_regs.h, 21824 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\Release_Notes.html, 38418 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\src\usb_core.c, 57756 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\src\usb_dcd.c, 9302 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\src\usb_dcd_int.c, 21979 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\src\usb_hcd.c, 5621 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\src\usb_hcd_int.c, 21313 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_OTG_Driver\src\usb_otg.c, 3516 , 2015-09-09
escsw-coocox\ESC.cogui, 24950 , 2015-09-09
escsw-coocox\ESC.comarker, 53 , 2015-09-09
escsw-coocox\ESC.coproj, 15793 , 2015-09-09
escsw-coocox\main.c, 579 , 2015-09-09
escsw-coocox\STM32F4-Discovery\pdm_filter.h, 2798 , 2015-09-09
escsw-coocox\STM32F4-Discovery\stm32f4_discovery.c, 7070 , 2015-09-09
escsw-coocox\STM32F4-Discovery\stm32f4_discovery.h, 4071 , 2015-09-09
escsw-coocox\STM32F4-Discovery\stm32f4_discovery_audio_codec.c, 59640 , 2015-09-09
escsw-coocox\STM32F4-Discovery\stm32f4_discovery_audio_codec.h, 12722 , 2015-09-09
escsw-coocox\STM32F4-Discovery\stm32f4_discovery_lis302dl.c, 15484 , 2015-09-09
escsw-coocox\STM32F4-Discovery\stm32f4_discovery_lis302dl.h, 31501 , 2015-09-09
escsw-coocox\stm32f4xx_it.c, 7118 , 2015-09-09
escsw-coocox\stm32f4xx_it.h, 2049 , 2015-09-09
escsw-coocox\stm32f4_discovery_callbacks.c, 188 , 2015-09-09
escsw-coocox\syscalls\syscalls.c, 1703 , 2015-09-09
escsw-coocox\vars.h, 543 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Class\cdc\inc, 0 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Class\cdc\src, 0 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Class\cdc, 0 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\inc, 0 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core\src, 0 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Class, 0 , 2015-09-09
escsw-coocox\Drivers\STM32_USB_Device_Library\Core, 0 , 2015-09-09

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

发表评论

0 个回复

  • 696524资源总数
  • 103945会员总数
  • 46今日下载