STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No interrupts occur during EEPROM write

Posted on November 03, 2015 at 17:25 Using a logic analyzer, I am seeing that interrupts are not occurring during a write to EEPROM.Here is a basic snippet of how I write a single byte of data to an address: DATA_EEPROM_Unlock(); DATA...

Resolved! SMT32F7; FMC with SDRAM & NAND Problem.

Posted on February 16, 2018 at 15:53I have a problem with an STM32F767 on a custom board with SDRAM and NAND SLC memory connected to the FMC.The NAND is 8 bit, the SDRAM is 32bit, so only the [D0:D7] signals are shared between the SDRAM and the NAND...

, IAP in stm32f429 (custom board and firmware)

Posted on February 19, 2018 at 12:45I am writing a custom firmware for a stf32m429 MCU. I need about 128Kbytes of EEprom but the ECU has none. Due to security reasons I cannot use external eeprom chips. I was wondering if the following scenario is f...

Available QSPI flash for memory mapped mode

Posted on February 20, 2018 at 17:25Actually we are using a tool for GUI development on STM32F746.  This tool internally uses memory mapped mode to access the QSPI flash. In principle this is working fine, but the QSPI flash MT48LC4M32B2B5, which us...

QSPI Configuration using SST26VF032B-104I

Posted on February 20, 2018 at 05:29Hi STM,I have some questions for QSPI configuration using SST26VF032B-104I (Max clock = 104 MHz)I am getting QSPI_SUSPENDED Error when I call BSP_QSPI_GetStatus().Configuration is as follow;///////////////////////...