【E496】接受无人机触发拍照信号转换成虚拟的热靴信号

2021-08-23 15:28:13      索炜达电子      391     

项目编号:E496

文件大小:8.2M

源码说明:带中文注释

开发环境:C编译器

接受无人机触发拍照信号转换成虚拟的热靴信号

目录│文件列表:

 └ PPK_HotShoe_SIM

    └ PPK_HotShoe_SIM

       └ ppk_hotshoe_sim

          │ .mxproject

          │ PPK_HotShoe_SIM.ioc

          ├ Drivers

          │  ├ CMSIS

          │  │  ├ Core

          │  │  │  ├ Include

          │  │  │  │  │ cmsis_armcc.h

          │  │  │  │  │ cmsis_armclang.h

          │  │  │  │  │ cmsis_compiler.h

          │  │  │  │  │ cmsis_gcc.h

          │  │  │  │  │ cmsis_iccarm.h

          │  │  │  │  │ cmsis_version.h

          │  │  │  │  │ core_armv8mbl.h

          │  │  │  │  │ core_armv8mml.h

          │  │  │  │  │ core_cm0.h

          │  │  │  │  │ core_cm0plus.h

          │  │  │  │  │ core_cm1.h

          │  │  │  │  │ core_cm23.h

          │  │  │  │  │ core_cm3.h

          │  │  │  │  │ core_cm33.h

          │  │  │  │  │ core_cm4.h

          │  │  │  │  │ core_cm7.h

          │  │  │  │  │ core_sc000.h

          │  │  │  │  │ core_sc300.h

          │  │  │  │  │ mpu_armv7.h

          │  │  │  │  │ mpu_armv8.h

          │  │  │  │  └ tz_context.h

          │  │  │  └ Template

          │  │  │     └ ARMv8-M

          │  │  │        │ main_s.c

          │  │  │        └ tz_context.c

          │  │  ├ Core_A

          │  │  │  ├ Include

          │  │  │  │  │ cmsis_armcc.h

          │  │  │  │  │ cmsis_armclang.h

          │  │  │  │  │ cmsis_compiler.h

          │  │  │  │  │ cmsis_cp15.h

          │  │  │  │  │ cmsis_gcc.h

          │  │  │  │  │ cmsis_iccarm.h

          │  │  │  │  │ core_ca.h

          │  │  │  │  └ irq_ctrl.h

          │  │  │  └ Source

          │  │  │     └ irq_ctrl_gic.c

          │  │  ├ Device

          │  │  │  └ ST

          │  │  │     └ STM32F0xx

          │  │  │        ├ Include

          │  │  │        │  │ stm32f030x6.h

          │  │  │        │  │ stm32f030x8.h

          │  │  │        │  │ stm32f030xc.h

          │  │  │        │  │ stm32f031x6.h

          │  │  │        │  │ stm32f038xx.h

          │  │  │        │  │ stm32f042x6.h

          │  │  │        │  │ stm32f048xx.h

          │  │  │        │  │ stm32f051x8.h

          │  │  │        │  │ stm32f058xx.h

          │  │  │        │  │ stm32f070x6.h

          │  │  │        │  │ stm32f070xb.h

          │  │  │        │  │ stm32f071xb.h

          │  │  │        │  │ stm32f072xb.h

          │  │  │        │  │ stm32f078xx.h

          │  │  │        │  │ stm32f091xc.h

          │  │  │        │  │ stm32f098xx.h

          │  │  │        │  │ stm32f0xx.h

          │  │  │        │  └ system_stm32f0xx.h

          │  │  │        └ Source

          │  │  │           └ Templates

          │  │  │              │ system_stm32f0xx.c

          │  │  │              ├ arm

          │  │  │              │  │ startup_stm32f030x6.s

          │  │  │              │  │ startup_stm32f030x8.s

          │  │  │              │  │ startup_stm32f030xc.s

          │  │  │              │  │ startup_stm32f031x6.s

          │  │  │              │  │ startup_stm32f038xx.s

          │  │  │              │  │ startup_stm32f042x6.s

          │  │  │              │  │ startup_stm32f048xx.s

          │  │  │              │  │ startup_stm32f051x8.s

          │  │  │              │  │ startup_stm32f058xx.s

          │  │  │              │  │ startup_stm32f070x6.s

          │  │  │              │  │ startup_stm32f070xb.s

          │  │  │              │  │ startup_stm32f071xb.s

          │  │  │              │  │ startup_stm32f072xb.s

          │  │  │              │  │ startup_stm32f078xx.s

          │  │  │              │  │ startup_stm32f091xc.s

          │  │  │              │  └ startup_stm32f098xx.s

          │  │  │              ├ gcc

          │  │  │              │  │ startup_stm32f030x6.s

          │  │  │              │  │ startup_stm32f030x8.s

          │  │  │              │  │ startup_stm32f030xc.s

          │  │  │              │  │ startup_stm32f031x6.s

          │  │  │              │  │ startup_stm32f038xx.s

          │  │  │              │  │ startup_stm32f042x6.s

          │  │  │              │  │ startup_stm32f048xx.s

          │  │  │              │  │ startup_stm32f051x8.s

          │  │  │              │  │ startup_stm32f058xx.s

          │  │  │              │  │ startup_stm32f070x6.s

          │  │  │              │  │ startup_stm32f070xb.s

          │  │  │              │  │ startup_stm32f071xb.s

          │  │  │              │  │ startup_stm32f072xb.s

          │  │  │              │  │ startup_stm32f078xx.s

          │  │  │              │  │ startup_stm32f091xc.s

          │  │  │              │  └ startup_stm32f098xx.s

          │  │  │              └ iar

          │  │  │                 │ startup_stm32f030x6.s

          │  │  │                 │ startup_stm32f030x8.s

          │  │  │                 │ startup_stm32f030xc.s

          │  │  │                 │ startup_stm32f031x6.s

          │  │  │                 │ startup_stm32f038xx.s

          │  │  │                 │ startup_stm32f042x6.s

          │  │  │                 │ startup_stm32f048xx.s

          │  │  │                 │ startup_stm32f051x8.s

          │  │  │                 │ startup_stm32f058xx.s

          │  │  │                 │ startup_stm32f070x6.s

          │  │  │                 │ startup_stm32f070xb.s

          │  │  │                 │ startup_stm32f071xb.s

          │  │  │                 │ startup_stm32f072xb.s

          │  │  │                 │ startup_stm32f078xx.s

          │  │  │                 │ startup_stm32f091xc.s

          │  │  │                 │ startup_stm32f098xx.s

          │  │  │                 └ linker

          │  │  │                    │ stm32f030x6_flash.icf

          │  │  │                    │ stm32f030x8_flash.icf

          │  │  │                    │ stm32f030xc_flash.icf

          │  │  │                    │ stm32f031x6_flash.icf

          │  │  │                    │ stm32f038xx_flash.icf

          │  │  │                    │ stm32f042x6_flash.icf

          │  │  │                    │ stm32f048xx_flash.icf

          │  │  │                    │ stm32f051x8_flash.icf

          │  │  │                    │ stm32f058xx_flash.icf

          │  │  │                    │ stm32f070x6_flash.icf

          │  │  │                    │ stm32f070xb_flash.icf

          │  │  │                    │ stm32f071xb_flash.icf

          │  │  │                    │ stm32f072xb_flash.icf

          │  │  │                    │ stm32f078xx_flash.icf

          │  │  │                    │ stm32f091xc_flash.icf

          │  │  │                    │ stm32f091xc_sram.icf

          │  │  │                    │ stm32f098xx_flash.icf

          │  │  │                    └ stm32f098xx_sram.icf

          │  │  ├ DSP

          │  │  │  ├ DSP_Lib_TestSuite

          │  │  │  │  ├ Common

          │  │  │  │  │  ├ inc

          │  │  │  │  │  │  │ all_tests.h

          │  │  │  │  │  │  │ math_helper.h

          │  │  │  │  │  │  │ type_abbrev.h

          │  │  │  │  │  │  ├ basic_math_tests

          │  │  │  │  │  │  │  │ basic_math_templates.h

          │  │  │  │  │  │  │  │ basic_math_tests.h

          │  │  │  │  │  │  │  │ basic_math_test_data.h

          │  │  │  │  │  │  │  └ basic_math_test_group.h

          │  │  │  │  │  │  ├ complex_math_tests

          │  │  │  │  │  │  │  │ complex_math_templates.h

          │  │  │  │  │  │  │  │ complex_math_tests.h

          │  │  │  │  │  │  │  │ complex_math_test_data.h

          │  │  │  │  │  │  │  └ complex_math_test_group.h

          │  │  │  │  │  │  ├ controller_tests

          │  │  │  │  │  │  │  │ controller_templates.h

          │  │  │  │  │  │  │  │ controller_tests.h

          │  │  │  │  │  │  │  │ controller_test_data.h

          │  │  │  │  │  │  │  └ controller_test_group.h

          │  │  │  │  │  │  ├ fast_math_tests

          │  │  │  │  │  │  │  │ fast_math_templates.h

          │  │  │  │  │  │  │  │ fast_math_test_data.h

          │  │  │  │  │  │  │  └ fast_math_test_group.h

          │  │  │  │  │  │  ├ filtering_tests

          │  │  │  │  │  │  │  │ filtering_templates.h

          │  │  │  │  │  │  │  │ filtering_tests.h

          │  │  │  │  │  │  │  │ filtering_test_data.h

          │  │  │  │  │  │  │  └ filtering_test_group.h

          │  │  │  │  │  │  ├ intrinsics_tests

          │  │  │  │  │  │  │  │ intrinsics_templates.h

          │  │  │  │  │  │  │  │ intrinsics_test_data.h

          │  │  │  │  │  │  │  └ intrinsics_test_group.h

          │  │  │  │  │  │  ├ matrix_tests

          │  │  │  │  │  │  │  │ matrix_templates.h

          │  │  │  │  │  │  │  │ matrix_tests.h

          │  │  │  │  │  │  │  │ matrix_test_data.h

          │  │  │  │  │  │  │  └ matrix_test_group.h

          │  │  │  │  │  │  ├ statistics_tests

          │  │  │  │  │  │  │  │ statistics_templates.h

          │  │  │  │  │  │  │  │ statistics_tests.h

          │  │  │  │  │  │  │  │ statistics_test_data.h

          │  │  │  │  │  │  │  └ statistics_test_group.h

          │  │  │  │  │  │  ├ support_tests

          │  │  │  │  │  │  │  │ support_templates.h

          │  │  │  │  │  │  │  │ support_tests.h

TAG热靴信号
  • 5 次
  • 1 分