STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Precise SPI Timing with Timer and DMA on H7

Hello everyoneI need to implement a protocol for an external ADC. An SPI read with 22 bits should be triggered via a timer in a 4us cycle.      My procedure:TIM2 triggers a DMA transfer from the TxBuffer into the SPI->TXDR (with some zeros)Since CSTA...

spi_protocol.png spi.png
simae by Associate
  • 219 Views
  • 0 replies
  • 0 kudos

Resolved! Having Issues with classic CAN on STM32H745

Hello Team,We got our board booted up recently and Currently testing out CAN with classic mode. All our external devices support Classic CAN mode and even after configuring it with 500kps, It doesn't seem to transmit data.Please, find the attached MX...

PavanOggu_0-1734438697316.png

SRST error when trying to run openocd on stm32f4

i got a stm32f4 and wrote some code to it, then tried to run openocd  and got this error my openocd.cfgnote - i reflashed the stlink a couple of times and changed it to jlink(and then back to stlink) so that might have something to do with it.would v...

penjo989_0-1729110559801.png penjo989_1-1729110589100.png
penjo989 by Associate
  • 307 Views
  • 2 replies
  • 0 kudos

External ADC Sampling with DMA (Timing & Configuration)

 Hi everyone,I’m working on a project using an STM32 microcontroller (STM32H745IITx), and I’m trying to set up a DMA transfer for an external 12-bit, 20 MSPS ADC with a 12-bit parallel interface. On my custom board, the data pins of the ADC are route...

ZIMMI99 by Associate
  • 498 Views
  • 3 replies
  • 0 kudos

STM32F070 ADC single channel issue

Hi,Recently I started working on stm32F07 microcontroller. I am trying to read sensor value using ADC.Issue: ADC value is keep on changing randomly(means its not holding value).Below is my code. Please refer it and help me to figure out the issue.Clo...

0693W00000BbDjWQAV.png
VDutt.1 by Associate
  • 705 Views
  • 3 replies
  • 0 kudos

SDMMC trace length mismatch

Posted on May 11, 2018 at 01:27 Hi ThereI was looking at AN4661, pg 45 where the signal routing guidelines for SDMMC is given. It has the below bullet points when it comes to skew  The skew being introduced into the clock system by unequal trac...