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

Level triggered interrupts on STM32L series

I'm working with the STM32L152. I have a USB port which has a detect signal connected to an IO pin. When the USB plug is inserted or removed the detect pin changes state. On some occasions the signal is missed. Looking at the signal on the scope sho...

LThal by Associate III
  • 1282 Views
  • 2 replies
  • 0 kudos

Moving from STM32L476xx to STM32L4R9xx

After spending some time looking into the R9 I decided to make the switch. I've been developing on the 76 for a while now. I read the migration document and it doesn't look like there are any differences.​Right now I'm having issues with spi and sd c...

SPI problem in STM32F10x

I have a problem with setting up SPI1 in Master mode using the following code. I set the SSM bit to enable software slave management, but when I try to enable the SPI by setting the SPE bit, the MSTR bit is cleared.Thanks for help.JaroslavRCC->APB2EN...

Why I am getting this error? "Nothing to build for project"

Hello guys, I was working with this code with no problem. I changed a couple of things in main.c and then removed it because it didn't work. Now, when I am copy and past the source code to the same folder again, I get this error and can not compile i...

BMano by Associate II
  • 1001 Views
  • 2 replies
  • 0 kudos

Resolved! Does ST have a channel for reporting defects?

I recently came across defects in STM32G0 & STM32G4 reference material. I tried reporting this through the support channel only to receive kneejerk deflections. Since i have already worked around the issues myself I'm not seeking any help or support ...

MAgre by Associate II
  • 923 Views
  • 4 replies
  • 0 kudos

How to Wake-up STM32L431RBtx from STOP0 mode?

Hi All,We have a project using STM32L431RBtx. In that we are trying to put MCU into sleep mode by using HAL API: HAL_PWREx_EnterSTOP0Mode(PWR_SLEEPENTRY_WFI) in bare-metal code base.Here the interrupt we have configured to wake-up the MCU from sleep...

HPras by Associate II
  • 494 Views
  • 1 replies
  • 0 kudos