STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wakeup from RTC or GPIO not working from Standby

I'm attempting to put my STM32L4xx into Standby mode, and then wake it up from GPIO or RTC. I'm not using any drivers. I've narrowed my problem down to the PWR peripheral clock, although I'm not sure if that is directly the cause. If PWR clock is on ...

DHepp.1 by Associate
  • 904 Views
  • 3 replies
  • 0 kudos

Resolved! How to update TIM4 PWM duty cycle?

Hello!I have STM32H743BI configure TIM4 to PWM GEnerationstatic void MX_TIM4_Init(void) {   /* USER CODE BEGIN TIM4_Init 0 */   /* USER CODE END TIM4_Init 0 */   TIM_MasterConfigTypeDef sMasterConfig = {0}; TIM_OC_InitTypeDef sConfigOC = {0};...

EEuge by Senior
  • 873 Views
  • 3 replies
  • 0 kudos

Resolved! RTC, set an alarm for 1 hour in the future.

I want to set a RTC alarm to trigger 1 hour from now but there doesn't seem to be a built-in function (using HAL) to add time. Of course 1 hour in the future is easy unless it happens to be almost midnight or worse almost midnight at the end of the ...

Uart buffer is not resetting to receive new data?

Hello guys, I previously asked the question about the UART interrupt but not get any reply. Currently am able to receive data from uart interrupt but not able to clear the buffer to get new data. please help. my code is void USART1_IRQHandler(void) {...

NHing.1 by Associate III
  • 1172 Views
  • 2 replies
  • 0 kudos

How to enable the cache on the STM32L562-DK in MCUExpresso?

Hi, I am running an application on the STM32L562-DK.  The performance of the application is lower than anticipated.  I started investigating what could be causing the performance issues. I found some example projects that had hal function calls to e...

SSher by Associate II
  • 351 Views
  • 0 replies
  • 0 kudos

How to install stm32 vcp dirver silently, win8,7?

Hi All,I would like to install stm32 vcp dirver (version 1.5.0) silently, without asking any user interaction. I tried to start VCP_V1.5.0_Setup_W8_x64_64bits.exe with \S switch, in this case the installer is started, but it does not finish the proc....

GSzen.1 by Associate
  • 1405 Views
  • 5 replies
  • 0 kudos

Cannot get correct data from MAX31865 SPI bus

Has anybody worked with MAX31865 PT100 sensor chip. I have a module with that chip on a STM32F746 board and SPI bus gives me only zeros. Local loop MOSI->MISO works. The chip doesn't look very complicated but I get nothing out off it. The module has ...

LMI2 by Lead
  • 775 Views
  • 3 replies
  • 1 kudos

Confusion with the DBGMCU_IDCODE register.

In our product we will be placing one of 3 different processors. I have developed code to determine this by evaluating the registers for the peripherals, but I'm wondering if there is another way.I've been looking at the DBGMCU_IDCODE register. And o...

mreed by Associate III
  • 4972 Views
  • 6 replies
  • 0 kudos