• Decimation on STM32 Eval board
    I am trying to decimate my ADC values which are stored in a DMA buffer. The functions I am using are: 1. HAL_ADC_Start_DMA(); 2. arm_fir_decimate_init_f32(); 3. arm_fir_decimate_f32(); I understand that...
  • Decimation on STM32 Eval board
    I am trying to decimate my ADC values which are stored in a DMA buffer. The functions I am using are: 1. HAL_ADC_Start_DMA(); 2. arm_fir_decimate_init_f32(); 3. arm_fir_decimate_f32(); I understand that...
  • E-Eval STM32 F103ZGT6
    We have a problem with standard working ST firmware that won’t compile on Keil for E-Eval directive. The firmware is made for the board, is supposed to run out of the box, and indeed does compile...
  • E-Eval STM32 F103ZGT6
    We have a problem with standard working ST firmware that won’t compile on Keil for E-Eval directive. The firmware is made for the board, is supposed to run out of the box, and indeed does compile...
  • Help for USB interface for MCB23xx eval board
    Hi , I have bought a MCB23xx development kit. We have to make a application on a windows XP machine which is going to talk to the MCB23xx board via the USB interface of the PC. I have already...