├── Libraries ├── CMSIS │ ├── CMSIS END USER LICENCE AGREEMENT.pdf │ ├── DSP_Lib │ │ ├── Examples │ │ │ ├── Common │ │ │ │ ├── Include │ │ │ │ │ └── math_helper.h │ │ │ │ └── Source │ │ │ │ │ └── math_helper.c │ │ │ ├── arm_class_marks_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_class_marks_example.ini │ │ │ │ │ ├── arm_cortexM0l_class_marks_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_class_marks_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_class_marks_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_class_marks_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_class_marks_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_class_marks_example.uvproj │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── GCC │ │ │ │ │ ├── ARMCMx.ld │ │ │ │ │ ├── arm_class_marks_example.ini │ │ │ │ │ ├── arm_cortexM0l_class_marks_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_class_marks_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_class_marks_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_class_marks_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_class_marks_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_class_marks_example.uvproj │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_class_marks_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_convolution_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_convolution_example.ini │ │ │ │ │ ├── arm_cortexM0l_convolution_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_convolution_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_convolution_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_convolution_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_convolution_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_convolution_example.uvproj │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── GCC │ │ │ │ │ ├── ARMCMx.ld │ │ │ │ │ ├── arm_convolution_example.ini │ │ │ │ │ ├── arm_cortexM0l_convolution_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_convolution_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_convolution_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_convolution_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_convolution_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_convolution_example.uvproj │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_convolution_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_dotproduct_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_dotproduct_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_dotproduct_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_dotproduct_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_dotproduct_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_dotproduct_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_dotproduct_example.uvproj │ │ │ │ │ ├── arm_dotproduct_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_dotproduct_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_fft_bin_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_fft_bin_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_fft_bin_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_fft_bin_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_fft_bin_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_fft_bin_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_fft_bin_example.uvproj │ │ │ │ │ ├── arm_fft_bin_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_fft_bin_data.c │ │ │ │ ├── arm_fft_bin_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_fir_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_fir_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_fir_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_fir_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_fir_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_fir_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_fir_example.uvproj │ │ │ │ │ ├── arm_fir_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_fir_data.c │ │ │ │ ├── arm_fir_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_graphic_equalizer_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_graphic_equalizer_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_graphic_equalizer_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_graphic_equalizer_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_graphic_equalizer_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_graphic_equalizer_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_graphic_equalizer_example.uvproj │ │ │ │ │ ├── arm_graphic_equalizer_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_graphic_equalizer_data.c │ │ │ │ ├── arm_graphic_equalizer_example_q31.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_linear_interp_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_linear_interp_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_linear_interp_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_linear_interp_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_linear_interp_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_linear_interp_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_linear_interp_example.uvproj │ │ │ │ │ ├── arm_linear_interp_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_linear_interp_data.c │ │ │ │ ├── arm_linear_interp_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_matrix_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_matrix_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_matrix_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_matrix_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_matrix_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_matrix_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_matrix_example.uvproj │ │ │ │ │ ├── arm_matrix_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_matrix_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_signal_converge_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_signal_converge_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_signal_converge_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_signal_converge_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_signal_converge_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_signal_converge_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_signal_converge_example.uvproj │ │ │ │ │ ├── arm_signal_converge_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_signal_converge_data.c │ │ │ │ ├── arm_signal_converge_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ ├── arm_sin_cos_example │ │ │ │ ├── ARM │ │ │ │ │ ├── arm_cortexM0l_sin_cos_example.uvopt │ │ │ │ │ ├── arm_cortexM0l_sin_cos_example.uvproj │ │ │ │ │ ├── arm_cortexM3l_sin_cos_example.uvopt │ │ │ │ │ ├── arm_cortexM3l_sin_cos_example.uvproj │ │ │ │ │ ├── arm_cortexM4lf_sin_cos_example.uvopt │ │ │ │ │ ├── arm_cortexM4lf_sin_cos_example.uvproj │ │ │ │ │ ├── arm_sin_cos_example.ini │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_sin_cos_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ │ └── arm_variance_example │ │ │ │ ├── ARM │ │ │ │ ├── arm_cortexM0l_variance_example.uvopt │ │ │ │ ├── arm_cortexM0l_variance_example.uvproj │ │ │ │ ├── arm_cortexM3l_variance_example.uvopt │ │ │ │ ├── arm_cortexM3l_variance_example.uvproj │ │ │ │ ├── arm_cortexM4lf_variance_example.uvopt │ │ │ │ ├── arm_cortexM4lf_variance_example.uvproj │ │ │ │ ├── arm_variance_example.ini │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ └── startup_ARMCM4.s │ │ │ │ ├── arm_variance_example_f32.c │ │ │ │ ├── system_ARMCM0.c │ │ │ │ ├── system_ARMCM3.c │ │ │ │ └── system_ARMCM4.c │ │ └── Source │ │ │ ├── ARM │ │ │ ├── arm_cortexM0x_math.uvopt │ │ │ ├── arm_cortexM0x_math.uvproj │ │ │ ├── arm_cortexM3x_math.uvopt │ │ │ ├── arm_cortexM3x_math.uvproj │ │ │ ├── arm_cortexM4x_math.uvopt │ │ │ ├── arm_cortexM4x_math.uvproj │ │ │ └── arm_cortexMx_math_Build.bat │ │ │ ├── BasicMathFunctions │ │ │ ├── arm_abs_f32.c │ │ │ ├── arm_abs_q15.c │ │ │ ├── arm_abs_q31.c │ │ │ ├── arm_abs_q7.c │ │ │ ├── arm_add_f32.c │ │ │ ├── arm_add_q15.c │ │ │ ├── arm_add_q31.c │ │ │ ├── arm_add_q7.c │ │ │ ├── arm_dot_prod_f32.c │ │ │ ├── arm_dot_prod_q15.c │ │ │ ├── arm_dot_prod_q31.c │ │ │ ├── arm_dot_prod_q7.c │ │ │ ├── arm_mult_f32.c │ │ │ ├── arm_mult_q15.c │ │ │ ├── arm_mult_q31.c │ │ │ ├── arm_mult_q7.c │ │ │ ├── arm_negate_f32.c │ │ │ ├── arm_negate_q15.c │ │ │ ├── arm_negate_q31.c │ │ │ ├── arm_negate_q7.c │ │ │ ├── arm_offset_f32.c │ │ │ ├── arm_offset_q15.c │ │ │ ├── arm_offset_q31.c │ │ │ ├── arm_offset_q7.c │ │ │ ├── arm_scale_f32.c │ │ │ ├── arm_scale_q15.c │ │ │ ├── arm_scale_q31.c │ │ │ ├── arm_scale_q7.c │ │ │ ├── arm_shift_q15.c │ │ │ ├── arm_shift_q31.c │ │ │ ├── arm_shift_q7.c │ │ │ ├── arm_sub_f32.c │ │ │ ├── arm_sub_q15.c │ │ │ ├── arm_sub_q31.c │ │ │ └── arm_sub_q7.c │ │ │ ├── CommonTables │ │ │ └── arm_common_tables.c │ │ │ ├── ComplexMathFunctions │ │ │ ├── arm_cmplx_conj_f32.c │ │ │ ├── arm_cmplx_conj_q15.c │ │ │ ├── arm_cmplx_conj_q31.c │ │ │ ├── arm_cmplx_dot_prod_f32.c │ │ │ ├── arm_cmplx_dot_prod_q15.c │ │ │ ├── arm_cmplx_dot_prod_q31.c │ │ │ ├── arm_cmplx_mag_f32.c │ │ │ ├── arm_cmplx_mag_q15.c │ │ │ ├── arm_cmplx_mag_q31.c │ │ │ ├── arm_cmplx_mag_squared_f32.c │ │ │ ├── arm_cmplx_mag_squared_q15.c │ │ │ ├── arm_cmplx_mag_squared_q31.c │ │ │ ├── arm_cmplx_mult_cmplx_f32.c │ │ │ ├── arm_cmplx_mult_cmplx_q15.c │ │ │ ├── arm_cmplx_mult_cmplx_q31.c │ │ │ ├── arm_cmplx_mult_real_f32.c │ │ │ ├── arm_cmplx_mult_real_q15.c │ │ │ └── arm_cmplx_mult_real_q31.c │ │ │ ├── ControllerFunctions │ │ │ ├── arm_pid_init_f32.c │ │ │ ├── arm_pid_init_q15.c │ │ │ ├── arm_pid_init_q31.c │ │ │ ├── arm_pid_reset_f32.c │ │ │ ├── arm_pid_reset_q15.c │ │ │ ├── arm_pid_reset_q31.c │ │ │ ├── arm_sin_cos_f32.c │ │ │ └── arm_sin_cos_q31.c │ │ │ ├── FastMathFunctions │ │ │ ├── arm_cos_f32.c │ │ │ ├── arm_cos_q15.c │ │ │ ├── arm_cos_q31.c │ │ │ ├── arm_sin_f32.c │ │ │ ├── arm_sin_q15.c │ │ │ ├── arm_sin_q31.c │ │ │ ├── arm_sqrt_q15.c │ │ │ └── arm_sqrt_q31.c │ │ │ ├── FilteringFunctions │ │ │ ├── arm_biquad_cascade_df1_32x64_init_q31.c │ │ │ ├── arm_biquad_cascade_df1_32x64_q31.c │ │ │ ├── arm_biquad_cascade_df1_f32.c │ │ │ ├── arm_biquad_cascade_df1_fast_q15.c │ │ │ ├── arm_biquad_cascade_df1_fast_q31.c │ │ │ ├── arm_biquad_cascade_df1_init_f32.c │ │ │ ├── arm_biquad_cascade_df1_init_q15.c │ │ │ ├── arm_biquad_cascade_df1_init_q31.c │ │ │ ├── arm_biquad_cascade_df1_q15.c │ │ │ ├── arm_biquad_cascade_df1_q31.c │ │ │ ├── arm_biquad_cascade_df2T_f32.c │ │ │ ├── arm_biquad_cascade_df2T_init_f32.c │ │ │ ├── arm_conv_f32.c │ │ │ ├── arm_conv_fast_q15.c │ │ │ ├── arm_conv_fast_q31.c │ │ │ ├── arm_conv_partial_f32.c │ │ │ ├── arm_conv_partial_fast_q15.c │ │ │ ├── arm_conv_partial_fast_q31.c │ │ │ ├── arm_conv_partial_q15.c │ │ │ ├── arm_conv_partial_q31.c │ │ │ ├── arm_conv_partial_q7.c │ │ │ ├── arm_conv_q15.c │ │ │ ├── arm_conv_q31.c │ │ │ ├── arm_conv_q7.c │ │ │ ├── arm_correlate_f32.c │ │ │ ├── arm_correlate_fast_q15.c │ │ │ ├── arm_correlate_fast_q31.c │ │ │ ├── arm_correlate_q15.c │ │ │ ├── arm_correlate_q31.c │ │ │ ├── arm_correlate_q7.c │ │ │ ├── arm_fir_decimate_f32.c │ │ │ ├── arm_fir_decimate_fast_q15.c │ │ │ ├── arm_fir_decimate_fast_q31.c │ │ │ ├── arm_fir_decimate_init_f32.c │ │ │ ├── arm_fir_decimate_init_q15.c │ │ │ ├── arm_fir_decimate_init_q31.c │ │ │ ├── arm_fir_decimate_q15.c │ │ │ ├── arm_fir_decimate_q31.c │ │ │ ├── arm_fir_f32.c │ │ │ ├── arm_fir_fast_q15.c │ │ │ ├── arm_fir_fast_q31.c │ │ │ ├── arm_fir_init_f32.c │ │ │ ├── arm_fir_init_q15.c │ │ │ ├── arm_fir_init_q31.c │ │ │ ├── arm_fir_init_q7.c │ │ │ ├── arm_fir_interpolate_f32.c │ │ │ ├── arm_fir_interpolate_init_f32.c │ │ │ ├── arm_fir_interpolate_init_q15.c │ │ │ ├── arm_fir_interpolate_init_q31.c │ │ │ ├── arm_fir_interpolate_q15.c │ │ │ ├── arm_fir_interpolate_q31.c │ │ │ ├── arm_fir_lattice_f32.c │ │ │ ├── arm_fir_lattice_init_f32.c │ │ │ ├── arm_fir_lattice_init_q15.c │ │ │ ├── arm_fir_lattice_init_q31.c │ │ │ ├── arm_fir_lattice_q15.c │ │ │ ├── arm_fir_lattice_q31.c │ │ │ ├── arm_fir_q15.c │ │ │ ├── arm_fir_q31.c │ │ │ ├── arm_fir_q7.c │ │ │ ├── arm_fir_sparse_f32.c │ │ │ ├── arm_fir_sparse_init_f32.c │ │ │ ├── arm_fir_sparse_init_q15.c │ │ │ ├── arm_fir_sparse_init_q31.c │ │ │ ├── arm_fir_sparse_init_q7.c │ │ │ ├── arm_fir_sparse_q15.c │ │ │ ├── arm_fir_sparse_q31.c │ │ │ ├── arm_fir_sparse_q7.c │ │ │ ├── arm_iir_lattice_f32.c │ │ │ ├── arm_iir_lattice_init_f32.c │ │ │ ├── arm_iir_lattice_init_q15.c │ │ │ ├── arm_iir_lattice_init_q31.c │ │ │ ├── arm_iir_lattice_q15.c │ │ │ ├── arm_iir_lattice_q31.c │ │ │ ├── arm_lms_f32.c │ │ │ ├── arm_lms_init_f32.c │ │ │ ├── arm_lms_init_q15.c │ │ │ ├── arm_lms_init_q31.c │ │ │ ├── arm_lms_norm_f32.c │ │ │ ├── arm_lms_norm_init_f32.c │ │ │ ├── arm_lms_norm_init_q15.c │ │ │ ├── arm_lms_norm_init_q31.c │ │ │ ├── arm_lms_norm_q15.c │ │ │ ├── arm_lms_norm_q31.c │ │ │ ├── arm_lms_q15.c │ │ │ └── arm_lms_q31.c │ │ │ ├── GCC │ │ │ ├── arm_cortexM0x_math.uvopt │ │ │ ├── arm_cortexM0x_math.uvproj │ │ │ ├── arm_cortexM3x_math.uvopt │ │ │ ├── arm_cortexM3x_math.uvproj │ │ │ ├── arm_cortexM4x_math.uvopt │ │ │ ├── arm_cortexM4x_math.uvproj │ │ │ └── arm_cortexMx_math_Build.bat │ │ │ ├── MatrixFunctions │ │ │ ├── arm_mat_add_f32.c │ │ │ ├── arm_mat_add_q15.c │ │ │ ├── arm_mat_add_q31.c │ │ │ ├── arm_mat_init_f32.c │ │ │ ├── arm_mat_init_q15.c │ │ │ ├── arm_mat_init_q31.c │ │ │ ├── arm_mat_inverse_f32.c │ │ │ ├── arm_mat_mult_f32.c │ │ │ ├── arm_mat_mult_fast_q15.c │ │ │ ├── arm_mat_mult_fast_q31.c │ │ │ ├── arm_mat_mult_q15.c │ │ │ ├── arm_mat_mult_q31.c │ │ │ ├── arm_mat_scale_f32.c │ │ │ ├── arm_mat_scale_q15.c │ │ │ ├── arm_mat_scale_q31.c │ │ │ ├── arm_mat_sub_f32.c │ │ │ ├── arm_mat_sub_q15.c │ │ │ ├── arm_mat_sub_q31.c │ │ │ ├── arm_mat_trans_f32.c │ │ │ ├── arm_mat_trans_q15.c │ │ │ └── arm_mat_trans_q31.c │ │ │ ├── StatisticsFunctions │ │ │ ├── arm_max_f32.c │ │ │ ├── arm_max_q15.c │ │ │ ├── arm_max_q31.c │ │ │ ├── arm_max_q7.c │ │ │ ├── arm_mean_f32.c │ │ │ ├── arm_mean_q15.c │ │ │ ├── arm_mean_q31.c │ │ │ ├── arm_mean_q7.c │ │ │ ├── arm_min_f32.c │ │ │ ├── arm_min_q15.c │ │ │ ├── arm_min_q31.c │ │ │ ├── arm_min_q7.c │ │ │ ├── arm_power_f32.c │ │ │ ├── arm_power_q15.c │ │ │ ├── arm_power_q31.c │ │ │ ├── arm_power_q7.c │ │ │ ├── arm_rms_f32.c │ │ │ ├── arm_rms_q15.c │ │ │ ├── arm_rms_q31.c │ │ │ ├── arm_std_f32.c │ │ │ ├── arm_std_q15.c │ │ │ ├── arm_std_q31.c │ │ │ ├── arm_var_f32.c │ │ │ ├── arm_var_q15.c │ │ │ └── arm_var_q31.c │ │ │ ├── SupportFunctions │ │ │ ├── arm_copy_f32.c │ │ │ ├── arm_copy_q15.c │ │ │ ├── arm_copy_q31.c │ │ │ ├── arm_copy_q7.c │ │ │ ├── arm_fill_f32.c │ │ │ ├── arm_fill_q15.c │ │ │ ├── arm_fill_q31.c │ │ │ ├── arm_fill_q7.c │ │ │ ├── arm_float_to_q15.c │ │ │ ├── arm_float_to_q31.c │ │ │ ├── arm_float_to_q7.c │ │ │ ├── arm_q15_to_float.c │ │ │ ├── arm_q15_to_q31.c │ │ │ ├── arm_q15_to_q7.c │ │ │ ├── arm_q31_to_float.c │ │ │ ├── arm_q31_to_q15.c │ │ │ ├── arm_q31_to_q7.c │ │ │ ├── arm_q7_to_float.c │ │ │ ├── arm_q7_to_q15.c │ │ │ └── arm_q7_to_q31.c │ │ │ └── TransformFunctions │ │ │ ├── arm_cfft_radix4_f32.c │ │ │ ├── arm_cfft_radix4_init_f32.c │ │ │ ├── arm_cfft_radix4_init_q15.c │ │ │ ├── arm_cfft_radix4_init_q31.c │ │ │ ├── arm_cfft_radix4_q15.c │ │ │ ├── arm_cfft_radix4_q31.c │ │ │ ├── arm_dct4_f32.c │ │ │ ├── arm_dct4_init_f32.c │ │ │ ├── arm_dct4_init_q15.c │ │ │ ├── arm_dct4_init_q31.c │ │ │ ├── arm_dct4_q15.c │ │ │ ├── arm_dct4_q31.c │ │ │ ├── arm_rfft_f32.c │ │ │ ├── arm_rfft_init_f32.c │ │ │ ├── arm_rfft_init_q15.c │ │ │ ├── arm_rfft_init_q31.c │ │ │ ├── arm_rfft_q15.c │ │ │ └── arm_rfft_q31.c │ ├── Documentation │ │ ├── CMSIS-SVD_Schema_1_0.xsd │ │ ├── CMSIS_CM4_SIMD.htm │ │ ├── CMSIS_Core.htm │ │ ├── CMSIS_DebugSupport.htm │ │ ├── CMSIS_History.htm │ │ ├── CMSIS_Logo_Final.jpg │ │ ├── CMSIS_System_View_Description.htm │ │ └── DSP_Lib │ │ │ ├── README.txt │ │ │ └── html │ │ │ ├── Biquad.gif │ │ │ ├── BiquadCascade.gif │ │ │ ├── BiquadDF2Transposed.gif │ │ │ ├── BiquadPostshift.gif │ │ │ ├── CFFT.gif │ │ │ ├── CFFTQ15.gif │ │ │ ├── CFFTQ31.gif │ │ │ ├── CIFFTQ15.gif │ │ │ ├── CIFFTQ31.gif │ │ │ ├── Convolution.gif │ │ │ ├── ConvolutionEquation.gif │ │ │ ├── CorrelateEquation.gif │ │ │ ├── DCT4.gif │ │ │ ├── DCT4Equation.gif │ │ │ ├── FFTBin.gif │ │ │ ├── FFTBinInput.gif │ │ │ ├── FFTBinOutput.gif │ │ │ ├── FIR.gif │ │ │ ├── FIRDecimator.gif │ │ │ ├── FIRInterpolator.gif │ │ │ ├── FIRLPF_coeffs.gif │ │ │ ├── FIRLPF_input.gif │ │ │ ├── FIRLPF_output.gif │ │ │ ├── FIRLPF_response.gif │ │ │ ├── FIRLPF_signalflow.gif │ │ │ ├── FIRLattice.gif │ │ │ ├── FIRSparse.gif │ │ │ ├── GEQ_allbandresponse.gif │ │ │ ├── GEQ_bandresponse.gif │ │ │ ├── GEQ_inputchirp.gif │ │ │ ├── GEQ_outputchirp.gif │ │ │ ├── GEQ_signalflow.gif │ │ │ ├── IDCT4Equation.gif │ │ │ ├── IIRLattice.gif │ │ │ ├── LMS.gif │ │ │ ├── LinearInterp.gif │ │ │ ├── MatrixAddition.gif │ │ │ ├── MatrixInverse.gif │ │ │ ├── MatrixMultiplication.gif │ │ │ ├── MatrixScale.gif │ │ │ ├── MatrixSubtraction.gif │ │ │ ├── MatrixTranspose.gif │ │ │ ├── PID.gif │ │ │ ├── RFFT.gif │ │ │ ├── RFFTQ15.gif │ │ │ ├── RFFTQ31.gif │ │ │ ├── RIFFT.gif │ │ │ ├── RIFFTQ15.gif │ │ │ ├── RIFFTQ31.gif │ │ │ ├── SignalFlow.gif │ │ │ ├── Variance.gif │ │ │ ├── annotated.html │ │ │ ├── arm__abs__f32_8c.html │ │ │ ├── arm__abs__f32_8c_source.html │ │ │ ├── arm__abs__q15_8c.html │ │ │ ├── arm__abs__q15_8c_source.html │ │ │ ├── arm__abs__q31_8c.html │ │ │ ├── arm__abs__q31_8c_source.html │ │ │ ├── arm__abs__q7_8c.html │ │ │ ├── arm__abs__q7_8c_source.html │ │ │ ├── arm__add__f32_8c.html │ │ │ ├── arm__add__f32_8c_source.html │ │ │ ├── arm__add__q15_8c.html │ │ │ ├── arm__add__q15_8c_source.html │ │ │ ├── arm__add__q31_8c.html │ │ │ ├── arm__add__q31_8c_source.html │ │ │ ├── arm__add__q7_8c.html │ │ │ ├── arm__add__q7_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__32x64__init__q31_8c.html │ │ │ ├── arm__biquad__cascade__df1__32x64__init__q31_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__32x64__q31_8c.html │ │ │ ├── arm__biquad__cascade__df1__32x64__q31_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__f32_8c.html │ │ │ ├── arm__biquad__cascade__df1__f32_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__fast__q15_8c.html │ │ │ ├── arm__biquad__cascade__df1__fast__q15_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__fast__q31_8c.html │ │ │ ├── arm__biquad__cascade__df1__fast__q31_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__init__f32_8c.html │ │ │ ├── arm__biquad__cascade__df1__init__f32_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__init__q15_8c.html │ │ │ ├── arm__biquad__cascade__df1__init__q15_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__init__q31_8c.html │ │ │ ├── arm__biquad__cascade__df1__init__q31_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__q15_8c.html │ │ │ ├── arm__biquad__cascade__df1__q15_8c_source.html │ │ │ ├── arm__biquad__cascade__df1__q31_8c.html │ │ │ ├── arm__biquad__cascade__df1__q31_8c_source.html │ │ │ ├── arm__biquad__cascade__df2_t__f32_8c.html │ │ │ ├── arm__biquad__cascade__df2_t__f32_8c_source.html │ │ │ ├── arm__biquad__cascade__df2_t__init__f32_8c.html │ │ │ ├── arm__biquad__cascade__df2_t__init__f32_8c_source.html │ │ │ ├── arm__cfft__radix4__f32_8c.html │ │ │ ├── arm__cfft__radix4__f32_8c_source.html │ │ │ ├── arm__cfft__radix4__init__f32_8c.html │ │ │ ├── arm__cfft__radix4__init__f32_8c_source.html │ │ │ ├── arm__cfft__radix4__init__q15_8c.html │ │ │ ├── arm__cfft__radix4__init__q15_8c_source.html │ │ │ ├── arm__cfft__radix4__init__q31_8c.html │ │ │ ├── arm__cfft__radix4__init__q31_8c_source.html │ │ │ ├── arm__cfft__radix4__q15_8c.html │ │ │ ├── arm__cfft__radix4__q15_8c_source.html │ │ │ ├── arm__cfft__radix4__q31_8c.html │ │ │ ├── arm__cfft__radix4__q31_8c_source.html │ │ │ ├── arm__class__marks__example__f32_8c.html │ │ │ ├── arm__class__marks__example__f32_8c_source.html │ │ │ ├── arm__cmplx__conj__f32_8c.html │ │ │ ├── arm__cmplx__conj__f32_8c_source.html │ │ │ ├── arm__cmplx__conj__q15_8c.html │ │ │ ├── arm__cmplx__conj__q15_8c_source.html │ │ │ ├── arm__cmplx__conj__q31_8c.html │ │ │ ├── arm__cmplx__conj__q31_8c_source.html │ │ │ ├── arm__cmplx__dot__prod__f32_8c.html │ │ │ ├── arm__cmplx__dot__prod__f32_8c_source.html │ │ │ ├── arm__cmplx__dot__prod__q15_8c.html │ │ │ ├── arm__cmplx__dot__prod__q15_8c_source.html │ │ │ ├── arm__cmplx__dot__prod__q31_8c.html │ │ │ ├── arm__cmplx__dot__prod__q31_8c_source.html │ │ │ ├── arm__cmplx__mag__f32_8c.html │ │ │ ├── arm__cmplx__mag__f32_8c_source.html │ │ │ ├── arm__cmplx__mag__q15_8c.html │ │ │ ├── arm__cmplx__mag__q15_8c_source.html │ │ │ ├── arm__cmplx__mag__q31_8c.html │ │ │ ├── arm__cmplx__mag__q31_8c_source.html │ │ │ ├── arm__cmplx__mag__squared__f32_8c.html │ │ │ ├── arm__cmplx__mag__squared__f32_8c_source.html │ │ │ ├── arm__cmplx__mag__squared__q15_8c.html │ │ │ ├── arm__cmplx__mag__squared__q15_8c_source.html │ │ │ ├── arm__cmplx__mag__squared__q31_8c.html │ │ │ ├── arm__cmplx__mag__squared__q31_8c_source.html │ │ │ ├── arm__cmplx__mult__cmplx__f32_8c.html │ │ │ ├── arm__cmplx__mult__cmplx__f32_8c_source.html │ │ │ ├── arm__cmplx__mult__cmplx__q15_8c.html │ │ │ ├── arm__cmplx__mult__cmplx__q15_8c_source.html │ │ │ ├── arm__cmplx__mult__cmplx__q31_8c.html │ │ │ ├── arm__cmplx__mult__cmplx__q31_8c_source.html │ │ │ ├── arm__cmplx__mult__real__f32_8c.html │ │ │ ├── arm__cmplx__mult__real__f32_8c_source.html │ │ │ ├── arm__cmplx__mult__real__q15_8c.html │ │ │ ├── arm__cmplx__mult__real__q15_8c_source.html │ │ │ ├── arm__cmplx__mult__real__q31_8c.html │ │ │ ├── arm__cmplx__mult__real__q31_8c_source.html │ │ │ ├── arm__common__tables_8c.html │ │ │ ├── arm__common__tables_8c_source.html │ │ │ ├── arm__conv__f32_8c.html │ │ │ ├── arm__conv__f32_8c_source.html │ │ │ ├── arm__conv__fast__q15_8c.html │ │ │ ├── arm__conv__fast__q15_8c_source.html │ │ │ ├── arm__conv__fast__q31_8c.html │ │ │ ├── arm__conv__fast__q31_8c_source.html │ │ │ ├── arm__conv__partial__f32_8c.html │ │ │ ├── arm__conv__partial__f32_8c_source.html │ │ │ ├── arm__conv__partial__fast__q15_8c.html │ │ │ ├── arm__conv__partial__fast__q15_8c_source.html │ │ │ ├── arm__conv__partial__fast__q31_8c.html │ │ │ ├── arm__conv__partial__fast__q31_8c_source.html │ │ │ ├── arm__conv__partial__q15_8c.html │ │ │ ├── arm__conv__partial__q15_8c_source.html │ │ │ ├── arm__conv__partial__q31_8c.html │ │ │ ├── arm__conv__partial__q31_8c_source.html │ │ │ ├── arm__conv__partial__q7_8c.html │ │ │ ├── arm__conv__partial__q7_8c_source.html │ │ │ ├── arm__conv__q15_8c.html │ │ │ ├── arm__conv__q15_8c_source.html │ │ │ ├── arm__conv__q31_8c.html │ │ │ ├── arm__conv__q31_8c_source.html │ │ │ ├── arm__conv__q7_8c.html │ │ │ ├── arm__conv__q7_8c_source.html │ │ │ ├── arm__convolution__example__f32_8c.html │ │ │ ├── arm__convolution__example__f32_8c_source.html │ │ │ ├── arm__copy__f32_8c.html │ │ │ ├── arm__copy__f32_8c_source.html │ │ │ ├── arm__copy__q15_8c.html │ │ │ ├── arm__copy__q15_8c_source.html │ │ │ ├── arm__copy__q31_8c.html │ │ │ ├── arm__copy__q31_8c_source.html │ │ │ ├── arm__copy__q7_8c.html │ │ │ ├── arm__copy__q7_8c_source.html │ │ │ ├── arm__correlate__f32_8c.html │ │ │ ├── arm__correlate__f32_8c_source.html │ │ │ ├── arm__correlate__fast__q15_8c.html │ │ │ ├── arm__correlate__fast__q15_8c_source.html │ │ │ ├── arm__correlate__fast__q31_8c.html │ │ │ ├── arm__correlate__fast__q31_8c_source.html │ │ │ ├── arm__correlate__q15_8c.html │ │ │ ├── arm__correlate__q15_8c_source.html │ │ │ ├── arm__correlate__q31_8c.html │ │ │ ├── arm__correlate__q31_8c_source.html │ │ │ ├── arm__correlate__q7_8c.html │ │ │ ├── arm__correlate__q7_8c_source.html │ │ │ ├── arm__cos__f32_8c.html │ │ │ ├── arm__cos__f32_8c_source.html │ │ │ ├── arm__cos__q15_8c.html │ │ │ ├── arm__cos__q15_8c_source.html │ │ │ ├── arm__cos__q31_8c.html │ │ │ ├── arm__cos__q31_8c_source.html │ │ │ ├── arm__dct4__f32_8c.html │ │ │ ├── arm__dct4__f32_8c_source.html │ │ │ ├── arm__dct4__init__f32_8c.html │ │ │ ├── arm__dct4__init__f32_8c_source.html │ │ │ ├── arm__dct4__init__q15_8c.html │ │ │ ├── arm__dct4__init__q15_8c_source.html │ │ │ ├── arm__dct4__init__q31_8c.html │ │ │ ├── arm__dct4__init__q31_8c_source.html │ │ │ ├── arm__dct4__q15_8c.html │ │ │ ├── arm__dct4__q15_8c_source.html │ │ │ ├── arm__dct4__q31_8c.html │ │ │ ├── arm__dct4__q31_8c_source.html │ │ │ ├── arm__dot__prod__f32_8c.html │ │ │ ├── arm__dot__prod__f32_8c_source.html │ │ │ ├── arm__dot__prod__q15_8c.html │ │ │ ├── arm__dot__prod__q15_8c_source.html │ │ │ ├── arm__dot__prod__q31_8c.html │ │ │ ├── arm__dot__prod__q31_8c_source.html │ │ │ ├── arm__dot__prod__q7_8c.html │ │ │ ├── arm__dot__prod__q7_8c_source.html │ │ │ ├── arm__dotproduct__example__f32_8c.html │ │ │ ├── arm__dotproduct__example__f32_8c_source.html │ │ │ ├── arm__fft__bin__example__f32_8c.html │ │ │ ├── arm__fft__bin__example__f32_8c_source.html │ │ │ ├── arm__fill__f32_8c.html │ │ │ ├── arm__fill__f32_8c_source.html │ │ │ ├── arm__fill__q15_8c.html │ │ │ ├── arm__fill__q15_8c_source.html │ │ │ ├── arm__fill__q31_8c.html │ │ │ ├── arm__fill__q31_8c_source.html │ │ │ ├── arm__fill__q7_8c.html │ │ │ ├── arm__fill__q7_8c_source.html │ │ │ ├── arm__fir__decimate__f32_8c.html │ │ │ ├── arm__fir__decimate__f32_8c_source.html │ │ │ ├── arm__fir__decimate__fast__q15_8c.html │ │ │ ├── arm__fir__decimate__fast__q15_8c_source.html │ │ │ ├── arm__fir__decimate__fast__q31_8c.html │ │ │ ├── arm__fir__decimate__fast__q31_8c_source.html │ │ │ ├── arm__fir__decimate__init__f32_8c.html │ │ │ ├── arm__fir__decimate__init__f32_8c_source.html │ │ │ ├── arm__fir__decimate__init__q15_8c.html │ │ │ ├── arm__fir__decimate__init__q15_8c_source.html │ │ │ ├── arm__fir__decimate__init__q31_8c.html │ │ │ ├── arm__fir__decimate__init__q31_8c_source.html │ │ │ ├── arm__fir__decimate__q15_8c.html │ │ │ ├── arm__fir__decimate__q15_8c_source.html │ │ │ ├── arm__fir__decimate__q31_8c.html │ │ │ ├── arm__fir__decimate__q31_8c_source.html │ │ │ ├── arm__fir__example__f32_8c.html │ │ │ ├── arm__fir__example__f32_8c_source.html │ │ │ ├── arm__fir__f32_8c.html │ │ │ ├── arm__fir__f32_8c_source.html │ │ │ ├── arm__fir__fast__q15_8c.html │ │ │ ├── arm__fir__fast__q15_8c_source.html │ │ │ ├── arm__fir__fast__q31_8c.html │ │ │ ├── arm__fir__fast__q31_8c_source.html │ │ │ ├── arm__fir__init__f32_8c.html │ │ │ ├── arm__fir__init__f32_8c_source.html │ │ │ ├── arm__fir__init__q15_8c.html │ │ │ ├── arm__fir__init__q15_8c_source.html │ │ │ ├── arm__fir__init__q31_8c.html │ │ │ ├── arm__fir__init__q31_8c_source.html │ │ │ ├── arm__fir__init__q7_8c.html │ │ │ ├── arm__fir__init__q7_8c_source.html │ │ │ ├── arm__fir__interpolate__f32_8c.html │ │ │ ├── arm__fir__interpolate__f32_8c_source.html │ │ │ ├── arm__fir__interpolate__init__f32_8c.html │ │ │ ├── arm__fir__interpolate__init__f32_8c_source.html │ │ │ ├── arm__fir__interpolate__init__q15_8c.html │ │ │ ├── arm__fir__interpolate__init__q15_8c_source.html │ │ │ ├── arm__fir__interpolate__init__q31_8c.html │ │ │ ├── arm__fir__interpolate__init__q31_8c_source.html │ │ │ ├── arm__fir__interpolate__q15_8c.html │ │ │ ├── arm__fir__interpolate__q15_8c_source.html │ │ │ ├── arm__fir__interpolate__q31_8c.html │ │ │ ├── arm__fir__interpolate__q31_8c_source.html │ │ │ ├── arm__fir__lattice__f32_8c.html │ │ │ ├── arm__fir__lattice__f32_8c_source.html │ │ │ ├── arm__fir__lattice__init__f32_8c.html │ │ │ ├── arm__fir__lattice__init__f32_8c_source.html │ │ │ ├── arm__fir__lattice__init__q15_8c.html │ │ │ ├── arm__fir__lattice__init__q15_8c_source.html │ │ │ ├── arm__fir__lattice__init__q31_8c.html │ │ │ ├── arm__fir__lattice__init__q31_8c_source.html │ │ │ ├── arm__fir__lattice__q15_8c.html │ │ │ ├── arm__fir__lattice__q15_8c_source.html │ │ │ ├── arm__fir__lattice__q31_8c.html │ │ │ ├── arm__fir__lattice__q31_8c_source.html │ │ │ ├── arm__fir__q15_8c.html │ │ │ ├── arm__fir__q15_8c_source.html │ │ │ ├── arm__fir__q31_8c.html │ │ │ ├── arm__fir__q31_8c_source.html │ │ │ ├── arm__fir__q7_8c.html │ │ │ ├── arm__fir__q7_8c_source.html │ │ │ ├── arm__fir__sparse__f32_8c.html │ │ │ ├── arm__fir__sparse__f32_8c_source.html │ │ │ ├── arm__fir__sparse__init__f32_8c.html │ │ │ ├── arm__fir__sparse__init__f32_8c_source.html │ │ │ ├── arm__fir__sparse__init__q15_8c.html │ │ │ ├── arm__fir__sparse__init__q15_8c_source.html │ │ │ ├── arm__fir__sparse__init__q31_8c.html │ │ │ ├── arm__fir__sparse__init__q31_8c_source.html │ │ │ ├── arm__fir__sparse__init__q7_8c.html │ │ │ ├── arm__fir__sparse__init__q7_8c_source.html │ │ │ ├── arm__fir__sparse__q15_8c.html │ │ │ ├── arm__fir__sparse__q15_8c_source.html │ │ │ ├── arm__fir__sparse__q31_8c.html │ │ │ ├── arm__fir__sparse__q31_8c_source.html │ │ │ ├── arm__fir__sparse__q7_8c.html │ │ │ ├── arm__fir__sparse__q7_8c_source.html │ │ │ ├── arm__float__to__q15_8c.html │ │ │ ├── arm__float__to__q15_8c_source.html │ │ │ ├── arm__float__to__q31_8c.html │ │ │ ├── arm__float__to__q31_8c_source.html │ │ │ ├── arm__float__to__q7_8c.html │ │ │ ├── arm__float__to__q7_8c_source.html │ │ │ ├── arm__graphic__equalizer__example__q31_8c.html │ │ │ ├── arm__graphic__equalizer__example__q31_8c_source.html │ │ │ ├── arm__iir__lattice__f32_8c.html │ │ │ ├── arm__iir__lattice__f32_8c_source.html │ │ │ ├── arm__iir__lattice__init__f32_8c.html │ │ │ ├── arm__iir__lattice__init__f32_8c_source.html │ │ │ ├── arm__iir__lattice__init__q15_8c.html │ │ │ ├── arm__iir__lattice__init__q15_8c_source.html │ │ │ ├── arm__iir__lattice__init__q31_8c.html │ │ │ ├── arm__iir__lattice__init__q31_8c_source.html │ │ │ ├── arm__iir__lattice__q15_8c.html │ │ │ ├── arm__iir__lattice__q15_8c_source.html │ │ │ ├── arm__iir__lattice__q31_8c.html │ │ │ ├── arm__iir__lattice__q31_8c_source.html │ │ │ ├── arm__linear__interp__example__f32_8c.html │ │ │ ├── arm__linear__interp__example__f32_8c_source.html │ │ │ ├── arm__lms__f32_8c.html │ │ │ ├── arm__lms__f32_8c_source.html │ │ │ ├── arm__lms__init__f32_8c.html │ │ │ ├── arm__lms__init__f32_8c_source.html │ │ │ ├── arm__lms__init__q15_8c.html │ │ │ ├── arm__lms__init__q15_8c_source.html │ │ │ ├── arm__lms__init__q31_8c.html │ │ │ ├── arm__lms__init__q31_8c_source.html │ │ │ ├── arm__lms__norm__f32_8c.html │ │ │ ├── arm__lms__norm__f32_8c_source.html │ │ │ ├── arm__lms__norm__init__f32_8c.html │ │ │ ├── arm__lms__norm__init__f32_8c_source.html │ │ │ ├── arm__lms__norm__init__q15_8c.html │ │ │ ├── arm__lms__norm__init__q15_8c_source.html │ │ │ ├── arm__lms__norm__init__q31_8c.html │ │ │ ├── arm__lms__norm__init__q31_8c_source.html │ │ │ ├── arm__lms__norm__q15_8c.html │ │ │ ├── arm__lms__norm__q15_8c_source.html │ │ │ ├── arm__lms__norm__q31_8c.html │ │ │ ├── arm__lms__norm__q31_8c_source.html │ │ │ ├── arm__lms__q15_8c.html │ │ │ ├── arm__lms__q15_8c_source.html │ │ │ ├── arm__lms__q31_8c.html │ │ │ ├── arm__lms__q31_8c_source.html │ │ │ ├── arm__mat__add__f32_8c.html │ │ │ ├── arm__mat__add__f32_8c_source.html │ │ │ ├── arm__mat__add__q15_8c.html │ │ │ ├── arm__mat__add__q15_8c_source.html │ │ │ ├── arm__mat__add__q31_8c.html │ │ │ ├── arm__mat__add__q31_8c_source.html │ │ │ ├── arm__mat__init__f32_8c.html │ │ │ ├── arm__mat__init__f32_8c_source.html │ │ │ ├── arm__mat__init__q15_8c.html │ │ │ ├── arm__mat__init__q15_8c_source.html │ │ │ ├── arm__mat__init__q31_8c.html │ │ │ ├── arm__mat__init__q31_8c_source.html │ │ │ ├── arm__mat__inverse__f32_8c.html │ │ │ ├── arm__mat__inverse__f32_8c_source.html │ │ │ ├── arm__mat__mult__f32_8c.html │ │ │ ├── arm__mat__mult__f32_8c_source.html │ │ │ ├── arm__mat__mult__fast__q15_8c.html │ │ │ ├── arm__mat__mult__fast__q15_8c_source.html │ │ │ ├── arm__mat__mult__fast__q31_8c.html │ │ │ ├── arm__mat__mult__fast__q31_8c_source.html │ │ │ ├── arm__mat__mult__q15_8c.html │ │ │ ├── arm__mat__mult__q15_8c_source.html │ │ │ ├── arm__mat__mult__q31_8c.html │ │ │ ├── arm__mat__mult__q31_8c_source.html │ │ │ ├── arm__mat__scale__f32_8c.html │ │ │ ├── arm__mat__scale__f32_8c_source.html │ │ │ ├── arm__mat__scale__q15_8c.html │ │ │ ├── arm__mat__scale__q15_8c_source.html │ │ │ ├── arm__mat__scale__q31_8c.html │ │ │ ├── arm__mat__scale__q31_8c_source.html │ │ │ ├── arm__mat__sub__f32_8c.html │ │ │ ├── arm__mat__sub__f32_8c_source.html │ │ │ ├── arm__mat__sub__q15_8c.html │ │ │ ├── arm__mat__sub__q15_8c_source.html │ │ │ ├── arm__mat__sub__q31_8c.html │ │ │ ├── arm__mat__sub__q31_8c_source.html │ │ │ ├── arm__mat__trans__f32_8c.html │ │ │ ├── arm__mat__trans__f32_8c_source.html │ │ │ ├── arm__mat__trans__q15_8c.html │ │ │ ├── arm__mat__trans__q15_8c_source.html │ │ │ ├── arm__mat__trans__q31_8c.html │ │ │ ├── arm__mat__trans__q31_8c_source.html │ │ │ ├── arm__math_8h.html │ │ │ ├── arm__math_8h_source.html │ │ │ ├── arm__matrix__example__f32_8c.html │ │ │ ├── arm__matrix__example__f32_8c_source.html │ │ │ ├── arm__max__f32_8c.html │ │ │ ├── arm__max__f32_8c_source.html │ │ │ ├── arm__max__q15_8c.html │ │ │ ├── arm__max__q15_8c_source.html │ │ │ ├── arm__max__q31_8c.html │ │ │ ├── arm__max__q31_8c_source.html │ │ │ ├── arm__max__q7_8c.html │ │ │ ├── arm__max__q7_8c_source.html │ │ │ ├── arm__mean__f32_8c.html │ │ │ ├── arm__mean__f32_8c_source.html │ │ │ ├── arm__mean__q15_8c.html │ │ │ ├── arm__mean__q15_8c_source.html │ │ │ ├── arm__mean__q31_8c.html │ │ │ ├── arm__mean__q31_8c_source.html │ │ │ ├── arm__mean__q7_8c.html │ │ │ ├── arm__mean__q7_8c_source.html │ │ │ ├── arm__min__f32_8c.html │ │ │ ├── arm__min__f32_8c_source.html │ │ │ ├── arm__min__q15_8c.html │ │ │ ├── arm__min__q15_8c_source.html │ │ │ ├── arm__min__q31_8c.html │ │ │ ├── arm__min__q31_8c_source.html │ │ │ ├── arm__min__q7_8c.html │ │ │ ├── arm__min__q7_8c_source.html │ │ │ ├── arm__mult__f32_8c.html │ │ │ ├── arm__mult__f32_8c_source.html │ │ │ ├── arm__mult__q15_8c.html │ │ │ ├── arm__mult__q15_8c_source.html │ │ │ ├── arm__mult__q31_8c.html │ │ │ ├── arm__mult__q31_8c_source.html │ │ │ ├── arm__mult__q7_8c.html │ │ │ ├── arm__mult__q7_8c_source.html │ │ │ ├── arm__negate__f32_8c.html │ │ │ ├── arm__negate__f32_8c_source.html │ │ │ ├── arm__negate__q15_8c.html │ │ │ ├── arm__negate__q15_8c_source.html │ │ │ ├── arm__negate__q31_8c.html │ │ │ ├── arm__negate__q31_8c_source.html │ │ │ ├── arm__negate__q7_8c.html │ │ │ ├── arm__negate__q7_8c_source.html │ │ │ ├── arm__offset__f32_8c.html │ │ │ ├── arm__offset__f32_8c_source.html │ │ │ ├── arm__offset__q15_8c.html │ │ │ ├── arm__offset__q15_8c_source.html │ │ │ ├── arm__offset__q31_8c.html │ │ │ ├── arm__offset__q31_8c_source.html │ │ │ ├── arm__offset__q7_8c.html │ │ │ ├── arm__offset__q7_8c_source.html │ │ │ ├── arm__pid__init__f32_8c.html │ │ │ ├── arm__pid__init__f32_8c_source.html │ │ │ ├── arm__pid__init__q15_8c.html │ │ │ ├── arm__pid__init__q15_8c_source.html │ │ │ ├── arm__pid__init__q31_8c.html │ │ │ ├── arm__pid__init__q31_8c_source.html │ │ │ ├── arm__pid__reset__f32_8c.html │ │ │ ├── arm__pid__reset__f32_8c_source.html │ │ │ ├── arm__pid__reset__q15_8c.html │ │ │ ├── arm__pid__reset__q15_8c_source.html │ │ │ ├── arm__pid__reset__q31_8c.html │ │ │ ├── arm__pid__reset__q31_8c_source.html │ │ │ ├── arm__power__f32_8c.html │ │ │ ├── arm__power__f32_8c_source.html │ │ │ ├── arm__power__q15_8c.html │ │ │ ├── arm__power__q15_8c_source.html │ │ │ ├── arm__power__q31_8c.html │ │ │ ├── arm__power__q31_8c_source.html │ │ │ ├── arm__power__q7_8c.html │ │ │ ├── arm__power__q7_8c_source.html │ │ │ ├── arm__q15__to__float_8c.html │ │ │ ├── arm__q15__to__float_8c_source.html │ │ │ ├── arm__q15__to__q31_8c.html │ │ │ ├── arm__q15__to__q31_8c_source.html │ │ │ ├── arm__q15__to__q7_8c.html │ │ │ ├── arm__q15__to__q7_8c_source.html │ │ │ ├── arm__q31__to__float_8c.html │ │ │ ├── arm__q31__to__float_8c_source.html │ │ │ ├── arm__q31__to__q15_8c.html │ │ │ ├── arm__q31__to__q15_8c_source.html │ │ │ ├── arm__q31__to__q7_8c.html │ │ │ ├── arm__q31__to__q7_8c_source.html │ │ │ ├── arm__q7__to__float_8c.html │ │ │ ├── arm__q7__to__float_8c_source.html │ │ │ ├── arm__q7__to__q15_8c.html │ │ │ ├── arm__q7__to__q15_8c_source.html │ │ │ ├── arm__q7__to__q31_8c.html │ │ │ ├── arm__q7__to__q31_8c_source.html │ │ │ ├── arm__rfft__f32_8c.html │ │ │ ├── arm__rfft__f32_8c_source.html │ │ │ ├── arm__rfft__init__f32_8c.html │ │ │ ├── arm__rfft__init__f32_8c_source.html │ │ │ ├── arm__rfft__init__q15_8c.html │ │ │ ├── arm__rfft__init__q15_8c_source.html │ │ │ ├── arm__rfft__init__q31_8c.html │ │ │ ├── arm__rfft__init__q31_8c_source.html │ │ │ ├── arm__rfft__q15_8c.html │ │ │ ├── arm__rfft__q15_8c_source.html │ │ │ ├── arm__rfft__q31_8c.html │ │ │ ├── arm__rfft__q31_8c_source.html │ │ │ ├── arm__rms__f32_8c.html │ │ │ ├── arm__rms__f32_8c_source.html │ │ │ ├── arm__rms__q15_8c.html │ │ │ ├── arm__rms__q15_8c_source.html │ │ │ ├── arm__rms__q31_8c.html │ │ │ ├── arm__rms__q31_8c_source.html │ │ │ ├── arm__scale__f32_8c.html │ │ │ ├── arm__scale__f32_8c_source.html │ │ │ ├── arm__scale__q15_8c.html │ │ │ ├── arm__scale__q15_8c_source.html │ │ │ ├── arm__scale__q31_8c.html │ │ │ ├── arm__scale__q31_8c_source.html │ │ │ ├── arm__scale__q7_8c.html │ │ │ ├── arm__scale__q7_8c_source.html │ │ │ ├── arm__shift__q15_8c.html │ │ │ ├── arm__shift__q15_8c_source.html │ │ │ ├── arm__shift__q31_8c.html │ │ │ ├── arm__shift__q31_8c_source.html │ │ │ ├── arm__shift__q7_8c.html │ │ │ ├── arm__shift__q7_8c_source.html │ │ │ ├── arm__signal__converge__example__f32_8c.html │ │ │ ├── arm__signal__converge__example__f32_8c_source.html │ │ │ ├── arm__sin__cos__example__f32_8c.html │ │ │ ├── arm__sin__cos__example__f32_8c_source.html │ │ │ ├── arm__sin__cos__f32_8c.html │ │ │ ├── arm__sin__cos__f32_8c_source.html │ │ │ ├── arm__sin__cos__q31_8c.html │ │ │ ├── arm__sin__cos__q31_8c_source.html │ │ │ ├── arm__sin__f32_8c.html │ │ │ ├── arm__sin__f32_8c_source.html │ │ │ ├── arm__sin__q15_8c.html │ │ │ ├── arm__sin__q15_8c_source.html │ │ │ ├── arm__sin__q31_8c.html │ │ │ ├── arm__sin__q31_8c_source.html │ │ │ ├── arm__sqrt__q15_8c.html │ │ │ ├── arm__sqrt__q15_8c_source.html │ │ │ ├── arm__sqrt__q31_8c.html │ │ │ ├── arm__sqrt__q31_8c_source.html │ │ │ ├── arm__std__f32_8c.html │ │ │ ├── arm__std__f32_8c_source.html │ │ │ ├── arm__std__q15_8c.html │ │ │ ├── arm__std__q15_8c_source.html │ │ │ ├── arm__std__q31_8c.html │ │ │ ├── arm__std__q31_8c_source.html │ │ │ ├── arm__sub__f32_8c.html │ │ │ ├── arm__sub__f32_8c_source.html │ │ │ ├── arm__sub__q15_8c.html │ │ │ ├── arm__sub__q15_8c_source.html │ │ │ ├── arm__sub__q31_8c.html │ │ │ ├── arm__sub__q31_8c_source.html │ │ │ ├── arm__sub__q7_8c.html │ │ │ ├── arm__sub__q7_8c_source.html │ │ │ ├── arm__var__f32_8c.html │ │ │ ├── arm__var__f32_8c_source.html │ │ │ ├── arm__var__q15_8c.html │ │ │ ├── arm__var__q15_8c_source.html │ │ │ ├── arm__var__q31_8c.html │ │ │ ├── arm__var__q31_8c_source.html │ │ │ ├── arm__variance__example__f32_8c.html │ │ │ ├── arm__variance__example__f32_8c_source.html │ │ │ ├── arm_class_marks_example_f32_8c-example.html │ │ │ ├── arm_convolution_example_f32_8c-example.html │ │ │ ├── arm_dotproduct_example_f32_8c-example.html │ │ │ ├── arm_fft_bin_example_f32_8c-example.html │ │ │ ├── arm_fir_example_f32_8c-example.html │ │ │ ├── arm_graphic_equalizer_example_q31_8c-example.html │ │ │ ├── arm_linear_interp_example_f32_8c-example.html │ │ │ ├── arm_matrix_example_f32_8c-example.html │ │ │ ├── arm_signal_converge_example_f32_8c-example.html │ │ │ ├── arm_sin_cos_example_f32_8c-example.html │ │ │ ├── arm_variance_example_f32_8c-example.html │ │ │ ├── bc_s.png │ │ │ ├── clarke.gif │ │ │ ├── clarkeFormula.gif │ │ │ ├── clarkeInvFormula.gif │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── dct4FormatsQ15Table.gif │ │ │ ├── dct4FormatsQ31Table.gif │ │ │ ├── dct4NormalizingF32Table.gif │ │ │ ├── dct4NormalizingQ15Table.gif │ │ │ ├── dct4NormalizingQ31Table.gif │ │ │ ├── dotProduct.gif │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── examples.html │ │ │ ├── files.html │ │ │ ├── functions.html │ │ │ ├── functions_0x62.html │ │ │ ├── functions_0x65.html │ │ │ ├── functions_0x66.html │ │ │ ├── functions_0x69.html │ │ │ ├── functions_0x6b.html │ │ │ ├── functions_0x6c.html │ │ │ ├── functions_0x6d.html │ │ │ ├── functions_0x6e.html │ │ │ ├── functions_0x6f.html │ │ │ ├── functions_0x70.html │ │ │ ├── functions_0x72.html │ │ │ ├── functions_0x73.html │ │ │ ├── functions_0x74.html │ │ │ ├── functions_0x78.html │ │ │ ├── functions_vars.html │ │ │ ├── functions_vars_0x62.html │ │ │ ├── functions_vars_0x65.html │ │ │ ├── functions_vars_0x66.html │ │ │ ├── functions_vars_0x69.html │ │ │ ├── functions_vars_0x6b.html │ │ │ ├── functions_vars_0x6c.html │ │ │ ├── functions_vars_0x6d.html │ │ │ ├── functions_vars_0x6e.html │ │ │ ├── functions_vars_0x6f.html │ │ │ ├── functions_vars_0x70.html │ │ │ ├── functions_vars_0x72.html │ │ │ ├── functions_vars_0x73.html │ │ │ ├── functions_vars_0x74.html │ │ │ ├── functions_vars_0x78.html │ │ │ ├── globals.html │ │ │ ├── globals_0x61.html │ │ │ ├── globals_0x62.html │ │ │ ├── globals_0x63.html │ │ │ ├── globals_0x64.html │ │ │ ├── globals_0x65.html │ │ │ ├── globals_0x66.html │ │ │ ├── globals_0x67.html │ │ │ ├── globals_0x69.html │ │ │ ├── globals_0x6c.html │ │ │ ├── globals_0x6d.html │ │ │ ├── globals_0x6e.html │ │ │ ├── globals_0x6f.html │ │ │ ├── globals_0x70.html │ │ │ ├── globals_0x71.html │ │ │ ├── globals_0x72.html │ │ │ ├── globals_0x73.html │ │ │ ├── globals_0x74.html │ │ │ ├── globals_0x75.html │ │ │ ├── globals_0x76.html │ │ │ ├── globals_0x77.html │ │ │ ├── globals_0x78.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_enum.html │ │ │ ├── globals_eval.html │ │ │ ├── globals_func.html │ │ │ ├── globals_func_0x63.html │ │ │ ├── globals_func_0x67.html │ │ │ ├── globals_func_0x6d.html │ │ │ ├── globals_func_0x74.html │ │ │ ├── globals_type.html │ │ │ ├── globals_vars.html │ │ │ ├── group___basic_abs.html │ │ │ ├── group___basic_add.html │ │ │ ├── group___basic_mult.html │ │ │ ├── group___basic_sub.html │ │ │ ├── group___bilinear_interpolate.html │ │ │ ├── group___biquad_cascade_d_f1.html │ │ │ ├── group___biquad_cascade_d_f1__32x64.html │ │ │ ├── group___biquad_cascade_d_f2_t.html │ │ │ ├── group___c_f_f_t___c_i_f_f_t.html │ │ │ ├── group___class_marks.html │ │ │ ├── group___cmplx_by_cmplx_mult.html │ │ │ ├── group___cmplx_by_real_mult.html │ │ │ ├── group___conv.html │ │ │ ├── group___convolution_example.html │ │ │ ├── group___corr.html │ │ │ ├── group___d_c_t4___i_d_c_t4.html │ │ │ ├── group___dotproduct_example.html │ │ │ ├── group___f_i_r.html │ │ │ ├── group___f_i_r___interpolate.html │ │ │ ├── group___f_i_r___lattice.html │ │ │ ├── group___f_i_r___sparse.html │ │ │ ├── group___f_i_r__decimate.html │ │ │ ├── group___f_i_r_l_p_f.html │ │ │ ├── group___fill.html │ │ │ ├── group___frequency_bin.html │ │ │ ├── group___g_e_q5_band.html │ │ │ ├── group___i_i_r___lattice.html │ │ │ ├── group___l_m_s.html │ │ │ ├── group___l_m_s___n_o_r_m.html │ │ │ ├── group___linear_interp_example.html │ │ │ ├── group___linear_interpolate.html │ │ │ ├── group___matrix_add.html │ │ │ ├── group___matrix_example.html │ │ │ ├── group___matrix_init.html │ │ │ ├── group___matrix_inv.html │ │ │ ├── group___matrix_mult.html │ │ │ ├── group___matrix_scale.html │ │ │ ├── group___matrix_sub.html │ │ │ ├── group___matrix_trans.html │ │ │ ├── group___max.html │ │ │ ├── group___min.html │ │ │ ├── group___p_i_d.html │ │ │ ├── group___partial_conv.html │ │ │ ├── group___r_f_f_t___r_i_f_f_t.html │ │ │ ├── group___r_m_s.html │ │ │ ├── group___s_q_r_t.html │ │ │ ├── group___s_t_d.html │ │ │ ├── group___signal_convergence.html │ │ │ ├── group___sin_cos.html │ │ │ ├── group___sin_cos_example.html │ │ │ ├── group___variance_example.html │ │ │ ├── group__clarke.html │ │ │ ├── group__cmplx__conj.html │ │ │ ├── group__cmplx__dot__prod.html │ │ │ ├── group__cmplx__mag.html │ │ │ ├── group__cmplx__mag__squared.html │ │ │ ├── group__copy.html │ │ │ ├── group__cos.html │ │ │ ├── group__dot__prod.html │ │ │ ├── group__float__to__x.html │ │ │ ├── group__group_cmplx_math.html │ │ │ ├── group__group_controller.html │ │ │ ├── group__group_examples.html │ │ │ ├── group__group_fast_math.html │ │ │ ├── group__group_filters.html │ │ │ ├── group__group_interpolation.html │ │ │ ├── group__group_math.html │ │ │ ├── group__group_matrix.html │ │ │ ├── group__group_stats.html │ │ │ ├── group__group_support.html │ │ │ ├── group__group_transforms.html │ │ │ ├── group__inv__clarke.html │ │ │ ├── group__inv__park.html │ │ │ ├── group__mean.html │ │ │ ├── group__negate.html │ │ │ ├── group__offset.html │ │ │ ├── group__park.html │ │ │ ├── group__power.html │ │ │ ├── group__q15__to__x.html │ │ │ ├── group__q31__to__x.html │ │ │ ├── group__q7__to__x.html │ │ │ ├── group__scale.html │ │ │ ├── group__shift.html │ │ │ ├── group__sin.html │ │ │ ├── group__variance.html │ │ │ ├── index.html │ │ │ ├── installdox │ │ │ ├── linearInterpExampleMethod1.gif │ │ │ ├── linearInterpExampleMethod2.gif │ │ │ ├── matrixExample.gif │ │ │ ├── modules.html │ │ │ ├── nav_f.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── park.gif │ │ │ ├── parkFormula.gif │ │ │ ├── parkInvFormula.gif │ │ │ ├── search │ │ │ ├── all_5f.html │ │ │ ├── all_61.html │ │ │ ├── all_62.html │ │ │ ├── all_63.html │ │ │ ├── all_64.html │ │ │ ├── all_65.html │ │ │ ├── all_66.html │ │ │ ├── all_67.html │ │ │ ├── all_69.html │ │ │ ├── all_6b.html │ │ │ ├── all_6c.html │ │ │ ├── all_6d.html │ │ │ ├── all_6e.html │ │ │ ├── all_6f.html │ │ │ ├── all_70.html │ │ │ ├── all_71.html │ │ │ ├── all_72.html │ │ │ ├── all_73.html │ │ │ ├── all_74.html │ │ │ ├── all_75.html │ │ │ ├── all_76.html │ │ │ ├── all_77.html │ │ │ ├── all_78.html │ │ │ ├── classes_61.html │ │ │ ├── close.png │ │ │ ├── defines_5f.html │ │ │ ├── defines_62.html │ │ │ ├── defines_64.html │ │ │ ├── defines_69.html │ │ │ ├── defines_6d.html │ │ │ ├── defines_6e.html │ │ │ ├── defines_70.html │ │ │ ├── defines_73.html │ │ │ ├── defines_74.html │ │ │ ├── defines_75.html │ │ │ ├── defines_78.html │ │ │ ├── enums_61.html │ │ │ ├── enumvalues_61.html │ │ │ ├── files_61.html │ │ │ ├── functions_61.html │ │ │ ├── functions_63.html │ │ │ ├── functions_67.html │ │ │ ├── functions_6d.html │ │ │ ├── functions_74.html │ │ │ ├── mag_sel.png │ │ │ ├── nomatches.html │ │ │ ├── search.css │ │ │ ├── search.js │ │ │ ├── search_l.png │ │ │ ├── search_m.png │ │ │ ├── search_r.png │ │ │ ├── typedefs_66.html │ │ │ ├── typedefs_71.html │ │ │ ├── variables_61.html │ │ │ ├── variables_62.html │ │ │ ├── variables_63.html │ │ │ ├── variables_64.html │ │ │ ├── variables_65.html │ │ │ ├── variables_66.html │ │ │ ├── variables_67.html │ │ │ ├── variables_69.html │ │ │ ├── variables_6b.html │ │ │ ├── variables_6c.html │ │ │ ├── variables_6d.html │ │ │ ├── variables_6e.html │ │ │ ├── variables_6f.html │ │ │ ├── variables_70.html │ │ │ ├── variables_72.html │ │ │ ├── variables_73.html │ │ │ ├── variables_74.html │ │ │ ├── variables_76.html │ │ │ ├── variables_77.html │ │ │ └── variables_78.html │ │ │ ├── sinCos.gif │ │ │ ├── structarm__bilinear__interp__instance__f32.html │ │ │ ├── structarm__bilinear__interp__instance__q15.html │ │ │ ├── structarm__bilinear__interp__instance__q31.html │ │ │ ├── structarm__bilinear__interp__instance__q7.html │ │ │ ├── structarm__biquad__cas__df1__32x64__ins__q31.html │ │ │ ├── structarm__biquad__cascade__df2_t__instance__f32.html │ │ │ ├── structarm__biquad__casd__df1__inst__f32.html │ │ │ ├── structarm__biquad__casd__df1__inst__q15.html │ │ │ ├── structarm__biquad__casd__df1__inst__q31.html │ │ │ ├── structarm__cfft__radix4__instance__f32.html │ │ │ ├── structarm__cfft__radix4__instance__q15.html │ │ │ ├── structarm__cfft__radix4__instance__q31.html │ │ │ ├── structarm__dct4__instance__f32.html │ │ │ ├── structarm__dct4__instance__q15.html │ │ │ ├── structarm__dct4__instance__q31.html │ │ │ ├── structarm__fir__decimate__instance__f32.html │ │ │ ├── structarm__fir__decimate__instance__q15.html │ │ │ ├── structarm__fir__decimate__instance__q31.html │ │ │ ├── structarm__fir__instance__f32.html │ │ │ ├── structarm__fir__instance__q15.html │ │ │ ├── structarm__fir__instance__q31.html │ │ │ ├── structarm__fir__instance__q7.html │ │ │ ├── structarm__fir__interpolate__instance__f32.html │ │ │ ├── structarm__fir__interpolate__instance__q15.html │ │ │ ├── structarm__fir__interpolate__instance__q31.html │ │ │ ├── structarm__fir__lattice__instance__f32.html │ │ │ ├── structarm__fir__lattice__instance__q15.html │ │ │ ├── structarm__fir__lattice__instance__q31.html │ │ │ ├── structarm__fir__sparse__instance__f32.html │ │ │ ├── structarm__fir__sparse__instance__q15.html │ │ │ ├── structarm__fir__sparse__instance__q31.html │ │ │ ├── structarm__fir__sparse__instance__q7.html │ │ │ ├── structarm__iir__lattice__instance__f32.html │ │ │ ├── structarm__iir__lattice__instance__q15.html │ │ │ ├── structarm__iir__lattice__instance__q31.html │ │ │ ├── structarm__linear__interp__instance__f32.html │ │ │ ├── structarm__lms__instance__f32.html │ │ │ ├── structarm__lms__instance__q15.html │ │ │ ├── structarm__lms__instance__q31.html │ │ │ ├── structarm__lms__norm__instance__f32.html │ │ │ ├── structarm__lms__norm__instance__q15.html │ │ │ ├── structarm__lms__norm__instance__q31.html │ │ │ ├── structarm__matrix__instance__f32.html │ │ │ ├── structarm__matrix__instance__q15.html │ │ │ ├── structarm__matrix__instance__q31.html │ │ │ ├── structarm__pid__instance__f32.html │ │ │ ├── structarm__pid__instance__q15.html │ │ │ ├── structarm__pid__instance__q31.html │ │ │ ├── structarm__rfft__instance__f32.html │ │ │ ├── structarm__rfft__instance__q15.html │ │ │ ├── structarm__rfft__instance__q31.html │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ ├── Include │ │ ├── arm_common_tables.h │ │ ├── arm_math.h │ │ ├── core_cm0.h │ │ ├── core_cm3.h │ │ ├── core_cm4.h │ │ ├── core_cm4_simd.h │ │ ├── core_cmFunc.h │ │ └── core_cmInstr.h │ ├── Lib │ │ └── ARM │ │ │ ├── arm_cortexM0b_math.lib │ │ │ ├── arm_cortexM0l_math.lib │ │ │ ├── arm_cortexM3b_math.lib │ │ │ ├── arm_cortexM3l_math.lib │ │ │ ├── arm_cortexM4b_math.lib │ │ │ ├── arm_cortexM4bf_math.lib │ │ │ ├── arm_cortexM4l_math.lib │ │ │ └── arm_cortexM4lf_math.lib │ ├── README.txt │ ├── ST │ │ └── STM32F4xx │ │ │ ├── Include │ │ │ ├── stm32f4xx.h │ │ │ └── system_stm32f4xx.h │ │ │ ├── Release_Notes.html │ │ │ └── Source │ │ │ └── Templates │ │ │ ├── TASKING │ │ │ └── cstart_thumb2.asm │ │ │ ├── TrueSTUDIO │ │ │ └── startup_stm32f4xx.s │ │ │ ├── arm │ │ │ └── startup_stm32f4xx.s │ │ │ ├── gcc_ride7 │ │ │ └── startup_stm32f4xx.s │ │ │ ├── iar │ │ │ └── startup_stm32f4xx.s │ │ │ └── system_stm32f4xx.c │ └── index.htm ├── STM32F4xx_StdPeriph_Driver │ ├── Release_Notes.html │ ├── inc │ │ ├── misc.h │ │ ├── stm32f4xx_adc.h │ │ ├── stm32f4xx_can.h │ │ ├── stm32f4xx_crc.h │ │ ├── stm32f4xx_cryp.h │ │ ├── stm32f4xx_dac.h │ │ ├── stm32f4xx_dbgmcu.h │ │ ├── stm32f4xx_dcmi.h │ │ ├── stm32f4xx_dma.h │ │ ├── stm32f4xx_exti.h │ │ ├── stm32f4xx_flash.h │ │ ├── stm32f4xx_fsmc.h │ │ ├── stm32f4xx_gpio.h │ │ ├── stm32f4xx_hash.h │ │ ├── stm32f4xx_i2c.h │ │ ├── stm32f4xx_iwdg.h │ │ ├── stm32f4xx_pwr.h │ │ ├── stm32f4xx_rcc.h │ │ ├── stm32f4xx_rng.h │ │ ├── stm32f4xx_rtc.h │ │ ├── stm32f4xx_sdio.h │ │ ├── stm32f4xx_spi.h │ │ ├── stm32f4xx_syscfg.h │ │ ├── stm32f4xx_tim.h │ │ ├── stm32f4xx_usart.h │ │ └── stm32f4xx_wwdg.h │ └── src │ │ ├── misc.c │ │ ├── stm32f4xx_adc.c │ │ ├── stm32f4xx_can.c │ │ ├── stm32f4xx_crc.c │ │ ├── stm32f4xx_cryp.c │ │ ├── stm32f4xx_cryp_aes.c │ │ ├── stm32f4xx_cryp_des.c │ │ ├── stm32f4xx_cryp_tdes.c │ │ ├── stm32f4xx_dac.c │ │ ├── stm32f4xx_dbgmcu.c │ │ ├── stm32f4xx_dcmi.c │ │ ├── stm32f4xx_dma.c │ │ ├── stm32f4xx_exti.c │ │ ├── stm32f4xx_flash.c │ │ ├── stm32f4xx_fsmc.c │ │ ├── stm32f4xx_gpio.c │ │ ├── stm32f4xx_hash.c │ │ ├── stm32f4xx_hash_md5.c │ │ ├── stm32f4xx_hash_sha1.c │ │ ├── stm32f4xx_i2c.c │ │ ├── stm32f4xx_iwdg.c │ │ ├── stm32f4xx_pwr.c │ │ ├── stm32f4xx_rcc.c │ │ ├── stm32f4xx_rng.c │ │ ├── stm32f4xx_rtc.c │ │ ├── stm32f4xx_sdio.c │ │ ├── stm32f4xx_spi.c │ │ ├── stm32f4xx_syscfg.c │ │ ├── stm32f4xx_tim.c │ │ ├── stm32f4xx_usart.c │ │ └── stm32f4xx_wwdg.c ├── STM32_USB_Device_Library │ ├── Class │ │ ├── audio │ │ │ ├── inc │ │ │ │ ├── usbd_audio_core.h │ │ │ │ └── usbd_audio_out_if.h │ │ │ └── src │ │ │ │ ├── usbd_audio_core.c │ │ │ │ └── usbd_audio_out_if.c │ │ ├── cdc │ │ │ ├── inc │ │ │ │ ├── usbd_cdc_core.h │ │ │ │ └── usbd_cdc_if_template.h │ │ │ └── src │ │ │ │ ├── usbd_cdc_core.c │ │ │ │ └── usbd_cdc_if_template.c │ │ ├── dfu │ │ │ ├── inc │ │ │ │ ├── usbd_dfu_core.h │ │ │ │ ├── usbd_dfu_mal.h │ │ │ │ ├── usbd_flash_if.h │ │ │ │ ├── usbd_mem_if_template.h │ │ │ │ └── usbd_otp_if.h │ │ │ └── src │ │ │ │ ├── usbd_dfu_core.c │ │ │ │ ├── usbd_dfu_mal.c │ │ │ │ ├── usbd_flash_if.c │ │ │ │ ├── usbd_mem_if_template.c │ │ │ │ └── usbd_otp_if.c │ │ ├── hid │ │ │ ├── inc │ │ │ │ └── usbd_hid_core.h │ │ │ └── src │ │ │ │ └── usbd_hid_core.c │ │ └── msc │ │ │ ├── inc │ │ │ ├── usbd_msc_bot.h │ │ │ ├── usbd_msc_core.h │ │ │ ├── usbd_msc_data.h │ │ │ ├── usbd_msc_mem.h │ │ │ └── usbd_msc_scsi.h │ │ │ └── src │ │ │ ├── usbd_msc_bot.c │ │ │ ├── usbd_msc_core.c │ │ │ ├── usbd_msc_data.c │ │ │ ├── usbd_msc_scsi.c │ │ │ └── usbd_storage_template.c │ ├── Core │ │ ├── inc │ │ │ ├── usbd_conf_template.h │ │ │ ├── usbd_core.h │ │ │ ├── usbd_def.h │ │ │ ├── usbd_ioreq.h │ │ │ ├── usbd_req.h │ │ │ └── usbd_usr.h │ │ └── src │ │ │ ├── usbd_core.c │ │ │ ├── usbd_ioreq.c │ │ │ └── usbd_req.c │ └── Release_Notes.html ├── STM32_USB_HOST_Library │ ├── Class │ │ ├── HID │ │ │ ├── inc │ │ │ │ ├── usbh_hid_core.h │ │ │ │ ├── usbh_hid_keybd.h │ │ │ │ └── usbh_hid_mouse.h │ │ │ └── src │ │ │ │ ├── usbh_hid_core.c │ │ │ │ ├── usbh_hid_keybd.c │ │ │ │ └── usbh_hid_mouse.c │ │ └── MSC │ │ │ ├── inc │ │ │ ├── usbh_msc_bot.h │ │ │ ├── usbh_msc_core.h │ │ │ └── usbh_msc_scsi.h │ │ │ └── src │ │ │ ├── usbh_msc_bot.c │ │ │ ├── usbh_msc_core.c │ │ │ ├── usbh_msc_fatfs.c │ │ │ └── usbh_msc_scsi.c │ ├── Core │ │ ├── inc │ │ │ ├── usbh_conf_template.h │ │ │ ├── usbh_core.h │ │ │ ├── usbh_def.h │ │ │ ├── usbh_hcs.h │ │ │ ├── usbh_ioreq.h │ │ │ └── usbh_stdreq.h │ │ └── src │ │ │ ├── usbh_core.c │ │ │ ├── usbh_hcs.c │ │ │ ├── usbh_ioreq.c │ │ │ └── usbh_stdreq.c │ └── Release_Notes.html └── STM32_USB_OTG_Driver │ ├── Release_Notes.html │ ├── inc │ ├── usb_bsp.h │ ├── usb_conf_template.h │ ├── usb_core.h │ ├── usb_dcd.h │ ├── usb_dcd_int.h │ ├── usb_defines.h │ ├── usb_hcd.h │ ├── usb_hcd_int.h │ ├── usb_otg.h │ └── usb_regs.h │ └── src │ ├── usb_bsp_template.c │ ├── usb_core.c │ ├── usb_dcd.c │ ├── usb_dcd_int.c │ ├── usb_hcd.c │ ├── usb_hcd_int.c │ └── usb_otg.c ├── Project ├── Demonstration │ ├── .DS_Store │ ├── Binary │ │ ├── STM32F4-Discovery_Demonstration_V1.0.0.dfu │ │ ├── STM32F4-Discovery_Demonstration_V1.0.0.hex │ │ └── readme.txt │ ├── EWARM │ │ ├── STM32F4-Discovery_Demo.ewd │ │ ├── STM32F4-Discovery_Demo.ewp │ │ ├── STM32F4-Discovery_Demo.eww │ │ └── stm32f40x_flash.icf │ ├── MDK-ARM │ │ ├── STM32F4-Discovery_Demo.uvopt │ │ └── STM32F4-Discovery_Demo.uvproj │ ├── Makefile │ ├── Release_Notes.html │ ├── TASKING │ │ └── STM32F4-Discovery_Demo │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── STM32F4-Discovery_Demo.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── STM32F4-Discovery_Demo │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── STM32F4-Discovery_Demo.elf.launch │ │ │ └── stm32_flash.ld │ ├── blink.bin │ ├── main.c │ ├── main.h │ ├── selftest.c │ ├── selftest.h │ ├── startup_stm32f4xx.s │ ├── stm32_flash.ld │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ ├── system_stm32f4xx.c │ ├── usb_bsp.c │ ├── usb_conf.h │ ├── usbd_conf.h │ ├── usbd_desc.c │ ├── usbd_desc.h │ └── usbd_usr.c ├── IO_Toggle │ ├── EWARM │ │ ├── IO_Toggle.ewd │ │ ├── IO_Toggle.ewp │ │ ├── IO_Toggle.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── IO_Toggle.uvopt │ │ └── IO_Toggle.uvproj │ ├── Makefile │ ├── TASKING │ │ └── IO_Toggle │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── IO_Toggle.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── IO_Toggle │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── IO_Toggle.elf.launch │ │ │ └── stm32_flash.ld │ ├── blink.bin │ ├── main.c │ ├── readme.txt │ ├── startup_stm32f4xx.s │ ├── stdemo.hex │ ├── stm32_flash.ld │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c ├── Master_Workspace │ ├── EWARM │ │ └── STM32F4-Discovery.eww │ └── MDK-ARM │ │ └── STM32F4-Discovery.uvmpw └── Peripheral_Examples │ ├── ADC3_DMA │ ├── EWARM │ │ ├── ADC3_DMA.ewd │ │ ├── ADC3_DMA.ewp │ │ ├── ADC3_DMA.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── ADC3_DMA.uvopt │ │ └── ADC3_DMA.uvproj │ ├── TASKING │ │ └── ADC3_DMA │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── ADC3_DMA.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── ADC3_DMA │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── ADC3_DMA.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── ADC_Interleaved_DMAmode2 │ ├── EWARM │ │ ├── ADC_Interleaved_DMAmode2.ewd │ │ ├── ADC_Interleaved_DMAmode2.ewp │ │ ├── ADC_Interleaved_DMAmode2.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── ADC_Interleaved_DMAmode2.uvopt │ │ └── ADC_Interleaved_DMAmode2.uvproj │ ├── TASKING │ │ └── ADC_Interleaved_DMAmode2 │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── ADC_Interleaved_DMAmode2.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── ADC_Interleaved_DMAmode2 │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── ADC_Interleaved_DMAmode2.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── DAC_SignalsGeneration │ ├── EWARM │ │ ├── DAC_SignalsGeneration.ewd │ │ ├── DAC_SignalsGeneration.ewp │ │ ├── DAC_SignalsGeneration.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── DAC_SignalsGeneration.uvopt │ │ └── DAC_SignalsGeneration.uvproj │ ├── TASKING │ │ └── DAC_SignalsGeneration │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── DAC_SignalsGeneration.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── DAC_SignalsGeneration │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── DAC_SignalsGeneration.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── DMA_FLASH_RAM │ ├── EWARM │ │ ├── DMA_FLASH_RAM.ewd │ │ ├── DMA_FLASH_RAM.ewp │ │ ├── DMA_FLASH_RAM.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── DMA_FLASH_RAM.uvopt │ │ └── DMA_FLASH_RAM.uvproj │ ├── TASKING │ │ └── DMA_FLASH_RAM │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── DMA_FLASH_RAM.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── DMA_FLASH_RAM │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── DMA_FLASH_RAM.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── main.h │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── EXTI │ ├── EWARM │ │ ├── Exti.ewd │ │ ├── Exti.ewp │ │ ├── Exti.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── Exti.uvopt │ │ └── Exti.uvproj │ ├── TASKING │ │ └── EXTI │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── EXTI.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── EXTI │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── EXTI.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── FLASH_Program │ ├── EWARM │ │ ├── Flash_Program.ewd │ │ ├── Flash_Program.ewp │ │ ├── Flash_Program.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── Flash_Program.uvopt │ │ └── Flash_Program.uvproj │ ├── TASKING │ │ └── FLASH_Program │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── FLASH_Program.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── FLASH_Program │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── FLASH_Program.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── FLASH_Write_Protection │ ├── EWARM │ │ ├── Flash_Write_Protection.ewd │ │ ├── Flash_Write_Protection.ewp │ │ ├── Flash_Write_Protection.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── Flash_Write_Protection.uvopt │ │ └── Flash_Write_Protection.uvproj │ ├── TASKING │ │ └── FLASH_Write_Protection │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── FLASH_Write_Protection.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── FLASH_Write_Protection │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── FLASH_Write_Protection.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── IO_Toggle │ ├── EWARM │ │ ├── IO_Toggle.ewd │ │ ├── IO_Toggle.ewp │ │ ├── IO_Toggle.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── IO_Toggle.uvopt │ │ └── IO_Toggle.uvproj │ ├── TASKING │ │ └── IO_Toggle │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── IO_Toggle.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── IO_Toggle │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── IO_Toggle.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── IWDG │ ├── EWARM │ │ ├── IWDG.ewd │ │ ├── IWDG.ewp │ │ ├── IWDG.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── IWDG.uvopt │ │ └── IWDG.uvproj │ ├── TASKING │ │ └── IWDG │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── IWDG.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── IWDG │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── IWDG.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── MEMS │ ├── EWARM │ │ ├── LIS302DL.ewd │ │ ├── LIS302DL.ewp │ │ ├── LIS302DL.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── LIS302DL.uvopt │ │ └── LIS302DL.uvproj │ ├── TASKING │ │ └── LIS302DL │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── LIS302DL.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── LIS302DL │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── LIS302DL.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── main.h │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── PWR_CurrentConsumption │ ├── EWARM │ │ ├── PWR_CurrentConsumption.ewd │ │ ├── PWR_CurrentConsumption.ewp │ │ ├── PWR_CurrentConsumption.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── PWR_CurrentConsumption.uvopt │ │ └── PWR_CurrentConsumption.uvproj │ ├── TASKING │ │ └── PWR_CurrentConsumption │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── PWR_CurrentConsumption.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── PWR_CurrentConsumption │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── PWR_CurrentConsumption.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ ├── stm32f4xx_lp_modes.c │ ├── stm32f4xx_lp_modes.h │ └── system_stm32f4xx.c │ ├── PWR_STANDBY │ ├── EWARM │ │ ├── PWR_STANDBY.ewd │ │ ├── PWR_STANDBY.ewp │ │ ├── PWR_STANDBY.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── PWR_STANDBY.uvopt │ │ └── PWR_STANDBY.uvproj │ ├── TASKING │ │ └── PWR_STANDBY │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── PWR_STANDBY.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── PWR_STANDBY │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── PWR_STANDBY.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── PWR_STOP │ ├── EWARM │ │ ├── PWR_STOP.ewd │ │ ├── PWR_STOP.ewp │ │ ├── PWR_STOP.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── PWR_STOP.uvopt │ │ └── PWR_STOP.uvproj │ ├── TASKING │ │ ├── PWR_STOP │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── PWR_STOP.launch │ │ │ └── TASKING │ │ │ │ └── stm32f4xx.lsl │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── PWR_STOP │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── PWR_STOP.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── RCC │ ├── EWARM │ │ ├── RCC.ewd │ │ ├── RCC.ewp │ │ ├── RCC.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── RCC.uvopt │ │ └── RCC.uvproj │ ├── TASKING │ │ └── RCC │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── RCC.launch │ │ │ └── TASKING │ │ │ ├── cstart_thumb2.asm │ │ │ └── stm32f2xx.lsl │ ├── TrueSTUDIO │ │ └── RCC │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── RCC.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── Release_Notes.html │ ├── SysTick │ ├── EWARM │ │ ├── SysTick.ewd │ │ ├── SysTick.ewp │ │ ├── SysTick.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── SysTick.uvopt │ │ └── SysTick.uvproj │ ├── TASKING │ │ └── SysTick │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── SysTick.launch │ │ │ └── TASKING │ │ │ └── stm32f4xx.lsl │ ├── TrueSTUDIO │ │ └── SysTick │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── SysTick.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── main.h │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── TIM_ComplementarySignals │ ├── EWARM │ │ ├── TIM_ComplementarySignals.ewd │ │ ├── TIM_ComplementarySignals.ewp │ │ ├── TIM_ComplementarySignals.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── TIM_ComplementarySignals.uvopt │ │ └── TIM_ComplementarySignals.uvproj │ ├── TASKING │ │ └── TIM_ComplementarySignals │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── TASKING │ │ │ └── stm32f4xx.lsl │ │ │ └── TIM_ComplementarySignals.launch │ ├── TrueSTUDIO │ │ └── TIM_ComplementarySignals │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── TIM_ComplementarySignals.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── TIM_PWM_Input │ ├── EWARM │ │ ├── TIM_PWM_Input.ewd │ │ ├── TIM_PWM_Input.ewp │ │ ├── TIM_PWM_Input.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── TIM_PWM_Input.uvopt │ │ └── TIM_PWM_Input.uvproj │ ├── TASKING │ │ └── TIM_PWM_Input │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── TASKING │ │ │ └── stm32f4xx.lsl │ │ │ └── TIM_PWM_Input.launch │ ├── TrueSTUDIO │ │ └── TIM_PWM_Input │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── TIM_PWM_Input.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ ├── TIM_PWM_Output │ ├── EWARM │ │ ├── TIM_PWM_Output.ewd │ │ ├── TIM_PWM_Output.ewp │ │ ├── TIM_PWM_Output.eww │ │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ │ ├── TIM_PWM_Output.uvopt │ │ └── TIM_PWM_Output.uvproj │ ├── TASKING │ │ └── TIM_PWM_Output │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── TASKING │ │ │ └── stm32f4xx.lsl │ │ │ └── TIM_PWM_Output.launch │ ├── TrueSTUDIO │ │ └── TIM_PWM_Output │ │ │ ├── .cproject │ │ │ ├── .project │ │ │ ├── .settings │ │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── TIM_PWM_Output.elf.launch │ │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c │ └── TIM_TimeBase │ ├── EWARM │ ├── TIM_TimeBase.ewd │ ├── TIM_TimeBase.ewp │ ├── TIM_TimeBase.eww │ └── stm32f4xx_flash.icf │ ├── MDK-ARM │ ├── TIM_TimeBase.uvopt │ └── TIM_TimeBase.uvproj │ ├── TASKING │ └── TIM_TimeBase │ │ ├── .cproject │ │ ├── .project │ │ ├── TASKING │ │ └── stm32f4xx.lsl │ │ └── TIM_TimeBase.launch │ ├── TrueSTUDIO │ └── TIM_TimeBase │ │ ├── .cproject │ │ ├── .project │ │ ├── .settings │ │ └── com.atollic.truestudio.debug.hardware_device.prefs │ │ ├── TIM_TimeBase.elf.launch │ │ └── stm32_flash.ld │ ├── main.c │ ├── readme.txt │ ├── stm32f4xx_conf.h │ ├── stm32f4xx_it.c │ ├── stm32f4xx_it.h │ └── system_stm32f4xx.c ├── README.md ├── Release_Notes.html ├── Utilities └── STM32F4-Discovery │ ├── Release_Notes.html │ ├── stm32f4_discovery.c │ ├── stm32f4_discovery.h │ ├── stm32f4_discovery_audio_codec.c │ ├── stm32f4_discovery_audio_codec.h │ ├── stm32f4_discovery_lis302dl.c │ └── stm32f4_discovery_lis302dl.h ├── _htmresc └── logo.bmp └── openocd_config ├── busblaster.cfg ├── openocd.cfg └── stm32f4x.cfg /Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h: -------------------------------------------------------------------------------- 1 | /* ---------------------------------------------------------------------- 2 | * Copyright (C) 2010 ARM Limited. All rights reserved. 3 | * 4 | * $Date: 29. November 2010 5 | * $Revision: V1.0.3 6 | * 7 | * Project: CMSIS DSP Library 8 | * 9 | * Title: math_helper.h 10 | * 11 | * 12 | * Description: Prototypes of all helper functions required. 13 | * 14 | * Target Processor: Cortex-M4/Cortex-M3 15 | * 16 | * Version 1.0.3 2010/11/29 17 | * Re-organized the CMSIS folders and updated documentation. 18 | * 19 | * Version 1.0.2 2010/11/11 20 | * Documentation updated. 21 | * 22 | * Version 1.0.1 2010/10/05 23 | * Production release and review comments incorporated. 24 | * 25 | * Version 1.0.0 2010/09/20 26 | * Production release and review comments incorporated. 27 | * 28 | * Version 0.0.7 2010/06/10 29 | * Misra-C changes done 30 | * -------------------------------------------------------------------- */ 31 | 32 | 33 | #include "arm_math.h" 34 | 35 | #ifndef MATH_HELPER_H 36 | #define MATH_HELPER_H 37 | 38 | float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize); 39 | void arm_float_to_q12_20(float *pIn, q31_t * pOut, uint32_t numSamples); 40 | void arm_provide_guard_bits_q15(q15_t *input_buf, uint32_t blockSize, uint32_t guard_bits); 41 | void arm_provide_guard_bits_q31(q31_t *input_buf, uint32_t blockSize, uint32_t guard_bits); 42 | void arm_float_to_q14(float *pIn, q15_t *pOut, uint32_t numSamples); 43 | void arm_float_to_q29(float *pIn, q31_t *pOut, uint32_t numSamples); 44 | void arm_float_to_q28(float *pIn, q31_t *pOut, uint32_t numSamples); 45 | void arm_float_to_q30(float *pIn, q31_t *pOut, uint32_t numSamples); 46 | void arm_clip_f32(float *pIn, uint32_t numSamples); 47 | uint32_t arm_calc_guard_bits(uint32_t num_adds); 48 | void arm_apply_guard_bits (float32_t * pIn, uint32_t numSamples, uint32_t guard_bits); 49 | uint32_t arm_compare_fixed_q15(q15_t *pIn, q15_t * pOut, uint32_t numSamples); 50 | uint32_t arm_compare_fixed_q31(q31_t *pIn, q31_t *pOut, uint32_t numSamples); 51 | uint32_t arm_calc_2pow(uint32_t guard_bits); 52 | #endif 53 | 54 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_class_marks_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_class_marks_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_convolution_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_convolution_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_dotproduct_example.ini 7 | 8 | */ 9 | 10 | // usual initialisation for target setup 11 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 12 | 13 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_fft_bin_example.ini 7 | 8 | */ 9 | 10 | // usual initialisation for target setup 11 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 12 | 13 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_fir_lpf_example.ini 7 | 8 | */ 9 | 10 | // usual initialisation for target setup 11 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 12 | 13 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_geq_5band_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_linear_interp_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_matrix_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_signal_converge_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_sin_cos_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example.ini: -------------------------------------------------------------------------------- 1 | 2 | /* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions 3 | 4 | The file can be executed in the following way: 5 | 1) manually from uVision command window (in debug mode) using command: 6 | INCLUIDE arm_variance_example.ini 7 | 8 | */ 9 | 10 | 11 | // usual initialisation for target setup 12 | MAP 0x20000000, 0x20008000 READ WRITE // allow R/W access to IO space 13 | 14 | 15 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat: -------------------------------------------------------------------------------- 1 | 2 | SET TMP=C:\Temp 3 | SET TEMP=C:\Temp 4 | 5 | SET UVEXE=C:\Keil\UV4\UV4.EXE 6 | 7 | %UVEXE% -rb arm_cortexM0x_math.uvproj -t"DSP_Lib CM0 LE" -o"DSP_Lib CM0 LE.txt" 8 | %UVEXE% -rb arm_cortexM0x_math.uvproj -t"DSP_Lib CM0 BE" -o"DSP_Lib CM0 BE.txt" 9 | %UVEXE% -rb arm_cortexM3x_math.uvproj -t"DSP_Lib CM3 LE" -o"DSP_Lib CM3 LE.txt" 10 | %UVEXE% -rb arm_cortexM3x_math.uvproj -t"DSP_Lib CM3 BE" -o"DSP_Lib CM3 BE.txt" 11 | %UVEXE% -rb arm_cortexM4x_math.uvproj -t"DSP_Lib CM4 LE" -o"DSP_Lib CM4 LE.txt" 12 | %UVEXE% -rb arm_cortexM4x_math.uvproj -t"DSP_Lib CM4 BE" -o"DSP_Lib CM4 BE.txt" 13 | %UVEXE% -rb arm_cortexM4x_math.uvproj -t"DSP_Lib CM4 LE FPU" -o"DSP_Lib CM4 LE FPU.txt" 14 | %UVEXE% -rb arm_cortexM4x_math.uvproj -t"DSP_Lib CM4 BE FPU" -o"DSP_Lib CM4 BE FPU.txt" -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c: -------------------------------------------------------------------------------- 1 | /* ---------------------------------------------------------------------- 2 | * Copyright (C) 2010 ARM Limited. All rights reserved. 3 | * 4 | * $Date: 15. July 2011 5 | * $Revision: V1.0.10 6 | * 7 | * Project: CMSIS DSP Library 8 | * Title: arm_pid_reset_f32.c 9 | * 10 | * Description: Floating-point PID Control reset function 11 | * 12 | * Target Processor: Cortex-M4/Cortex-M3/Cortex-M0 13 | * 14 | * Version 1.0.10 2011/7/15 15 | * Big Endian support added and Merged M0 and M3/M4 Source code. 16 | * 17 | * Version 1.0.3 2010/11/29 18 | * Re-organized the CMSIS folders and updated documentation. 19 | * 20 | * Version 1.0.2 2010/11/11 21 | * Documentation updated. 22 | * 23 | * Version 1.0.1 2010/10/05 24 | * Production release and review comments incorporated. 25 | * 26 | * Version 1.0.0 2010/09/20 27 | * Production release and review comments incorporated. 28 | * ------------------------------------------------------------------- */ 29 | 30 | #include "arm_math.h" 31 | 32 | /** 33 | * @addtogroup PID 34 | * @{ 35 | */ 36 | 37 | /** 38 | * @brief Reset function for the floating-point PID Control. 39 | * @param[in] *S Instance pointer of PID control data structure. 40 | * @return none. 41 | * \par Description: 42 | * The function resets the state buffer to zeros. 43 | */ 44 | void arm_pid_reset_f32( 45 | arm_pid_instance_f32 * S) 46 | { 47 | 48 | /* Clear the state buffer. The size will be always 3 samples */ 49 | memset(S->state, 0, 3u * sizeof(float32_t)); 50 | } 51 | 52 | /** 53 | * @} end of PID group 54 | */ 55 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c: -------------------------------------------------------------------------------- 1 | /* ---------------------------------------------------------------------- 2 | * Copyright (C) 2010 ARM Limited. All rights reserved. 3 | * 4 | * $Date: 15. July 2011 5 | * $Revision: V1.0.10 6 | * 7 | * Project: CMSIS DSP Library 8 | * Title: arm_pid_reset_q15.c 9 | * 10 | * Description: Q15 PID Control reset function 11 | * 12 | * Target Processor: Cortex-M4/Cortex-M3/Cortex-M0 13 | * 14 | * Version 1.0.10 2011/7/15 15 | * Big Endian support added and Merged M0 and M3/M4 Source code. 16 | * 17 | * Version 1.0.3 2010/11/29 18 | * Re-organized the CMSIS folders and updated documentation. 19 | * 20 | * Version 1.0.2 2010/11/11 21 | * Documentation updated. 22 | * 23 | * Version 1.0.1 2010/10/05 24 | * Production release and review comments incorporated. 25 | * 26 | * Version 1.0.0 2010/09/20 27 | * Production release and review comments incorporated. 28 | * -------------------------------------------------------------------- */ 29 | 30 | #include "arm_math.h" 31 | 32 | /** 33 | * @addtogroup PID 34 | * @{ 35 | */ 36 | 37 | /** 38 | * @brief Reset function for the Q15 PID Control. 39 | * @param[in] *S Instance pointer of PID control data structure. 40 | * @return none. 41 | * \par Description: 42 | * The function resets the state buffer to zeros. 43 | */ 44 | void arm_pid_reset_q15( 45 | arm_pid_instance_q15 * S) 46 | { 47 | /* Reset state to zero, The size will be always 3 samples */ 48 | memset(S->state, 0, 3u * sizeof(q15_t)); 49 | } 50 | 51 | /** 52 | * @} end of PID group 53 | */ 54 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c: -------------------------------------------------------------------------------- 1 | /* ---------------------------------------------------------------------- 2 | * Copyright (C) 2010 ARM Limited. All rights reserved. 3 | * 4 | * $Date: 15. July 2011 5 | * $Revision: V1.0.10 6 | * 7 | * Project: CMSIS DSP Library 8 | * Title: arm_pid_reset_q31.c 9 | * 10 | * Description: Q31 PID Control reset function 11 | * 12 | * Target Processor: Cortex-M4/Cortex-M3/Cortex-M0 13 | * 14 | * Version 1.0.10 2011/7/15 15 | * Big Endian support added and Merged M0 and M3/M4 Source code. 16 | * 17 | * Version 1.0.3 2010/11/29 18 | * Re-organized the CMSIS folders and updated documentation. 19 | * 20 | * Version 1.0.2 2010/11/11 21 | * Documentation updated. 22 | * 23 | * Version 1.0.1 2010/10/05 24 | * Production release and review comments incorporated. 25 | * 26 | * Version 1.0.0 2010/09/20 27 | * Production release and review comments incorporated. 28 | * ------------------------------------------------------------------- */ 29 | 30 | #include "arm_math.h" 31 | 32 | /** 33 | * @addtogroup PID 34 | * @{ 35 | */ 36 | 37 | /** 38 | * @brief Reset function for the Q31 PID Control. 39 | * @param[in] *S Instance pointer of PID control data structure. 40 | * @return none. 41 | * \par Description: 42 | * The function resets the state buffer to zeros. 43 | */ 44 | void arm_pid_reset_q31( 45 | arm_pid_instance_q31 * S) 46 | { 47 | 48 | /* Clear the state buffer. The size will be always 3 samples */ 49 | memset(S->state, 0, 3u * sizeof(q31_t)); 50 | } 51 | 52 | /** 53 | * @} end of PID group 54 | */ 55 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat: -------------------------------------------------------------------------------- 1 | 2 | SET TMP=C:\Temp 3 | SET TEMP=C:\Temp 4 | 5 | SET UVEXE=C:\Keil\UV4\UV4.EXE 6 | 7 | %UVEXE% -rb arm_cortexM0x_math.uvproj -t"DSP_Lib CM0 LE" -o"DSP_Lib CM0 LE.txt" 8 | %UVEXE% -rb arm_cortexM3x_math.uvproj -t"DSP_Lib CM3 LE" -o"DSP_Lib CM3 LE.txt" 9 | %UVEXE% -rb arm_cortexM4x_math.uvproj -t"DSP_Lib CM4 LE" -o"DSP_Lib CM4 LE.txt" 10 | %UVEXE% -rb arm_cortexM4x_math.uvproj -t"DSP_Lib CM4 LE FPU" -o"DSP_Lib CM4 LE FPU.txt" 11 | -------------------------------------------------------------------------------- /Libraries/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c: -------------------------------------------------------------------------------- 1 | /* ---------------------------------------------------------------------- 2 | * Copyright (C) 2010 ARM Limited. All rights reserved. 3 | * 4 | * $Date: 15. July 2011 5 | * $Revision: V1.0.10 6 | * 7 | * Project: CMSIS DSP Library 8 | * Title: arm_mat_init_q15.c 9 | * 10 | * Description: Q15 matrix initialization. 11 | * 12 | * Target Processor: Cortex-M4/Cortex-M3/Cortex-M0 13 | * 14 | * Version 1.0.10 2011/7/15 15 | * Big Endian support added and Merged M0 and M3/M4 Source code. 16 | * 17 | * Version 1.0.3 2010/11/29 18 | * Re-organized the CMSIS folders and updated documentation. 19 | * 20 | * Version 1.0.2 2010/11/11 21 | * Documentation updated. 22 | * 23 | * Version 1.0.1 2010/10/05 24 | * Production release and review comments incorporated. 25 | * 26 | * Version 1.0.0 2010/09/20 27 | * Production release and review comments incorporated. 28 | * 29 | * Version 0.0.5 2010/04/26 30 | * incorporated review comments and updated with latest CMSIS layer 31 | * 32 | * Version 0.0.3 2010/03/10 33 | * Initial version 34 | * -------------------------------------------------------------------------- */ 35 | 36 | 37 | #include "arm_math.h" 38 | 39 | /** 40 | * @ingroup groupMatrix 41 | */ 42 | 43 | /** 44 | * @addtogroup MatrixInit 45 | * @{ 46 | */ 47 | 48 | /** 49 | * @brief Q15 matrix initialization. 50 | * @param[in,out] *S points to an instance of the floating-point matrix structure. 51 | * @param[in] nRows number of rows in the matrix. 52 | * @param[in] nColumns number of columns in the matrix. 53 | * @param[in] *pData points to the matrix data array. 54 | * @return none 55 | */ 56 | 57 | void arm_mat_init_q15( 58 | arm_matrix_instance_q15 * S, 59 | uint16_t nRows, 60 | uint16_t nColumns, 61 | q15_t * pData) 62 | { 63 | /* Assign Number of Rows */ 64 | S->numRows = nRows; 65 | 66 | /* Assign Number of Columns */ 67 | S->numCols = nColumns; 68 | 69 | /* Assign Data pointer */ 70 | S->pData = pData; 71 | } 72 | 73 | /** 74 | * @} end of MatrixInit group 75 | */ 76 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/CMSIS_CM4_SIMD.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/CMSIS_CM4_SIMD.htm -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/CMSIS_Core.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/CMSIS_Core.htm -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/CMSIS_DebugSupport.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/CMSIS_DebugSupport.htm -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/CMSIS_History.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/CMSIS_History.htm -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/CMSIS_Logo_Final.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/CMSIS_Logo_Final.jpg -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/CMSIS_System_View_Description.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/CMSIS_System_View_Description.htm -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/README.txt: -------------------------------------------------------------------------------- 1 | 2 | NOTE - Open the index.html file inside the html directory to access CMSIS DSP Library documentation 3 | 4 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/Biquad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/Biquad.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/BiquadCascade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/BiquadCascade.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/BiquadDF2Transposed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/BiquadDF2Transposed.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/BiquadPostshift.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/BiquadPostshift.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/CFFT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/CFFT.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/CFFTQ15.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/CFFTQ31.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/CIFFTQ15.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/CIFFTQ31.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/Convolution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/Convolution.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/ConvolutionEquation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/ConvolutionEquation.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/CorrelateEquation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/CorrelateEquation.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/DCT4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/DCT4.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/DCT4Equation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/DCT4Equation.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FFTBin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FFTBin.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FFTBinInput.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FFTBinInput.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FFTBinOutput.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FFTBinOutput.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIR.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRDecimator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRDecimator.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRInterpolator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRInterpolator.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_coeffs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_coeffs.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_input.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_output.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_output.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_response.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_response.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_signalflow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLPF_signalflow.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRLattice.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/FIRSparse.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_allbandresponse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_allbandresponse.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_bandresponse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_bandresponse.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_inputchirp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_inputchirp.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_outputchirp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_outputchirp.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_signalflow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/GEQ_signalflow.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/IDCT4Equation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/IDCT4Equation.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/IIRLattice.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/LMS.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/LMS.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/LinearInterp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/LinearInterp.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixAddition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixAddition.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixInverse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixInverse.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixMultiplication.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixMultiplication.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixScale.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixScale.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixSubtraction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixSubtraction.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixTranspose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/MatrixTranspose.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/PID.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/PID.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/RFFT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/RFFT.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/RFFTQ15.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/RFFTQ31.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/RIFFT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/RIFFT.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/RIFFTQ15.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/RIFFTQ31.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/SignalFlow.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/Variance.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/Variance.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/bc_s.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/clarke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/clarke.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/clarkeFormula.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/clarkeFormula.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/clarkeInvFormula.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/clarkeInvFormula.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/closed.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ15Table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ15Table.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ31Table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/dct4FormatsQ31Table.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingF32Table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingF32Table.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ15Table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ15Table.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ31Table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/dct4NormalizingQ31Table.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/dotProduct.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/dotProduct.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/doxygen.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod1.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/linearInterpExampleMethod2.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/matrixExample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/matrixExample.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/nav_f.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/nav_h.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/open.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/park.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/park.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/parkFormula.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/parkFormula.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/parkInvFormula.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/parkInvFormula.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/all_5f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | __CMSIS_GENERIC 13 | arm_math.h 14 |
15 |
16 |
17 |
18 | __PACKq7 19 | arm_math.h 20 |
21 |
22 |
23 |
24 | __SIMD32 25 | arm_math.h 26 |
27 |
28 |
Searching...
29 |
No Matches
30 | 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/all_67.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | gainDB 13 | arm_graphic_equalizer_example_q31.c 14 |
15 |
16 |
17 |
18 | getinput 19 | arm_signal_converge_example_f32.c 20 |
21 |
22 |
Searching...
23 |
No Matches
24 | 30 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/all_6f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | onebyfftLen 13 | arm_cfft_radix4_instance_f32 14 |
15 |
16 |
17 |
18 | outLen 19 | arm_convolution_example_f32.c 20 |
21 |
22 |
23 |
24 | outputQ31 25 | arm_graphic_equalizer_example_q31.c 26 |
27 |
28 |
Searching...
29 |
No Matches
30 | 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/all_75.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | USE_STATIC_INIT 13 | arm_class_marks_example_f32.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/all_76.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | var 13 | arm_class_marks_example_f32.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/search/close.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/defines_5f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | __CMSIS_GENERIC 13 | arm_math.h 14 |
15 |
16 |
17 |
18 | __PACKq7 19 | arm_math.h 20 |
21 |
22 |
23 |
24 | __SIMD32 25 | arm_math.h 26 |
27 |
28 |
Searching...
29 |
No Matches
30 | 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/defines_69.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | INDEX_MASK 13 | arm_math.h 14 |
15 |
16 |
17 |
18 | INPUT_SPACING 19 | arm_math.h 20 |
21 |
22 |
Searching...
23 |
No Matches
24 | 30 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/defines_70.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | PI 13 | arm_math.h 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/defines_75.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | USE_STATIC_INIT 13 | arm_class_marks_example_f32.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/defines_78.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | XSPACING 13 | arm_linear_interp_example_f32.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/enums_61.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | arm_status 13 | arm_math.h 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/functions_67.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | getinput 13 | arm_signal_converge_example_f32.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/functions_74.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | test_signal_converge 13 | arm_signal_converge_example_f32.c 14 |
15 |
16 |
17 |
18 | test_signal_converge_example 19 | arm_signal_converge_example_f32.c 20 |
21 |
22 |
Searching...
23 |
No Matches
24 | 30 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/search/mag_sel.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/nomatches.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
No Matches
10 |
11 | 12 | 13 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/search/search_l.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/search/search_m.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/search/search_r.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/typedefs_66.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | float32_t 13 | arm_math.h 14 |
15 |
16 |
17 |
18 | float64_t 19 | arm_math.h 20 |
21 |
22 |
Searching...
23 |
No Matches
24 | 30 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/variables_64.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | doBitReverse 13 | arm_fft_bin_example_f32.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/variables_67.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | gainDB 13 | arm_graphic_equalizer_example_q31.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/variables_6f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | onebyfftLen 13 | arm_cfft_radix4_instance_f32 14 |
15 |
16 |
17 |
18 | outLen 19 | arm_convolution_example_f32.c 20 |
21 |
22 |
23 |
24 | outputQ31 25 | arm_graphic_equalizer_example_q31.c 26 |
27 |
28 |
Searching...
29 |
No Matches
30 | 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/search/variables_76.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
Loading...
10 |
11 |
12 | var 13 | arm_class_marks_example_f32.c 14 |
15 |
16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/sinCos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/sinCos.gif -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/tab_a.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/tab_b.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/tab_h.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Documentation/DSP_Lib/html/tab_s.png -------------------------------------------------------------------------------- /Libraries/CMSIS/Documentation/DSP_Lib/html/tabs.css: -------------------------------------------------------------------------------- 1 | .tabs, .tabs2, .tabs3 { 2 | background-image: url('tab_b.png'); 3 | width: 100%; 4 | z-index: 101; 5 | font-size: 13px; 6 | } 7 | 8 | .tabs2 { 9 | font-size: 10px; 10 | } 11 | .tabs3 { 12 | font-size: 9px; 13 | } 14 | 15 | .tablist { 16 | margin: 0; 17 | padding: 0; 18 | display: table; 19 | } 20 | 21 | .tablist li { 22 | float: left; 23 | display: table-cell; 24 | background-image: url('tab_b.png'); 25 | line-height: 36px; 26 | list-style: none; 27 | } 28 | 29 | .tablist a { 30 | display: block; 31 | padding: 0 20px; 32 | font-weight: bold; 33 | background-image:url('tab_s.png'); 34 | background-repeat:no-repeat; 35 | background-position:right; 36 | color: #283A5D; 37 | text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); 38 | text-decoration: none; 39 | outline: none; 40 | } 41 | 42 | .tabs3 .tablist a { 43 | padding: 0 10px; 44 | } 45 | 46 | .tablist a:hover { 47 | background-image: url('tab_h.png'); 48 | background-repeat:repeat-x; 49 | color: #fff; 50 | text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); 51 | text-decoration: none; 52 | } 53 | 54 | .tablist li.current a { 55 | background-image: url('tab_a.png'); 56 | background-repeat:repeat-x; 57 | color: #fff; 58 | text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); 59 | } 60 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Include/arm_common_tables.h: -------------------------------------------------------------------------------- 1 | /* ---------------------------------------------------------------------- 2 | * Copyright (C) 2010 ARM Limited. All rights reserved. 3 | * 4 | * $Date: 11. November 2010 5 | * $Revision: V1.0.2 6 | * 7 | * Project: CMSIS DSP Library 8 | * Title: arm_common_tables.h 9 | * 10 | * Description: This file has extern declaration for common tables like Bitreverse, reciprocal etc which are used across different functions 11 | * 12 | * Target Processor: Cortex-M4/Cortex-M3 13 | * 14 | * Version 1.0.2 2010/11/11 15 | * Documentation updated. 16 | * 17 | * Version 1.0.1 2010/10/05 18 | * Production release and review comments incorporated. 19 | * 20 | * Version 1.0.0 2010/09/20 21 | * Production release and review comments incorporated. 22 | * -------------------------------------------------------------------- */ 23 | 24 | #ifndef _ARM_COMMON_TABLES_H 25 | #define _ARM_COMMON_TABLES_H 26 | 27 | #include "arm_math.h" 28 | 29 | extern uint16_t armBitRevTable[256]; 30 | extern q15_t armRecipTableQ15[64]; 31 | extern q31_t armRecipTableQ31[64]; 32 | extern const q31_t realCoefAQ31[1024]; 33 | extern const q31_t realCoefBQ31[1024]; 34 | 35 | #endif /* ARM_COMMON_TABLES_H */ 36 | -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM0b_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM0b_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM0l_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM0l_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM3b_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM3b_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM3l_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM3l_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM4b_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM4b_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM4bf_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM4l_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM4l_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/Lib/ARM/arm_cortexM4lf_math.lib -------------------------------------------------------------------------------- /Libraries/CMSIS/README.txt: -------------------------------------------------------------------------------- 1 | * ------------------------------------------------------------------- 2 | * Copyright (C) 2011 ARM Limited. All rights reserved. 3 | * 4 | * Date: 25 July 2011 5 | * Revision: V2.10 6 | * 7 | * Project: Cortex Microcontroller Software Interface Standard (CMSIS) 8 | * Title: Release Note for CMSIS 9 | * 10 | * ------------------------------------------------------------------- 11 | 12 | 13 | NOTE - Open the index.html file to access CMSIS documentation 14 | 15 | 16 | The Cortex Microcontroller Software Interface Standard (CMSIS) provides a single standard across all 17 | Cortex-Mx processor series vendors. It enables code re-use and code sharing across software projects 18 | and reduces time-to-market for new embedded applications. 19 | 20 | CMSIS is released under the terms of the end user license agreement ("CMSIS END USER LICENCE AGREEMENT.pdf"). 21 | Any user of the software package is bound to the terms and conditions of the end user license agreement. 22 | 23 | 24 | You will find the following sub-directories: 25 | 26 | Documentation - Contains CMSIS documentation. 27 | 28 | DSP_Lib - MDK project files, Examples and source files etc.. to build the 29 | CMSIS DSP Software Library for Cortex-M0, Cortex-M3, Cortex-M4 processors. 30 | 31 | Include - CMSIS Core Support and CMSIS DSP Include Files. 32 | 33 | Lib - CMSIS DSP Binaries 34 | --- -------------------------------------------------------------------------------- /Libraries/CMSIS/ST/STM32F4xx/Include/stm32f4xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/ST/STM32F4xx/Include/stm32f4xx.h -------------------------------------------------------------------------------- /Libraries/CMSIS/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Libraries/CMSIS/index.htm -------------------------------------------------------------------------------- /Libraries/STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_if_template.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usbd_cdc_if_template.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 22-July-2011 7 | * @brief Header for dfu_mal.c file. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __USBD_CDC_IF_TEMPLATE_H 24 | #define __USBD_CDC_IF_TEMPLATE_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #ifdef STM32F2XX 28 | #include "stm32f2xx.h" 29 | #elif defined(STM32F10X_CL) 30 | #include "stm32f10x.h" 31 | #endif /* STM32F2XX */ 32 | 33 | #include "usbd_conf.h" 34 | #include "usbd_cdc_core.h" 35 | 36 | /* Exported types ------------------------------------------------------------*/ 37 | /* Exported constants --------------------------------------------------------*/ 38 | 39 | extern CDC_IF_Prop_TypeDef TEMPLATE_fops; 40 | 41 | /* Exported macro ------------------------------------------------------------*/ 42 | /* Exported functions ------------------------------------------------------- */ 43 | #endif /* __USBD_CDC_IF_TEMPLATE_H */ 44 | 45 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 46 | -------------------------------------------------------------------------------- /Libraries/STM32_USB_Device_Library/Class/dfu/inc/usbd_mem_if_template.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usbd_mem_if_template.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 22-July-2011 7 | * @brief Header for usbd_mem_if_template.c file. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __MEM_IF_MAL_H 24 | #define __MEM_IF_MAL_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #ifdef STM32F2XX 28 | #include "stm32f2xx.h" 29 | #endif /* STM32F2XX */ 30 | #include "usbd_dfu_mal.h" 31 | 32 | /* Exported types ------------------------------------------------------------*/ 33 | /* Exported constants --------------------------------------------------------*/ 34 | #define MEM_START_ADD 0x00000000 /* Dummy start address */ 35 | #define MEM_END_ADD (uint32_t)(MEM_START_ADD + (5 * 1024)) /* Dummy Size = 5KB */ 36 | 37 | #define MEM_IF_STRING "@Dummy Memory /0x00000000/01*002Kg,03*001Kg" 38 | 39 | extern DFU_MAL_Prop_TypeDef DFU_Mem_cb; 40 | 41 | /* Exported macro ------------------------------------------------------------*/ 42 | /* Exported functions ------------------------------------------------------- */ 43 | 44 | #endif /* __MEM_IF_MAL_H */ 45 | 46 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 47 | -------------------------------------------------------------------------------- /Libraries/STM32_USB_Device_Library/Class/dfu/inc/usbd_otp_if.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usbd_otp_if.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 22-July-2011 7 | * @brief Header for usbd_otp_if.c file. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __OTP_IF_MAL_H 24 | #define __OTP_IF_MAL_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "usbd_dfu_mal.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | #define OTP_START_ADD 0x1FFF7800 32 | #define OTP_END_ADD (uint32_t)(OTP_START_ADD + 528) 33 | 34 | #define OTP_IF_STRING "@OTP Area /0x1FFF7800/01*512 g,01*016 g" 35 | 36 | extern DFU_MAL_Prop_TypeDef DFU_Otp_cb; 37 | 38 | /* Exported macro ------------------------------------------------------------*/ 39 | /* Exported functions ------------------------------------------------------- */ 40 | 41 | #endif /* __OTP_IF_MAL_H */ 42 | 43 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 44 | -------------------------------------------------------------------------------- /Libraries/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_core.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usbd_msc_core.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 22-July-2011 7 | * @brief header for the usbd_msc_core.c file 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef _USB_MSC_CORE_H_ 24 | #define _USB_MSC_CORE_H_ 25 | 26 | #include "usbd_ioreq.h" 27 | 28 | /** @addtogroup USBD_MSC_BOT 29 | * @{ 30 | */ 31 | 32 | /** @defgroup USBD_MSC 33 | * @brief This file is the Header file for USBD_msc.c 34 | * @{ 35 | */ 36 | 37 | 38 | /** @defgroup USBD_BOT_Exported_Defines 39 | * @{ 40 | */ 41 | 42 | 43 | #define BOT_GET_MAX_LUN 0xFE 44 | #define BOT_RESET 0xFF 45 | #define USB_MSC_CONFIG_DESC_SIZ 32 46 | 47 | #define MSC_EPIN_SIZE *(uint16_t *)(((USB_OTG_CORE_HANDLE *)pdev)->dev.pConfig_descriptor + 22) 48 | 49 | #define MSC_EPOUT_SIZE *(uint16_t *)(((USB_OTG_CORE_HANDLE *)pdev)->dev.pConfig_descriptor + 29) 50 | 51 | /** 52 | * @} 53 | */ 54 | 55 | /** @defgroup USB_CORE_Exported_Types 56 | * @{ 57 | */ 58 | 59 | extern USBD_Class_cb_TypeDef USBD_MSC_cb; 60 | /** 61 | * @} 62 | */ 63 | 64 | /** 65 | * @} 66 | */ 67 | #endif // _USB_MSC_CORE_H_ 68 | /** 69 | * @} 70 | */ 71 | 72 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 73 | -------------------------------------------------------------------------------- /Libraries/STM32_USB_Device_Library/Core/inc/usbd_conf_template.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file usbd_conf_template.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 22-July-2011 7 | * @brief usb device configuration template file 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __USBD_CONF__H__ 24 | #define __USBD_CONF__H__ 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f2xx.h" 28 | 29 | 30 | 31 | /** @defgroup USB_CONF_Exported_Defines 32 | * @{ 33 | */ 34 | #define USE_USB_OTG_HS 35 | 36 | #define USBD_CFG_MAX_NUM 1 37 | #define USB_MAX_STR_DESC_SIZ 64 38 | #define USBD_EP0_MAX_PACKET_SIZE 64 39 | 40 | /** 41 | * @} 42 | */ 43 | 44 | 45 | /** @defgroup USB_CONF_Exported_Types 46 | * @{ 47 | */ 48 | /** 49 | * @} 50 | */ 51 | 52 | 53 | /** @defgroup USB_CONF_Exported_Macros 54 | * @{ 55 | */ 56 | /** 57 | * @} 58 | */ 59 | 60 | /** @defgroup USB_CONF_Exported_Variables 61 | * @{ 62 | */ 63 | /** 64 | * @} 65 | */ 66 | 67 | /** @defgroup USB_CONF_Exported_FunctionsPrototype 68 | * @{ 69 | */ 70 | /** 71 | * @} 72 | */ 73 | 74 | 75 | #endif //__USBD_CONF__H__ 76 | 77 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 78 | 79 | -------------------------------------------------------------------------------- /Project/Demonstration/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Demonstration/.DS_Store -------------------------------------------------------------------------------- /Project/Demonstration/Binary/STM32F4-Discovery_Demonstration_V1.0.0.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Demonstration/Binary/STM32F4-Discovery_Demonstration_V1.0.0.dfu -------------------------------------------------------------------------------- /Project/Demonstration/Binary/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Demonstration/Binary/readme.txt -------------------------------------------------------------------------------- /Project/Demonstration/EWARM/STM32F4-Discovery_Demo.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\STM32F4-Discovery_Demo.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Demonstration/EWARM/stm32f40x_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; -------------------------------------------------------------------------------- /Project/Demonstration/TrueSTUDIO/STM32F4-Discovery_Demo/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Demonstration/TrueSTUDIO/STM32F4-Discovery_Demo/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Demonstration/TrueSTUDIO/STM32F4-Discovery_Demo/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Demonstration/blink.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Demonstration/blink.bin -------------------------------------------------------------------------------- /Project/Demonstration/selftest.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file selftest.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief Header for selftest.c module 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __SELFTEST_H 24 | #define __SELFTEST_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include 28 | #include "main.h" 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void Audio_Test(void); 35 | void Accelerometer_MEMS_Test(void); 36 | void USB_Test(void); 37 | void Microphone_MEMS_Test(void); 38 | 39 | #endif /* __SELFTEST_H */ 40 | 41 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 42 | -------------------------------------------------------------------------------- /Project/Demonstration/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Demonstration/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Demonstration/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "usb_conf.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/IO_Toggle/EWARM/IO_Toggle.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\IO_Toggle.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/IO_Toggle/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/IO_Toggle/TrueSTUDIO/IO_Toggle/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/IO_Toggle/TrueSTUDIO/IO_Toggle/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/IO_Toggle/TrueSTUDIO/IO_Toggle/stm32_flash.ld -------------------------------------------------------------------------------- /Project/IO_Toggle/blink.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/IO_Toggle/blink.bin -------------------------------------------------------------------------------- /Project/IO_Toggle/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/IO_Toggle/stm32_flash.ld -------------------------------------------------------------------------------- /Project/IO_Toggle/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file GPIO/IOToggle/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC3_DMA/EWARM/ADC3_DMA.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\ADC3_DMA.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC3_DMA/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC3_DMA/TrueSTUDIO/ADC3_DMA/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC3_DMA/TrueSTUDIO/ADC3_DMA/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/ADC3_DMA/TrueSTUDIO/ADC3_DMA/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC3_DMA/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file ADC3_DMA/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC_Interleaved_DMAmode2/EWARM/ADC_Interleaved_DMAmode2.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\ADC_Interleaved_DMAmode2.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC_Interleaved_DMAmode2/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC_Interleaved_DMAmode2/TrueSTUDIO/ADC_Interleaved_DMAmode2/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC_Interleaved_DMAmode2/TrueSTUDIO/ADC_Interleaved_DMAmode2/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/ADC_Interleaved_DMAmode2/TrueSTUDIO/ADC_Interleaved_DMAmode2/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/ADC_Interleaved_DMAmode2/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file ADC_Interleaved_DMAmode2/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DAC_SignalsGeneration/EWARM/DAC_SignalsGeneration.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\DAC_SignalsGeneration.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DAC_SignalsGeneration/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DAC_SignalsGeneration/TrueSTUDIO/DAC_SignalsGeneration/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DAC_SignalsGeneration/TrueSTUDIO/DAC_SignalsGeneration/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/DAC_SignalsGeneration/TrueSTUDIO/DAC_SignalsGeneration/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DAC_SignalsGeneration/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file DAC_SignalsGeneration/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | void EXTI0_IRQHandler(void); 48 | 49 | #ifdef __cplusplus 50 | } 51 | #endif 52 | 53 | #endif /* __STM32F4xx_IT_H */ 54 | 55 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 56 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DMA_FLASH_RAM/EWARM/DMA_FLASH_RAM.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\DMA_FLASH_RAM.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DMA_FLASH_RAM/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DMA_FLASH_RAM/TrueSTUDIO/DMA_FLASH_RAM/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DMA_FLASH_RAM/TrueSTUDIO/DMA_FLASH_RAM/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/DMA_FLASH_RAM/TrueSTUDIO/DMA_FLASH_RAM/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/DMA_FLASH_RAM/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file DMA_FLASH_RAM/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "main.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | void DAM_STREAM_IRQHANDLER(void); 48 | 49 | #ifdef __cplusplus 50 | } 51 | #endif 52 | 53 | #endif /* __STM32F4xx_IT_H */ 54 | 55 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 56 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/EXTI/EWARM/Exti.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\Exti.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/EXTI/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/EXTI/TrueSTUDIO/EXTI/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/EXTI/TrueSTUDIO/EXTI/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/EXTI/TrueSTUDIO/EXTI/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/EXTI/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file EXTI/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | void EXTI0_IRQHandler(void); 48 | 49 | #ifdef __cplusplus 50 | } 51 | #endif 52 | 53 | #endif /* __STM32F4xx_IT_H */ 54 | 55 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 56 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Program/EWARM/Flash_Program.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\Flash_Program.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Program/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Program/TrueSTUDIO/FLASH_Program/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Program/TrueSTUDIO/FLASH_Program/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/FLASH_Program/TrueSTUDIO/FLASH_Program/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Program/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file FLASH_Program/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | 44 | #endif /* __STM32F4xx_IT_H */ 45 | 46 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 47 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Write_Protection/EWARM/Flash_Write_Protection.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\Flash_Write_Protection.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Write_Protection/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Write_Protection/TrueSTUDIO/FLASH_Write_Protection/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Write_Protection/TrueSTUDIO/FLASH_Write_Protection/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/FLASH_Write_Protection/TrueSTUDIO/FLASH_Write_Protection/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/FLASH_Write_Protection/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file FLASH_Write_Protection/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | 44 | #endif /* __STM32F4xx_IT_H */ 45 | 46 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 47 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IO_Toggle/EWARM/IO_Toggle.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\IO_Toggle.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IO_Toggle/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IO_Toggle/TrueSTUDIO/IO_Toggle/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IO_Toggle/TrueSTUDIO/IO_Toggle/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/IO_Toggle/TrueSTUDIO/IO_Toggle/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IO_Toggle/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file GPIO/IOToggle/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IWDG/EWARM/IWDG.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\IWDG.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IWDG/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IWDG/TrueSTUDIO/IWDG/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IWDG/TrueSTUDIO/IWDG/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/IWDG/TrueSTUDIO/IWDG/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/IWDG/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file IWDG/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/MEMS/EWARM/LIS302DL.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\LIS302DL.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/MEMS/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/MEMS/TrueSTUDIO/LIS302DL/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/MEMS/TrueSTUDIO/LIS302DL/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/MEMS/TrueSTUDIO/LIS302DL/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/MEMS/main.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file LIS302DL/main.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief Header for main.c module 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __MAIN_H 24 | #define __MAIN_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4_discovery.h" 28 | #include "stm32f4_discovery_lis302dl.h" 29 | 30 | /* Exported types ------------------------------------------------------------*/ 31 | /* Exported constants --------------------------------------------------------*/ 32 | #define DOUBLECLICK_Z ((uint8_t)0x60) 33 | #define SINGLECLICK_Z ((uint8_t)0x50) 34 | 35 | /* TIM2 Autoreload and Capture Compare register values */ 36 | #define TIM_ARR ((uint16_t)1900) 37 | #define TIM_CCR ((uint16_t)1000) 38 | /* Exported macro ------------------------------------------------------------*/ 39 | #define ABS(x) (x < 0) ? (-x) : x 40 | #define MAX(a,b) (a < b) ? (b) : a 41 | /* Exported functions ------------------------------------------------------- */ 42 | void TimingDelay_Decrement(void); 43 | void Delay(__IO uint32_t nTime); 44 | 45 | #endif /* __MAIN_H */ 46 | 47 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 48 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/MEMS/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file LIS302DL/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_CurrentConsumption/EWARM/PWR_CurrentConsumption.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\PWR_CurrentConsumption.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_CurrentConsumption/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_CurrentConsumption/TrueSTUDIO/PWR_CurrentConsumption/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_CurrentConsumption/TrueSTUDIO/PWR_CurrentConsumption/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/PWR_CurrentConsumption/TrueSTUDIO/PWR_CurrentConsumption/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_CurrentConsumption/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file PWR_CurrentConsumption/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | void RTC_WKUP_IRQHandler(void); 44 | void EXTI0_IRQHandler(void); 45 | 46 | #endif /* __STM32F4xx_IT_H */ 47 | 48 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 49 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STANDBY/EWARM/PWR_STANDBY.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\PWR_STANDBY.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STANDBY/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STANDBY/TrueSTUDIO/PWR_STANDBY/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STANDBY/TrueSTUDIO/PWR_STANDBY/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/PWR_STANDBY/TrueSTUDIO/PWR_STANDBY/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STANDBY/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file PWR_STANDBY/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | void EXTI0_IRQHandler(void); 44 | 45 | #endif /* __STM32F4xx_IT_H */ 46 | 47 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 48 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STOP/EWARM/PWR_STOP.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\PWR_STOP.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STOP/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STOP/TrueSTUDIO/PWR_STOP/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STOP/TrueSTUDIO/PWR_STOP/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/PWR_STOP/TrueSTUDIO/PWR_STOP/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/PWR_STOP/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file PWR_STOP/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | void EXTI9_5_IRQHandler(void); 44 | void RTC_WKUP_IRQHandler(void); 45 | 46 | #endif /* __STM32F4xx_IT_H */ 47 | 48 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 49 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/RCC/EWARM/RCC.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\RCC.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/RCC/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/RCC/TrueSTUDIO/RCC/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/RCC/TrueSTUDIO/RCC/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/RCC/TrueSTUDIO/RCC/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/RCC/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file RCC/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | void RCC_IRQHandler(void); 48 | 49 | #ifdef __cplusplus 50 | } 51 | #endif 52 | 53 | #endif /* __STM32F4xx_IT_H */ 54 | 55 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 56 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/SysTick/EWARM/SysTick.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\SysTick.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/SysTick/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/SysTick/TrueSTUDIO/SysTick/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/SysTick/TrueSTUDIO/SysTick/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/SysTick/TrueSTUDIO/SysTick/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/SysTick/main.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file SysTick/main.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief Header for main.c module 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __MAIN_H 24 | #define __MAIN_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4_discovery.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | void TimingDelay_Decrement(void); 34 | 35 | #endif /* __MAIN_H */ 36 | 37 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 38 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/SysTick/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file SysTick/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | #ifdef __cplusplus 27 | extern "C" { 28 | #endif 29 | 30 | /* Includes ------------------------------------------------------------------*/ 31 | #include "stm32f4xx.h" 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* Exported constants --------------------------------------------------------*/ 35 | /* Exported macro ------------------------------------------------------------*/ 36 | /* Exported functions ------------------------------------------------------- */ 37 | 38 | void NMI_Handler(void); 39 | void HardFault_Handler(void); 40 | void MemManage_Handler(void); 41 | void BusFault_Handler(void); 42 | void UsageFault_Handler(void); 43 | void SVC_Handler(void); 44 | void DebugMon_Handler(void); 45 | void PendSV_Handler(void); 46 | void SysTick_Handler(void); 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __STM32F4xx_IT_H */ 53 | 54 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 55 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_ComplementarySignals/EWARM/TIM_ComplementarySignals.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\TIM_ComplementarySignals.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_ComplementarySignals/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_ComplementarySignals/TrueSTUDIO/TIM_ComplementarySignals/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_ComplementarySignals/TrueSTUDIO/TIM_ComplementarySignals/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/TIM_ComplementarySignals/TrueSTUDIO/TIM_ComplementarySignals/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_ComplementarySignals/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file TIM_ComplementarySignals/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | 44 | #endif /* __STM32F4xx_IT_H */ 45 | 46 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 47 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Input/EWARM/TIM_PWM_Input.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\TIM_PWM_Input.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Input/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Input/TrueSTUDIO/TIM_PWM_Input/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Input/TrueSTUDIO/TIM_PWM_Input/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/TIM_PWM_Input/TrueSTUDIO/TIM_PWM_Input/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Input/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file TIM_PWM_Input/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | void TIM4_IRQHandler(void); 44 | 45 | #endif /* __STM32F4xx_IT_H */ 46 | 47 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 48 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Output/EWARM/TIM_PWM_Output.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\TIM_PWM_Output.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Output/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Output/TrueSTUDIO/TIM_PWM_Output/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Output/TrueSTUDIO/TIM_PWM_Output/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/TIM_PWM_Output/TrueSTUDIO/TIM_PWM_Output/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_PWM_Output/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file TIM_PWM_Output/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | 44 | #endif /* __STM32F4xx_IT_H */ 45 | 46 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 47 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_TimeBase/EWARM/TIM_TimeBase.eww: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $WS_DIR$\TIM_TimeBase.ewp 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_TimeBase/EWARM/stm32f4xx_flash.icf: -------------------------------------------------------------------------------- 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ 2 | /*-Editor annotation file-*/ 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ 4 | /*-Specials-*/ 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; 6 | /*-Memory Regions-*/ 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF; 9 | define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; 10 | define symbol __ICFEDIT_region_RAM_end__ = 0x20020000; 11 | /*-Sizes-*/ 12 | define symbol __ICFEDIT_size_cstack__ = 0x400; 13 | define symbol __ICFEDIT_size_heap__ = 0x200; 14 | /**** End of ICF editor section. ###ICF###*/ 15 | 16 | 17 | define memory mem with size = 4G; 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; 20 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; 23 | 24 | initialize by copy { readwrite }; 25 | do not initialize { section .noinit }; 26 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; 28 | 29 | place in ROM_region { readonly }; 30 | place in RAM_region { readwrite, 31 | block CSTACK, block HEAP }; 32 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_TimeBase/TrueSTUDIO/TIM_TimeBase/.settings/com.atollic.truestudio.debug.hardware_device.prefs: -------------------------------------------------------------------------------- 1 | #Thu Sep 08 11:36:51 GMT+01:00 2011 2 | BOARD=None 3 | CODE_LOCATION=FLASH 4 | ENDIAN=Little-endian 5 | MCU=STM32F207IG 6 | MODEL=Lite 7 | PROBE=ST-LINK 8 | PROJECT_FORMAT_VERSION=1 9 | TARGET=STM32 10 | VERSION=2.1.0 11 | eclipse.preferences.version=1 12 | -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_TimeBase/TrueSTUDIO/TIM_TimeBase/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Project/Peripheral_Examples/TIM_TimeBase/TrueSTUDIO/TIM_TimeBase/stm32_flash.ld -------------------------------------------------------------------------------- /Project/Peripheral_Examples/TIM_TimeBase/stm32f4xx_it.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file TIM_TimeBase/stm32f4xx_it.h 4 | * @author MCD Application Team 5 | * @version V1.0.0 6 | * @date 19-September-2011 7 | * @brief This file contains the headers of the interrupt handlers. 8 | ****************************************************************************** 9 | * @attention 10 | * 11 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 12 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE 13 | * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY 14 | * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING 15 | * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE 16 | * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 17 | * 18 | *

© COPYRIGHT 2011 STMicroelectronics

19 | ****************************************************************************** 20 | */ 21 | 22 | /* Define to prevent recursive inclusion -------------------------------------*/ 23 | #ifndef __STM32F4xx_IT_H 24 | #define __STM32F4xx_IT_H 25 | 26 | /* Includes ------------------------------------------------------------------*/ 27 | #include "stm32f4xx.h" 28 | 29 | /* Exported types ------------------------------------------------------------*/ 30 | /* Exported constants --------------------------------------------------------*/ 31 | /* Exported macro ------------------------------------------------------------*/ 32 | /* Exported functions ------------------------------------------------------- */ 33 | 34 | void NMI_Handler(void); 35 | void HardFault_Handler(void); 36 | void MemManage_Handler(void); 37 | void BusFault_Handler(void); 38 | void UsageFault_Handler(void); 39 | void SVC_Handler(void); 40 | void DebugMon_Handler(void); 41 | void PendSV_Handler(void); 42 | void SysTick_Handler(void); 43 | void TIM3_IRQHandler(void); 44 | 45 | #endif /* __STM32F4xx_IT_H */ 46 | 47 | /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/ 48 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | STM32F4 Discovery Demo Firmware for arm-none-eabi-gcc 2 | ========================================== 3 | 4 | * Author: Nabil Tewolde () 5 | * Version: 0.0.1 6 | * Website: 7 | * GitHub: 8 | 9 | 10 | Version V1.0.1 11 | 12 | 13 | From ST's documentation... 14 | The STM32F4-Discovery Board Firmware Applications Package provides ready-to-run firmware examples to support quick evaluation and development on STM32F4-Discovery board. For more information on the STM32F4-Discovery and to download the available firmware package visit www.st.com/stm32f4-discovery. 15 | 16 | Peripheral Examples 17 | * ADC3_DMA 18 | * EXTI 19 | * IWDG 20 | * PWR_STOP 21 | * TIM_ComplementarySignals 22 | * ADC_Interleaved_DMAmode2 23 | * FLASH_Program 24 | * MEMS 25 | * RCC 26 | * TIM_PWM_Input 27 | * DAC_SignalsGeneration 28 | * FLASH_Write_Protection 29 | * PWR_CurrentConsumption 30 | * TIM_PWM_Output 31 | * DMA_FLASH_RAM 32 | * IO_Toggle 33 | * PWR_STANDBY 34 | * SysTick 35 | * TIM_TimeBase 36 | 37 | Instructions 38 | ____________ 39 | 40 | 41 | Usage 42 | ----- 43 | git clone https://github.com/nabilt/STM32F4-Discovery-Firmware.git 44 | cd STM32F4-Discovery_FW_V1.0.1/Project/IO_Toggle 45 | make && make program 46 | openocd -f ../../openocd_config/openocd.cfg -f ../../openocd_config/stm32f4x.cfg 47 | 48 | In another terminal 49 | 50 | arm-none-eabi-gcc 51 | (gdb) target extended localhost:3333 52 | (gdb) # reset and halt the chip 53 | (gdb) monitor halt 54 | (gdb) # load symbol files 55 | (gdb) file demo.elf 56 | (gdb) # load demo.elf into RAM 57 | (gdb) load demo.elf 58 | Loading section .isr_vector, size 0x188 lma 0x8000000 59 | Loading section .text, size 0xc5c lma 0x8000188 60 | Loading section .data, size 0x38 lma 0x8000de4 61 | Start address 0x8000d6c, load size 3612 62 | Transfer rate: 6 KB/sec, 1204 bytes/write. 63 | (gdb) run the program. hit Control-C to stop 64 | (gdb) continue 65 | 66 | -------------------------------------------------------------------------------- /Release_Notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/Release_Notes.html -------------------------------------------------------------------------------- /_htmresc/logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabilt/STM32F4-Discovery-Firmware/5eb26e29606091e82de732fa63422075231a8b70/_htmresc/logo.bmp -------------------------------------------------------------------------------- /openocd_config/busblaster.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # Bus Blaster 3 | # 4 | # http://dangerousprototypes.com/docs/Bus_Blaster 5 | # 6 | 7 | interface ft2232 8 | ft2232_device_desc "Dual RS232-HS" 9 | ft2232_layout jtagkey 10 | ft2232_vid_pid 0x0403 0x6010 11 | -------------------------------------------------------------------------------- /openocd_config/openocd.cfg: -------------------------------------------------------------------------------- 1 | source [find busblaster.cfg] 2 | jtag_khz 2000 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /openocd_config/stm32f4x.cfg: -------------------------------------------------------------------------------- 1 | # Modified stm32f2xxx script to work with the st32f4 2 | # run something like this to flash your board 3 | # flash write_image erase demo.hex 0 ihex 4 | 5 | if { [info exists CHIPNAME] } { 6 | set _CHIPNAME $CHIPNAME 7 | } else { 8 | set _CHIPNAME stm32f4xxx 9 | } 10 | 11 | if { [info exists ENDIAN] } { 12 | set _ENDIAN $ENDIAN 13 | } else { 14 | set _ENDIAN little 15 | } 16 | 17 | # Work-area is a space in RAM used for flash programming 18 | # By default use 64kB 19 | if { [info exists WORKAREASIZE] } { 20 | set _WORKAREASIZE $WORKAREASIZE 21 | } else { 22 | set _WORKAREASIZE 0x10000 23 | } 24 | 25 | # JTAG speed should be <= F_CPU/6. F_CPU after reset is 8MHz, so use F_JTAG = 1MHz 26 | # 27 | # Since we may be running of an RC oscilator, we crank down the speed a 28 | # bit more to be on the safe side. Perhaps superstition, but if are 29 | # running off a crystal, we can run closer to the limit. Note 30 | # that there can be a pretty wide band where things are more or less stable. 31 | jtag_khz 2000 32 | 33 | jtag_nsrst_delay 100 34 | jtag_ntrst_delay 100 35 | 36 | #jtag scan chain 37 | if { [info exists CPUTAPID ] } { 38 | set _CPUTAPID $CPUTAPID 39 | } else { 40 | # See STM Document RM0033 41 | # Section 32.6.3 - corresponds to Cortex-M3 r2p0 42 | set _CPUTAPID 0x4ba00477 43 | } 44 | jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID 45 | 46 | if { [info exists BSTAPID ] } { 47 | set _BSTAPID $BSTAPID 48 | } else { 49 | # See STM Document RM0033 50 | # Section 32.6.2 51 | # 52 | set _BSTAPID 0x06413041 53 | } 54 | jtag newtap $_CHIPNAME bs -irlen 5 -expected-id $_BSTAPID 55 | 56 | set _TARGETNAME $_CHIPNAME.cpu 57 | target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNAME 58 | 59 | $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0 60 | 61 | set _FLASHNAME $_CHIPNAME.flash 62 | flash bank $_FLASHNAME stm32f2x 0 0 0 0 $_TARGETNAME 63 | --------------------------------------------------------------------------------