• How to create a CMSIS project for DiscoveryF407VG board?
    I have downloaded Keil 5.24a, and Arm cortex-M legacy support, when I want to create a new project, in micro selection step, in Software Packs there is no STM32F407VG micro, but there is STM32F407VGTx...
  • CMSIS not supporting in keil -mdk
    Dear All, I am using STM32 device with MDK Keil 5.06 version. My project was developed in Coocox environment. Right at the moment, coocox is inactive in Forum. I have make a new project on MDK Keil  and...
  • Getting Started ARM STM32F4 CMSIS project
    Dear All, Can I have the step by step, how to create a ( CMSIS library ) project using uVision 4 Keil IDE My Project board is STM32F407 vg discovery board Actually I need following  instructions acceptable...
  • How to import a project on keil µvision ?
    Hi guys, I would like to know, How can import my code/ project / library ( this code is from a project on a STM32L053R8 ) to make it run on my STM32F051K6T8. I have try to import my file.c but the...
  • Audio artifacts from CMSIS/DSP Q15 => float => Q15 conversion
    I use CMSIS/DSP library in an audio application. I have issues with the conversions 16 bits PCM (=>) Q15 => float => Q15 (=>) 16 bits PCM (in fact no real conversion between 16 bits PCM and Q15, as I...