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

STM32H743 SPI DMA NOT WORKING, CACHE DISABLED

Hi everyone,I have to port one proyect from a STM32F4 to a STM32H743. In this project it is important to use the SPI through DMA, so after reading a bit about the DMA-Cache issue in this microcontroller i decided to disable the D-Cache in order to ma...

0693W00000GZtZeQAL.png
DCajigal by Associate III
  • 1258 Views
  • 3 replies
  • 0 kudos

Parallel NOR flash for extra code memory

Hello,I'm using STM32H753-Eval2 board wherein MT28EW128ABA1LPC-0SIT NOR flash is connected over parallel interface(FMC mode). I want to keep some part of application code into this parallel flash, I've referred one application note from Keil which wo...

0693W00000Ho04QQAR.png 0693W00000Ho04GQAR.png 0693W00000Ho04BQAR.png
AShel.1 by Associate III
  • 742 Views
  • 0 replies
  • 0 kudos

Resolved! LPTIM with external clock (no synchronization – STM32L0)

Dear all,I am working on a project with an L081KZ and want to count pulses with a frequency higher than the clock. In the post here (community.st.com/s/question/0D53W00001EyzG5SAJ/) I thankfully got the tip to use the LPTIM as it has an asynchronous ...

0693W00000HntvSQAR.jpg
ToStei by Associate II
  • 1778 Views
  • 4 replies
  • 0 kudos

I2C communication between 2 STM32 MCUs

Hello I am trying to learn I2C communication between 2 STM32F103C8 MCUs. MCU1 acts as the master and MCU2 acts as the slave. I am using CubeMX to configure the settings however I could not establish a link between the 2 MCUs. What I wanted to happe...

RSy.1 by Associate III
  • 6409 Views
  • 9 replies
  • 0 kudos

STM business & production sustainability forecast?

Despite its up-trending equity and healthy appearances very few we've spoke too as of late are getting accurate forecasting relevant to STM manufacturing and parts' stocks. This makes business planning difficult at our end and production impossible w...

Mecanix by Senior
  • 3103 Views
  • 13 replies
  • 0 kudos

migration from keil to stm32cubemx ide

I am trying to migrate the keil project into stm32cube ide. startup file is generating errors. if I add the object files of keil project main.o, stm32f1xx_hal_msp.c and stm32f1xx_it.c along with the startup file(startup_stmf105rbtx.s generated from S...

KSag by Associate II
  • 597 Views
  • 1 replies
  • 0 kudos

Resolved! What is the proper method to re-initialize SD card interface to support removal/reinsertion of SD card?

My SD card interface (using SDMMC1) stops working after the SD card has been removed/re-inserted.I have tried un-mounting using f_mount(0, &SDPath, 0) and then re-mounting with no success.As a test, I executed the following for each transaction:f_mou...