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

memory with long write recovery time with FSMC of STM32F407IG

Posted on November 09, 2012 at 14:35Hello, I want to use a Everspin MRAM MR256A08BCMA35 with the STM32F407IG. This memory needs a stable address after write or chip enable goes high for at least 12 ns. My STM and the FSMC are running with a HCLK of ...

skirn9 by Associate II
  • 1809 Views
  • 8 replies
  • 0 kudos

STM32CubeMX, code generation issue with USER_write

In the latest version of STM32CubeMX(4.26.1) and the latest ST Libs for STM32F4 (1.21.0), I've found an issue with USER_write. STM32CubeMX overwrites the user code within the USER_write function between the /* USER CODE BEGIN WRITE */ and /* USER COD...

Craig B by Associate II
  • 1173 Views
  • 3 replies
  • 0 kudos

RGB RAW12 (12-Bit) Camera Bus

I want to use IMX290 and STM32H743I would like to show a picture on the display and at the same time have a GUIBut DMA2D cannot convert RGB121212 to the desired format to displayHow should I be?

Resolved! SPI in slave mode, auto receive

Afternoon Everyone,I'm using an stm32f722zeI'm not sure if I'm doing something wrong or misunderstanding the working of the SPI (it could be either) but I have it up and running.I've got a SPI implementation in slave mode with DMA, like this:static v...

con3 by Senior
  • 586 Views
  • 2 replies
  • 0 kudos

Resolved! Trying CAN and interrupt go in it just one time

Hi guys, my codes go into interrupt function just one time.Could you offer me any solution?device clock 72 MHZdevice clock 180 MHZCAN // 1. device   hcan.Init.Prescaler = 4; hcan.Init.Mode = CAN_MODE_NORMAL; hcan.Init.SJW = CAN_SJW_4TQ; hcan...

Zek_De by Senior
  • 394 Views
  • 1 replies
  • 0 kudos