Product longevity of STM32F76xx
Kindly provide Product longevity of STM32F76xx series MCU
Ask questions, find answers, and share insights on STM32 products and their technical features.
Kindly provide Product longevity of STM32F76xx series MCU
I have a project where i use the HAL library to poll the ADC.Controller STM32G473VC. Cube IDE 1.9.0.During the code i call ADC_24V_getADCvalue() at different places but never in interrupt routines .Even though after a few calls HAL_ADC_ConfigChannel ...
Master is a STM32H757, slave is a LSM6DSO ( accelero + gyro ). I have a SPI link inbetween. The "int2" pin on the LSM6 rise up when data are readable in registers.This pin is connected on EXTI2 on STM32.Register read is auto incremental on LSM6.I nee...
Hello, is there a way to instruct the compiler to place a const value at a specific address in flash memory? On another toolchain I was able to useconst char array1[4] = {1,2,3,4} absolute 0x9D008000; // stored at flash address 0x9D008000If not, is...
I'm starting with STM32F767 and cannot understand the thing about connection of the ITCM to ART. What is recommended: enable ART and flash access over TCM, or just enable ICACHE like in H7, and access code over AXIM?When flash is accessed via TCM, do...
I'm trying to convert 'baremetal' code from the STM32F103 to the STM32G431. I've managed to sort out the GPIO and EXTI stuff, but the ADC is confusing! To start off, what registers on the G4 correspond to CR1 and CR2 on the F1 ADC?
Hello,I am trying to properly implement the standby mode entry routine on an STM32L0 MCU. I have this exemplary minimum working example that does not work as expected:/* USER CODE BEGIN 2 */ HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, GPIO_PIN_SET)...
Hello,I am currently working with stm32H743 processor.I wanted to know if DMA access can trigger an ECC error or only the core can generate these errors.For example if there is a ram data protected by ECC with a double bit error, would a DMA access t...