U suffix in part number?
Datasheet does not say what U suffix means in part number.I.e., what is the difference between STM32H7xxVIT6 and STM32H7xxVIT6U?
Datasheet does not say what U suffix means in part number.I.e., what is the difference between STM32H7xxVIT6 and STM32H7xxVIT6U?
Hello, i am using STM32F746ZG to sample and process large amounts of ADC data. To increase it's speed dual interleaved mode is used. And because of low processing speed, the main idea is sample many samples of single channel (~50K) and process them. ...
Hi, I'm using STM32F373 for a biosignal measurement project, and I need some help writing firmware to automatically update the SDADC channel gain during execution.For example, I'm sampling at 100Hz, and after every 100 samples, i want to change the g...
I've referred STM32F769I_EVAL QSPI with DMA source code and implemented same way for STM32F767 but its not working. can anyone provide the sample code for STM32f767 QSPI with DMA
Hi,I would like to know if is it possibile to manage milliseconds using internal RTC.If it is, please can you specify the code to get milliseconds information.Thanks for your support
I am using STM32F779NI for my project. My use case is I want to detect brown out reset after brownout occurs and system restarts.I am checking brownout reset flag using if (__HAL_RCC_GET_FLAG(RCC_FLAG_BORRST). But the problem is this flag is shared/c...
can anyone help me with the code ....thanks in advance here is my codestatic void MX_CAN1_Init(void){ /* USER CODE BEGIN CAN1_Init 0 */ /* USER CODE END CAN1_Init 0 */ /* USER CODE BEGIN CAN1_Init 1 */ /* USER CODE END CAN1_Init 1 */ hcan1.Instance =...
I found from ref manual that the internal clock source for TIM1 is APB2 pre-scaled value.(Please see attached image).From CubeMx, I've configured my main clock frequency to be 48MHz, which is a PLL multiplied value from external crystal oscillator of...
Hi, How can I restart stm32l431 via software? I an using the MCU with sim800l and I can be able to restart MCU using text message. Does Exist some HAL function to restart MCU?