STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H5 I3C SDR READ issue

Hello, when I was using the STM32H563 I3C, I found that when configured with VDDIO2 = 1.2V and a frequency of 12.5MHz, the data read in SDR mode would be misaligned. The waveform received on the SDA line was 0xF9, but the MCU received 0x7C. After I i...

wulin_0-1737098779073.png wulin_2-1737098807751.png
wulin by Visitor
  • 4 Views
  • 0 replies
  • 0 kudos

Interrupts not working after Bootloader jump

Hey folks,I am using the STM32G0B1RE board for my development and am currently working on a Bootloader application. I have successfully implemented the jump from the Bootloader to the main application. The main application initializes correctly and e...

linker_settings.png
prateekJ by Associate
  • 239 Views
  • 1 replies
  • 0 kudos

STM32U5A9 Octal SPI with octal flash in DTR mode

Hi Team, I am working on STM32U5A9J-DK for one of our applications interfaces with an Octal flash via Octal SPI.we were able to communicate and do the flash operations Read write using the SDR mode .Now to achieve the DTR mode from STM32U5a9 end what...

Sanath by Associate II
  • 47 Views
  • 4 replies
  • 0 kudos

Problem with ST SPI on STM32L475.

Hello, I am using STM32L475 board and trying to communicate with VNF1048F by SPI. The communication protocol which is used is defined as ST-SPI. On STM32 I can configure at maximum 16 bit communication but the device (VNF1048F) requires 32-bit frame...

_legacyfs_online_stmicro_images_0693W00000bhx83QAA.png _legacyfs_online_stmicro_images_0693W00000bhx1KQAQ.png _legacyfs_online_stmicro_images_0693W00000bhx9VQAQ.png
KPerg.1 by Associate II
  • 803 Views
  • 4 replies
  • 0 kudos

DMA: last written buffer position?

DMA buffer 32 words, ADS converts 4 channels in scan mode.So every 8 ADC-starts  DMA will start at buffer[0]  (circular buffer is ticked).CubeIDE HAL is being used.How do I find out / look up  the buffer offset most recently written to?

PRenn.1 by Associate III
  • 46 Views
  • 2 replies
  • 2 kudos

Tips for a beginner in STM32

 I'm taking my first steps as an embedded engineer, especially in STM32. I've been looking for a specialization that will give me more experience, in addition to the 35 years I have in IT (Client/Server) and about 10 in embedded systems.I'm currently...