1. Boards
  2. STM32G071B-DISCO

STM32G071B-DISCO

Rev.C
STMicroelectronics
STM32G071B-DISCO
  • Blinky

    Get Code

    Simple example

    Compatiblity: Keil Studio Cloud VSCode
  • Blinky

    Get Code

    CMSIS-RTOS2 Blinky example with VIO

    Compatiblity: µVision
  • Bytes Buffers 7-bit CRC Computation Example

    Get Code

    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

    Get Code

    How to use the CRC peripheral through the STM32G0xx CRC HAL and LL API.

    Compatiblity: Keil Studio Cloud VSCode
  • Cortex M MPU

    Get Code

    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

    Get Code

    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

    Get Code

    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

    Get Code

    How to use the default SysTick configuration with a 1 ms timebase to toggle LEDs.

    Compatiblity: Keil Studio Cloud VSCode
  • Cyclic Redundancy Check Example

    Get Code

    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

    Get Code

    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