STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

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
  • 787 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
  • 411 Views
  • 1 replies
  • 0 kudos

I think IWDG Dosen't work

My board(STM32F103R8T6) sometimes stop.. So I use IWDG and it doesn't work. If my board doesn't work well, is it right that iwdg works and resets the core? Let my code work properly.void IWDG_Configuration(void) { IWDG->KR = 0x5555; IWDG->RLR = 0x...

SShin.4 by Associate
  • 496 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F7 DMA UART RX no Data seen.

I am working with the STM32F7. I am implementing a DMA communications handler, preferably using the HAL (but LL is also an option that I have tried). I have successfully implemented the TX side of the equation but, am unable to get the RX portion to ...

EBepp by Associate II
  • 1927 Views
  • 9 replies
  • 0 kudos