STM32G071B-DISCO
Rev.C
-
Core
Cortex-M0+
-
Debug interface
ST-Link
-
Device
STM32G071RBTx -
CMSIS Pack
STM32G071B-DISCO_BSP
-
Blinky
Simple example
Compatiblity: Keil Studio Cloud VSCode -
Blinky
CMSIS-RTOS2 Blinky example with VIO
Compatiblity: µVision -
Bytes Buffers 7-bit CRC Computation Example
How to configure the CRC using the HAL API. The CRC (cyclic redundancy check) calculation unit computes 7-bit CRC codes derived from buffers of 8-bit data (bytes).
Compatiblity: Keil Studio Cloud VSCode -
CRC operation with Polynomial update
How to use the CRC peripheral through the STM32G0xx CRC HAL and LL API.
Compatiblity: Keil Studio Cloud VSCode -
Cortex M MPU
Presentation of the MPU feature. This example configures a memory area as privileged read-only, and attempts to perform read and write operations in different modes.
Compatiblity: Keil Studio Cloud VSCode -
Cortex M Mode Privilege
How to modify the Thread mode privilege access and stack. Thread mode is entered on reset or when returning from an exception.
Compatiblity: Keil Studio Cloud VSCode -
Cortex M Process Stack
How to modify the Thread mode stack. Thread mode is entered on reset, and can be entered as a result of an exception return.
Compatiblity: Keil Studio Cloud VSCode -
Cortex M SysTick
How to use the default SysTick configuration with a 1 ms timebase to toggle LEDs.
Compatiblity: Keil Studio Cloud VSCode -
Cyclic Redundancy Check Example
How to configure the CRC using the HAL API. The CRC (cyclic redundancy check) calculation unit computes the CRC code of a given buffer of 32-bit data words, using a fixed generator polynomial.
Compatiblity: Keil Studio Cloud VSCode -
Examples: CORTEXM_MPU
Presentation of the MPU feature. This example configures a memory area as privileged read-only, and attempts to perform read and write operations in different modes.
Compatiblity: µVision