STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 446 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
  • 697 Views
  • 2 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
  • 634 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
  • 401 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
  • 3683 Views
  • 6 replies
  • 0 kudos

UART Problem after Flash write

Hi!I'm working in a project that uses flash memory to store calibration data. At the first power on (before writing data in flash) everything works fine. After calibration, if I turn off the board and turn on again, my USART2 stops working (only send...

RBall.1 by Associate
  • 346 Views
  • 1 replies
  • 0 kudos
Labels