STM32G071B-DISCO
Rev.C-
Core
Cortex-M0+
-
Debug interface
ST-Link
-
Device
STM32G071RBTx -
CMSIS Pack
STM32G071B-DISCO_BSP
-
Blinky
Keil Studio, µVision AC6CMSIS-RTOS2 Blinky example with VIO
Download Pack -
Examples: CORTEXM_MPU
µVision AC6Presentation 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.
Download Pack -
Examples: CORTEXM_ModePrivilege
µVision AC6How to modify the Thread mode privilege access and stack. Thread mode is entered on reset or when returning from an exception.
Download Pack -
Examples: CORTEXM_ProcessStack
Keil Studio, µVision AC6How to modify the Thread mode stack. Thread mode is entered on reset, and can be entered as a result of an exception return.
Download Pack -
Examples: CORTEXM_SysTick
µVision AC6How to use the default SysTick configuration with a 1 ms timebase to toggle LEDs.
Download Pack -
Examples: CRC_Bytes_Stream_7bit_CRC
Keil Studio, µVision AC6How 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). The user-defined generating polynomial is manually set to 0x65, that is, X^7 + X^6 + X^5 + X^2 + 1, as used in the Train Communication Network, IEC 60870-5[17].
Download Pack -
Examples: CRC_Data_Reversing_16bit_CRC
Keil Studio, µVision AC6How to configure the CRC using the HAL API. The CRC (cyclic redundancy check) calculation unit computes a 16-bit CRC code derived from a buffer of 8-bit data (bytes). Input and output data reversal features are enabled. The user-defined generating polynomial is manually set to 0x1021, that is, X^16 + X^12 + X^5 + 1 which is the CRC-CCITT generating polynomial.
Download Pack -
Examples: CRC_Example
µVision AC6How 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 (0x4C11DB7).
Download Pack -
Examples: CRC_UserDefinedPolynomial
Keil Studio, µVision AC6How to configure the CRC using the HAL API. The CRC (cyclic redundancy check) calculation unit computes the 8-bit CRC code for a given buffer of 32-bit data words, based on a user-defined generating polynomial.
Download Pack -
Examples: DMA_FLASHToRAM
Keil Studio, µVision AC6How to use a DMA to transfer a word data buffer from Flash memory to embedded SRAM through the HAL API.
Download Pack