STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello, I am having trouble with the STM32L476 IWDG settings. I want to put the IWDG into FREEZE mode, and I set the bits accordingly, but still get resets generated by the IWDG after putting my application in sleep mode.

I tried two methods - my first code is as follows:FLASH_OBProgramInitTypeDef flashUserConfig = {0};flashUserConfig.OptionType = OPTIONBYTE_USER;flashUserConfig.USERType = OB_USER_IWDG_STOP;flashUserConfig.USERConfig = OB_IWDG_STOP_FREEZE;HAL_FLASHEx_...

JVill.11 by Associate
  • 348 Views
  • 0 replies
  • 0 kudos

STM32F0, Hall sensor TIM3 interrupt not triggering

My device: STM32F051R8T6Dev board, F0 disco.My end goal is to make a BLDC control system with Hall Sensors and utilize the ability of general purpose timer to trigger the interrupt on hall sensor line edge change.I am using TIM3 as an interface timer...

RRekk by Associate II
  • 1876 Views
  • 8 replies
  • 0 kudos

In stm32h7 issue with SDMMC speed

Actually i generated code for EMMC in cubeMX. I can able to write data with 1MBps. But i need 50MBps for this what can i change in driver file. i am using 8-Bit datamode.i tried with increase the clock frequency also the speed has not increased. Any ...

srikanth by Associate III
  • 776 Views
  • 4 replies
  • 0 kudos

SPI1 DMA INTERRUPT AFTER EACH BYTE TRANSMISSION

Hello GuysThe IC I am communicating with via my Nucleo STM32F446 board uses SPI and require a Chip Select Low before each SPI byte transmitted, then CHIP SELECT high for x time and then low again for next byte.So I am using SPI via DMA which is desig...

JHERI by Senior
  • 748 Views
  • 6 replies
  • 0 kudos

NSS pin has no effect on slave STM32F303 nucleo

Hello,I have two STM32F303RE nucleo boards one acting as a master and the other as a slave.I have flashed the SPI examples on both of them that come with the firmware and both master/slave are working properly.The issue is the example only uses (SCK,...

salman by Associate II
  • 650 Views
  • 4 replies
  • 0 kudos