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

Reset generator for stm32

Hi,I have a flash corruption trouble with stm32f103 mcu. While i was reading topics, i have found that a reset generator must be used on system for avoiding flash data corruptions. My device has lots of parameters on stm32 flash, sometimes those data...

er3481 by Senior
  • 1119 Views
  • 6 replies
  • 0 kudos

bldc sinusoidal control

Hi friends,I think my question will repetitive for you guys (in stm-forum) . Actually sorry for that. I have driven a bldc motor with square wave commutation. Which is basically a simple and easy technique. And i have controlled the bldc motor (in s...

Bud by Associate III
  • 1126 Views
  • 1 replies
  • 0 kudos

Doubts about using QSPI for STM32L431?

Now the project uses STM32L431RC external nor flash to save the data. I want to replace STM32L431RB external QSPI flash, which can reduce the cost, but the program byte is too large, so it needs to be put into the QSPI device to run. QSPI flash is di...

STM32L100 TIMx_IC2

Hi there!I have this MCU and i see as an alternate function 14 it can configure PA1 as TIMx_IC2.I cannot find in the documentation or block diagrams the meaning of this function? is it like a TIM_Channel? or like TIMx_ETR?Thanks!

LRold.1 by Associate
  • 538 Views
  • 1 replies
  • 0 kudos

STM32F103 BUS MATRIX

Hi everyone! new around here.. i am taking an online course about DMA controller.At the very first lesson they teach how to check routing using DMA BUS MATRIX.The problem is that i cannot find of any of my two board that uses STM32L100 or STM32F103.A...

LRold.1 by Associate
  • 1607 Views
  • 4 replies
  • 0 kudos

Reset doesn't seem to put the IVT MSP value into the MSP

I'm using the STM32L152 processor. I just noticed that on a reset the value at IVT slot 0, which should be the MSP value, doesn't get put into the MSP. I see another value there on a reset. I added "ldr sp, =_estack" at the start of Reset_Handler, an...

LThal by Associate III
  • 584 Views
  • 1 replies
  • 0 kudos

ADC_RegularConversion_DMA project question.

Hi Everyone. I'm modifying a the example project "ADC_RegularConversion_DMA" for the STM32F4-Discovery board.I now want it to work via TIM2 trigger. I would like TIM2 to trigger the ADC, and then the DMA to transfer the ADC result to a buffer.The pro...

mbmail4 by Associate II
  • 915 Views
  • 3 replies
  • 0 kudos

Resolved! Saving some data in RAM between Reboots.

Hello,I am trying to add s RAM section at the end of the RAM to savesome data (states) between warm reboots, when the watchdog kicks due somewiring problems (i2c).I changed the ld file as:I reduced the stack -2kI reduced ram -2kI created a RAMAUX and...

0690X00000Bvhq3QAB.png 0690X00000BvhqNQAR.png
Marius CO by Associate III
  • 997 Views
  • 3 replies
  • 0 kudos

"OPMODE" in STM32L4 LPTIM description

All the STM32L4 reference manuals. describe LPTIM_CFGRBit 20 WAVE: Waveform shape       The WAVE bit controls the output shape       0: Deactivate Set-once mode, PWM / One Pulse waveform (depending on OPMODE bit)OPMODE bit is mentioned nowhere else ....