STM32F405VGT7 Flash memory write endurance : how many times can the internal FLASH be written / erased?
Either I checked the wrong datasheets, use the wrong keywords, am blind or the answer is in a source I didn't find or check.Please help
Ask questions, find answers, and share insights on STM32 products and their technical features.
Either I checked the wrong datasheets, use the wrong keywords, am blind or the answer is in a source I didn't find or check.Please help
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 ...
Posted on October 10, 2014 at 17:16Hello,I am making a device that uses the TVP5150 via DCMI to display a video using YCbCr on an STM32F429I devicein 4:2:2 format. It is clear in the Reference Manual that the STM32F4 supports YCbCr in DCMI, but it i...
I am trying to implement SPI protocol using peripheral CRC in STM32F7 nucleo board. In that I have used 8-bit CRC with polynomial = 07.Even if we are sending incorrect CRC to controller(which is act as a slave), then it’s not enabling CRCERR flag.Can...
i'm using a stm32f429 and i would like to now is it possible to turn the screen from vertical to horizontal.
when we debug and compile in ST-Link/V2 by IAR IDE in STSPIN32f0 then this shows a problen that fatal error no MCU find. so what should be do for remove this error
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...
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?
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...
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...