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

SPI CMD24 Write Block issure

I am trying to write data into 16GB micro SD card(ADATA Premier microSDHC UHSI class10). initialization is O.K.I am using an HAL_SPI_Transmit(&hspi1,wr_buf,6,100) commandProgram is as follows:             #define CMD24    (0x40+24)    /* WRITE_BLOCK ...

STai.2 by Associate II
  • 505 Views
  • 0 replies
  • 0 kudos

Resolved! How to enable I2C Clock stretching

Hi ST.​I'm using STM32 L4P5 as a Master in I2C.​slave device is slow to write data, so I did the slave device do clock stretching for a moment.​Is there any enable related to clock stretching on L4P5?​If so, what's the way to enable it?​thank you​

JPark.20 by Associate II
  • 3382 Views
  • 2 replies
  • 0 kudos

STM32L451 and PC13/14/15 in SHUTDOWN Mode

Documentation is a bit vague with respect to use of PC13/14/15 as GPIO while MCU is in SHUTDOWN mode. My understanding is that these pins can be used in the backup domain (my VBAT is connected directly to VDD).I understand that I could SINK up to 3mA...

0693W000008zDLBQA2.png

Best practice to modifying DMA accessed memory?

Hello,I have a general question about DMA which I am currently using to transfer a LUT in the memory to control PWM output.The LUT changes periodically and at the moment the DMA is triggered with a timer. What I would like to know if it is safe to ch...

SKILA by Associate II
  • 788 Views
  • 1 replies
  • 0 kudos

Resolved! Can DMA CR TCIE bit be changed, when DMA is enabled?

Hello.I'm testing ADC with DMA on STM32G071. I wanted to have interrupt on transfer complete, but I had trouble clearing TCIF flag in ICFR register. Even if I cleared the bit, ISR was entered again immediately. I don't have circular mode set neither ...

AMak.2 by Associate II
  • 1782 Views
  • 6 replies
  • 0 kudos

D0-D3 lines always high on STM32F412RE

I'm trying to connect a ILI9341 based parallel LCD to STM32F412RE. I have successfully connected that to the STM32F412ZG in the past, but that was using the pins in the H/G ports not available in the 64 pin package. When configured for pins on the 64...

RADC of STM32G473

Figure 29 of the STM32G473 datasheet calls out an unspecified, internal RADC. Is there any data on this internal resistance?

AMcIn.1 by Associate
  • 1451 Views
  • 2 replies
  • 0 kudos

Resolved! Not able to receive and transmit data over CAN network

Hi, i am trying to implement CAN Protocol in STM32F103C8 Controller in Normal Mode 1) not knew what should be the hardware required for implement Can protocol2) is their any bug in stm32cubemx code generate using library 1.8.0

ABhat.7 by Associate III
  • 1387 Views
  • 8 replies
  • 1 kudos