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! SIGTRAP on ISR on "bare-metal" STM32F413ZH Nucleo-144

Hi guys, I'm a mechatronics student learning the basics of STM32s in my own time through the excellent series of guides by Vivonomicon. I'm currently learning interrupts, but my program seems to trigger a SIGTRAP fail when the interrupt fire.The code...

0693W00000QKmsKQAT.png
JFarr.4 by Associate II
  • 1571 Views
  • 8 replies
  • 0 kudos

union type structure memory

I have some old program to migrate to stm32h7. the old program is written by 16 bit mcu. so it is easy to implement union structure and easy to copy structure from memory to another; however, in stm32h7, this is 32 bit mcu, so memory size is 32 bit, ...

yang hong by Associate III
  • 1027 Views
  • 3 replies
  • 0 kudos

TIM CC1 register is always zero in input capture mode.

I try to recreate this tutorial:https://deepbluembedded.com/stm32-input-capture-frequency-measurement-example-timer-input-capture-mode/I use STM32H747I-DISCO board instead. It's configured to generate 25kHz test signal. Main clock is set to 400MHz, t...

0693W00000QKlGeQAL.png 0693W00000QKlH3QAL.png
HTD by Senior III
  • 871 Views
  • 1 replies
  • 0 kudos

Resolved! After UART send the bytes from the buffer, \0 is also received.

Why I get \0 at the end of the transmission?I imaging the \0 is a NUL termination character but I have seen from the terminal that sometimes is not received or arrives with a big delay.Could somebody tell me anything about it?Thanks in advance.

RPG by Senior
  • 5059 Views
  • 25 replies
  • 1 kudos

Resolved! SPI6 using BDMA Tx not working

I am trying to make SPI6 work with BDMA I see that transfer completion flag set in BMA ISR but SPI registers i don't see EOT bit set. I don't see any data coming from MOSI line of SPI6. Please help me know what is going wrong. There is no error set i...

SHebb.1 by Associate II
  • 2901 Views
  • 7 replies
  • 1 kudos

STM32f407vgt6 connect with via FSMC Micron NAND flash

Hello everybody! Need help please, I want to connect (micron MLC Nandflash) to (stm32f407vgt6) by opening CubeMX configure (RCC HSE 8mhz), I include FSMC (NAND flash1, chip select 8bit) but I can not understand how to configure (common space timig) a...

RMyra.1 by Associate
  • 541 Views
  • 0 replies
  • 0 kudos

Resolved! Timer counter does not stop when it reaches the ARR value

Hi,I am developing a program with the nucleo STM32G474RE that passes the ARR,CCR1,CCR2 values to TIM2 after some measurements made with another general purpose timer.However something weird occurs since when I look at TIM2 registers the ARR,CCR1,CCR2...

0693W00000QKjjyQAD.png
Tommino by Senior
  • 1196 Views
  • 3 replies
  • 0 kudos