Serial Wire Viewer (SWV) is a real-time trace functionality that is available in Arm Cortex-M microcontrollers. It allows real-time data…
The Arm Cortex-M series of processors feature a Debug Access Port (DAP) that provides debug capability and access to the…
The Cortex-M3 processor provides multiple clock control features that allow significant power savings by slowing or stopping clocks when parts…
Sleep-on-exit is a feature in Cortex-M3 processors that allows the processor to automatically enter a low power sleep mode when…
The osFeature flags in cmsis_os.h allow developers to configure and customize the CMSIS-RTOS API for their specific application requirements. Similarly,…
The osDelay() and osWait() functions are used for creating delays and waiting in embedded systems programmed with Keil RTX. Both…
Configuring and optimizing threads and stacks for the Keil RTX real-time operating system (RTOS) when using the ARM Cortex-M0+ microcontroller…
The Cortex-M0+ processor is an ultra low power 32-bit ARM processor optimized for embedded and IoT applications. It provides an…
The osDelay() function is used in embedded systems programming on ARM Cortex chips to insert a time delay or pause…
When developing multithreaded applications using Keil RTX, one important consideration is setting the stack size for each thread appropriately. Choosing…
The Cortex-M0 DesignStart Eval is an evaluation version of ARM's Cortex-M0 processor targeted at microcontroller applications. It allows developers to…
The GNU Arm Embedded Toolchain provides a complete open source toolchain for the Arm Cortex-M family of processors. The GNU…
The GNU ARM Embedded Toolchain provides a robust set of tools for developing, testing, and debugging ARM Cortex-M0/M1 based applications.…
Sign in to your account