• Where to find FIFO library for CMSIS

    I am using Cortex-M series microcontroller and wrote my own FIFO implementations. Is there any CMSIS libraries that support common data structures like FIFO so i don't have to write my own? Obviously FIFO is not difficult at all to implement but if there…

  • 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 micro instead, and I don't know what is the difference…