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

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 .. ...

Vector table relocation works only in debug mode

Posted on February 18, 2018 at 19:23Hi,I'm facing a problem with relocation of the vector table to the internal SRAM. I work with the STM32F030CCT6 (using the Ac6 System Workbench and CubeMX, with the HAL libraries 1.9.0) and I want to design a simp...

Resolved! Need help using USUART2 on STM32F303

Posted on February 16, 2018 at 22:30I'm trying to find instruction to code the usuart2 on this STM part. I using cmsis and the StdPeripheral lib. My end goal is to connect this to a virtual com port for debug. I'm using the Keil development environm...

STM32 Stane alone programmer

Posted on February 20, 2018 at 20:11Hello there.What's the best way to burn a new firmware image (.hex file) on a STM32 target in the field?   We don't need to debug.  I need to be able update the device by sending a .hex file to the tech and he nee...