STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! DMA interrupt not triggering after init

After setting configuration registers in HAL_DMA_Start_IT, DMA fails to fire back interrupt, HAL_DMA_IRQHandler(). The TransferComplete call back routine is not called but only once after reset since HAL_DMA_IRQHandler() is called only once after ini...

Klassic_0-1718361144991.png
Klassic by Associate III
  • 3374 Views
  • 15 replies
  • 2 kudos

Resolved! EEPROM Emulator causes hard fault

MCU: STM32H753VI Scenario:Requirements specify that I must use internal flash memory to store error counters for our fault management system. I was going to directly write to flash memory using the built in HAL commands, but found that most people se...

STM32F401CC bootloader problem

Posted on June 28, 2017 at 14:27Hi all,i have two custom board with a microcontroller STM32F401CC in a 48pin package. One of these two micro is not working anymore due to a programmed option byte during a debug session. ST-link tell me this micro ha...

Resolved! STM32U073 flash wait states - wrong documentation

The reference manual RM0503 rev2 has inconsistent information about the flash wait states.Table 9 in §3.3.4 shows three options: 0WS, 1WS, 2WS (and, by the way, it says that all three of them correspond to "1 CPU cycle", which seems wrong).Instead, §...

SZano by Associate III
  • 608 Views
  • 2 replies
  • 0 kudos

Unstable SPI Slave

I have a custom board with a STMWB55 (master) and a STM32F031 (slave). They communicate over SPI using DMA. Unforturenately there are communication problems.   In order to identify the problem I have simplified the setup. I have used a ST NUCLEO-F031...

Nikolaj_TL_0-1723122821437.png

Resolved! DAC output stability, performance over High temperature

I am using STM32G474VET3 controller.As i am using DAC out voltage for my application.So i want to know the  DAC output stability, performance over temperature, & the temperature drift at Maximum junction temperature 150 °C.Also any other factors affe...

sag by Associate III
  • 442 Views
  • 1 replies
  • 0 kudos

Resolved! This question is about HAL_SPI_TransmitReceive

This question is about HAL_SPI_TransmitReceive.If a slave starts sending 8 bytes of data after the 4th byte sent by the master, is it possible to use HAL_SPI_TransmitReceive without a dummy (ignore) buffer?We will be the master side.Our assumption is...

How to determine Rx event of USB CDC ACM

Hi,I use STM32U575.The STM32U575 works as a USB CDC ACM device and I implemented it in standalone mode.OTG_FS_IRQHandler is called when data is received from the host device.Is there a way to determine that when OTG_FS_IRQHandler is called, it is due...

DK3 by Associate II
  • 412 Views
  • 1 replies
  • 0 kudos