STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

, 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;///////////////////////...

STM32 unimplemented interrupts

Posted on February 20, 2018 at 09:33All of the STM32 devices have unimplemented interrupt numbers, for example on the STM32F767 I am currently using, the last used interrupt MDIOS_IRQn is interrupt number 109.So is it possible to use the next one, n...

MDK & HAL & __attribute

Posted on February 20, 2018 at 19:36I'm using the STM32CUBEMX which generates HAL code and keeps my code within defined comments. BUT, I need to define an __attribute statement BEFORE a HAL generated function header, but there is no /* USER CODE .. ...