STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I'm specifically using the discovery kit for the STM32F746G - Disco board. I've used STM32CubeMX to generate the configuration with no mods and then the code for atollics Truestudio, keep getting interrupts from TIM6

i can see both in the tool and the source code that the TIM6 timer is not configured. It is in fact the TIM6_DAC_IRQHandler() I keep ending up in.Now it's easy enough to just force it to be disabled but I'm trying to figure out how to disable it in t...

Resolved! STM32F745 suddenly is extremely slow - have I bricked it?

Hi,I've been working on programming my STM32F745 for some months now, step by step playing with the different peripherals. So far so good. I've been also doing step-by-step debugging with OpenOcd and STLink V2.Today things started to look a bit weird...

CGalv by Associate III
  • 504 Views
  • 3 replies
  • 0 kudos

STM32L452 QSPI Errors

I'm using the STM32L4 Nucleo board with a N25Q256 SPI Flash attached. I can successfully read and write from the spiflash using the QSPI peripheral + HAL layer in standard SPI mode. However when switching to Quad mode, every so often during a longer ...

0690X00000BvwAgQAJ.png 0690X00000BvwAqQAJ.png
dan0 by Associate II
  • 317 Views
  • 0 replies
  • 1 kudos

How-to feedback for possible correction in datasheet?

On page 22 of this datasheet:https://www.st.com/resource/en/datasheet/stm32h753xi.pdf"Figure 1. STM32H753xI block diagram" shows 200MHz and 400MHz.Shouldn't this be 240MHz and 480MHz instead?The document states "Updated Figure 1: STM32H753xI block di...

Jack3 by Senior II
  • 208 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F103VG Flash Memory Write failure

Hi, I am using STM32F103VG micro-controller. I am trying to program the memory in range 0x8014000 to 0x8090000. My code is able to program the memory till 0x807FFFF but after that it failed to write into memory i.e. problem happens after I start writ...

Hey guys, im new to st and im having hard time with receiving data VIA uart. im trying to receive data with unknown length, decided that the best thing for my application would be idle line interrupt.

my problem is that the DMA only writes to the first address of the buffer, means that when i look on the buffer, the last byte of the message is stored in the first place of the array, and the rest of the data is overwritten.what could be the problem...

DSosk.1 by Associate II
  • 572 Views
  • 4 replies
  • 0 kudos