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

address 0x8000188-0x800018F differs based on programming mode

Dear all,I am writing a bootloader and I experienced that the calculated CRC on the binary is different If I load the fw with cube IDE versus cube programmer. I use STM32F405.This happens too if I make the compairement on the bootloader programme too...

difference1.png difference_elf.png
Adam3 by Associate
  • 2036 Views
  • 3 replies
  • 0 kudos

Noise spike when ADC completes and triggers DMA

On the H743VIT6 I am seeing a strong spike on the VDDA line every time the 32 samples are completed and DMA triggers to copy them to memory.This is causes the samples to have a 1500 Hz signal with 4 harmonics in the data.The board is 4-layer, solid g...

Robmar by Senior III
  • 1729 Views
  • 2 replies
  • 0 kudos

SOLVED - X Nucleo PLC01A1 : porting to F7

After writing some code for PLC01A1 and STM32 F446RE, I'm trying to port it on my F767ZI.PLC Board uses SPI PA5, PA6 and PA7 for CLK, MISO and MOSI, and F4 & F7 have the same pinout. In addition PLS01A1 uses F4's PB10,PB6 and PC7, but the same pins a...

STM32U5 int stop mode 2 and VREFINT

 When the MCU goes into stop mode 2, the VREFINT keeps drawing current. Is there a control register to turn off VREFINT when the MCU goes into stop mode 2  

dhs by Senior
  • 953 Views
  • 1 replies
  • 0 kudos

STM32F407-Baremetal clock not working

Hi all, I tried to configure the clock to run at 32MHz and I was using Systick to toggle the LED every 1 Sec by configuring the Systick reload value by 32Mhz -1. But, Somehow toggling is not happening for exactly 1 sec I also used a logic analyzer to...

I2S DMA data width question. Word vs half word.

So I got i2s working great on a stm32f4 based on this videohttps://www.youtube.com/watch?v=lNBrGOk0XzE&list=WL&index=7which has DMA set to circular, half word. and we start the i2s with HAL_I2SEx_TransmitReceive_DMA (&hi2s2, txBuf, rxBuf, 4); 4 being...

Resolved! STM32F407 USB Device HS mode interrupt transmission jitter

I use STM32F407 USB2.0 HS to send data periodically. The USB mode is high-speed mode. I configure the breakpoint IN transmission as the interrupt transmission mode. I use CDC_Transmit to send data. Each time it is judged that the last transmission is...

BOEINGNG by Associate II
  • 3015 Views
  • 4 replies
  • 0 kudos

Resolved! Different binary data when running directly

Hello,I have a strange problem that I already lost a lot of hair over. I am using cubeIDE with an stlink v2 (STM32G441 with a blank C/C++ project and CMSIS). All run very well until today. So I am sure the code itself is ok.If I compile the project b...

STM32F0 HDMI

I'm working with stm32f0 hdmi cec function to make Arc audio with tvI can able to communicate with tv but arc not initiate with feature abort commandAnyone have used it before help me with source example

DHANA by Associate
  • 833 Views
  • 0 replies
  • 0 kudos