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

STM32g031 deep sleep

Hello all!I am trying to play with the deep sleep mode of the stm32g031f8p6.Now i am using this: To sleep:  SystemClock_Decrease();  HAL_PWREx_ControlVoltageScaling(PWR_REGULATOR_VOLTAGE_SCALE2);  HAL_PWREx_EnableLowPowerRunMode();To wake up: HAL_PW...

NFahi.1 by Associate II
  • 1087 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F407VET CAN BUS interrupt does not trigger

Hi, I am trying to communicate on CAN BUS, I have previously succeeded in doing so with STM32F103C8 and STM32F091RC, but I cant make it work on STM32F407VET It does not trigger its interrupt on message receive. What could be the difference on this MC...

JBond.1 by Senior
  • 2831 Views
  • 14 replies
  • 0 kudos

Resolved! Regarding CAN Open implementation in STM32L431RBTx

As we are using CAN 2.0 A (11 bit ID STANDARD FORMAT) in STM32L431RBTx MCU & it is working fine. Now we want to go for the CAN open protocol. Is there any sample code or document available or any algorithm to initiate CAN open code development for ST...

Resolved! Using Break Functionality as interrupt in stm32f4

For PWM channels to be disabled during a trip instant we use the break input circuit and the function worked well in the Nucleo board. But while using the same in the real circuit having half-bridge, cross conduction occurs every time the break input...

Jeflet by Associate II
  • 2517 Views
  • 3 replies
  • 0 kudos

Is it possible to let two microcontrollers communicate through the QuadSPI (Q-SPI) interface? Obviously both of them support QSPI.

If I try to configure the interface from the CubeMX tool, it seems that it is possible to communicate only with flash memories.I have a lot of data that I need to transfer from a uC to another on the same PCB and a single SPI is too slow. Are there o...

dbicego by Associate II
  • 630 Views
  • 2 replies
  • 1 kudos