STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using STM32F072VB..USART4 with interrupt..unable to read the receive buffer in interrupt routine...please see the code snippet... I trying to commpare p[0] & p[1]....to do the following operation in my code...

uint8_t p[2]={0,0}; /// receive buffervoid USART3_4_IRQHandler(void){ /* USER CODE BEGIN USART3_4_IRQn 0 */      /* USER CODE END USART3_4_IRQn 0 */      HAL_UART_IRQHandler(&huart4);      /* USER CODE BEGIN USART3_4_IRQn 1 */      HAL_UART_Receive_I...

Bs.1 by Associate II
  • 788 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L476RC RTC run, wakeup and standby mode problems

Hi here,I have made a prototype with STM32L476RG on Nucleo-board - MCU are doing some task and go to standby mode with wakeup from RTC (1 Hz counter). The code was migrated into my own board with STM32L476RC - RTC doesn't work correctly - MCU goes to...

SLesh.1 by Associate III
  • 2886 Views
  • 5 replies
  • 0 kudos

Resolved! Using the G431RB mounted on the Nucleo board. Can't port the example code for TIM2 pwm output to TIM1???

STM32Cube\Repository\STM32Cube_FW_G4_V1.2.0\Projects\NUCLEO-G431RB\Examples_LL\TIM\TIM_PWMOutputThis project runs fine. However, it uses TIM2. I tried to port to TIM1 so I could be interrupted every 10 periods, rather than have to count them in an ...

EMMC64G-W525-X01U is not working with STM32F429ZI.

I am reading Data from 8 ADC- ADS8688 and writing to EMMC64G-W525-X01U with Queue of 100 and Block 512 at 1000 sample/sec. I use below function for data writing and API file is attached below.HAL_StatusTypeDef HAL_MMC_WriteBlocks(MMC_HandleTypeDef *h...

AH_nt by Associate II
  • 9544 Views
  • 6 replies
  • 0 kudos

Resolved! Automated ADC calibration on STM32F4 ?

AN2834 Rev 4, point 4.2.9 Temperature-effect compensation says:One method is be to fully characterize the offset and gain drift and provide a lookup table in memory to correct measurement according to temperature change. This calibration involves add...

pr by Associate III
  • 5380 Views
  • 2 replies
  • 0 kudos