Category: Integrated Circuit

  • How to add a new .h header file in STM32 Cube IDE

    Click on [arrow] besides Core in your project explorer Right Click on “Inc” folder and point your mouse at the “NEW” menu item. Select “header file” option A new Header file dialog box will appear Fill in the name of the header file in “Header file” with a dot h extension Click on finish Now…

  • STM32L476vg ARM Cortex M4F Architecture

    It uses ARM v7E-M architecture. It a Harvard based architecture with two distinct buses for data and memory. It has all the instruction set of M0, M1 and M3 . It also has an additional feature set to support Floating-point Arithmetic. IEEE754 standard in single precision and double precision. The following points are from the…

  • ARM Processor Based Microcontrollers from ST

    There are lot of ARM based microcontroller offered by ST. They use ARM Cortex M processor with ST peripheral such as GPIO, ADC etc. They mostly fall into these following groups: ARM Cortex M0 ARM Cortex M3 ARM Cortex M4 ARM Cortex M33 ARM Cortex M7which is also known as M4F as it has an…