Tag: Cortex

Top Tips for Embedded Development with CMake

Why use CMake and Arm GCC? CMake and Arm GCC (arm-none-eabi-gcc) are the perfect combination for developing your embedded applications. CMake is a cross platform tool for building software, and if you have ever got tired of jumping from one chip manufacturer IDE to another,...

Read More

Best GCC Compiler Flags for Embedded

GCC Compiler Background The GCC Embedded Arm Compiler is a common compiler used for the 32-bit Arm Cortex-A, Cortex-R and Cortex-M processors. Choosing the right GCC compiler flags for your scenario is hard, especially when working with constrained device with limited flash...

Read More
Loading