• CMSIS DSP Libraries integration
    Hello, I am using TI Hercules Evaluation Board TMS570LS0714 which is ARM Cortex R. For this processor TI provides pre-compiled libraries, available at http://www.ti.com/tool/HERCULES-DSPLIB .I am...
  • STM32F411RE Nucleo - mbed export
    Hello, I have a STM32F411RE Nucleo board. I can compile and run the 'Blink-LED' program just fine on mbed. I'm trying out 'free version' of uVision 5.13. When I export the 'Blink-LED' program and...
  • NUCLEO-STM32F411RE board support
    Hello everyone, I know the NUCLEO STM32F401RE and F411RE are very similar, but the F411 runs faster, has more RAM ans a few other differences. Am I missing something, or is there just NO support...
  • Porting Freertos on STM32F411re board.
    Hello, I have already ported Freertos kernel file in my project, but after building the code showing error in configuration file. Please suggest someone.
  • FFT Computation using CMSIS DSP library
    I have a code that computes FFT using fftpack functions npy_rffti and npy_rfftf . I want to replace them using arm library functions. I have a real signal. I wrote the below code. arm_rfft_fast_instance_f32...