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

Resolved! COMPx_OUT as a retriggerable monostable output

Hi, I am using an STM32L4 MCU and I need to make the COMPx_OUT acting as a retriggerable monostable output. ​I know I can use timers as blinking source for COMPx_OUT, but this would not help, and as far I understand, the only way to solve my problem ...

simo zz by Senior II
  • 559 Views
  • 1 replies
  • 0 kudos

STM32G070 Internal RTC Wake Up Interrupt hangs. After few iterations rtc wake up interrupt is hangs. Help will be appreciated.

  if(low_power_mode == 1)  {    standby(10);    HAL_RTCEx_DeactivateWakeUpTimer(&hrtc);      }void standby(int seconds) { /* Clear all related wakeup flags*/  __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WUF2);  rtc_set_wake_up_timer_s(seconds); HAL_PWR_Enter...

Frequency precision when generating sine wave with DAC

I am currently developing on a NUCLEO-G071RB board and I need to generate sine waves with frequencies in the range 1Hz - 11kHz. My project requires the step between the frequencies to be 1Hz. It doesn't have to be precisely 1Hz but it has to be close...

JMSuckow by Associate
  • 1296 Views
  • 2 replies
  • 0 kudos

QUADSPI indirect-read only

Chip: STM32G474I have a ADC chip that offers SPI-compatible interface, it could achieve below functions in picture.I tried use QUADSPI to achieve that without instruction, address, alternate, dummy, but only DATA with indirect-read mode, but couldn't...

0690X00000AqrviQAB.png 0690X00000AqrvxQAB.png

How to include arm_math in h745 dual core project

Hello, I'm trying to use arm_math.h in the m4 core of an stm32h745, but i get a bunch of really weird errors that seem to indicate that somehow the project configuration is wrong? I set the project properties to Debug_CM4 ( active ) and define CORE_C...

RMcCa by Senior II
  • 660 Views
  • 4 replies
  • 0 kudos

Arm assembler - branch by a programmable amount

I want to manipulate the program counter in an assembler function by branching down a list of instructions by a programmable amount.syntax unified .global myasm myasm: PUSH {R0,R1,r2,r4,R5} ADD R15,#4    is rejected by the assembler.syntax unified ...

PMath.4 by Senior III
  • 1865 Views
  • 12 replies
  • 0 kudos

Is the DMA overstrained? DMA & InputCapture Issues

Hi everyone, my setting looks like this:CPU CLK: 480MHzAHB CLK should be 240MHz (I'm not 100% sure)Timer CLK 120MHzInputCapture Channel: 4 (2 direct, 2 indirect)I generate 8 short pulses each about 30ns. I use 4 InputCaptures to read those pulses. 2 ...

Programming STM32L4 MCU's internal flash memory with sensor coefficients while keeping the firmware memory section intact

Hello,This is the first time I am using the STM32 MCU.I would like to know how can I re-flash a certain section of the internal flash memory (eg 1000h ~ 1200h) with NEW sensor coefficients while keeping the already flashed MCU firmware intact.Can I u...

GDarr by Associate II
  • 1980 Views
  • 7 replies
  • 0 kudos

Selecting a STM32 MCU

Hi Thank you for having me here! I come from the AVR-Mega community and wondering about selecting a STM32 MCU. I needed more time to process between my input capture and USART and HDLC processing. Which MCU have 4 timers and input/output capture avai...

Donnie B by Associate II
  • 1719 Views
  • 7 replies
  • 0 kudos