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

FMC controller configuration for STM32F7 MCU

Posted on January 30, 2018 at 11:14Hello.,I am working on STM32F7 microcontroller , need to access external memory device through parallel bus (8 bit bus width). The external memory doesn't support RDY signal so that I need to add internal wait stat...

Problem reading or writing to NAND Flash with FSMC

Posted on December 15, 2016 at 18:13Hello All,I am working on STM32F407ZGT6 and HY27UF081G2A NAND Flash. You can find schematics and data sheets in the attached file. I am using CubeMX to generate codes on Keil U5. You can find initialization codes ...

stm32f4+SDIO+FATfs+USBD

Posted on December 27, 2017 at 10:03Hi,I am using CubeMx v1.18 to generate the drivers for USB and SDIO.The mass storage is detected on PC, but when write data the data is not written properly.The same with read and write. After i delete the file it...

Flash\RAM check

Posted on January 30, 2018 at 06:41Hi ST,I'm using STM32F767 to do a safe related system,so I must do FLASHã€�RAM check during running to verify whether there are injured area of  STM32F767 in the long term run.What should I do in my codes?Regard,Fr...

CubeMX 2.24 has migration problem

Posted on January 30, 2018 at 02:28HiI found a problem in CubeMX Ver.2.24.0.This version of the CubeMX destroys multibyte character strings contained in the project file when migrating old project files containing multibyte characters.I am using EWA...

CubeMX STM32L476 Injected ADC Configuration Incorrect

Posted on January 29, 2018 at 22:00STM32CubeMX Version: 4.23.0STM32L4 Firmware Package Version: 1.10.0When creating an EWARM project with injected ADC channels targeting the STM32L476, the JSQR register is not properly configured by HAL_ADCEx_Inject...

CDC_Transmit_FS fails

Posted on January 28, 2018 at 23:07Hi,I successfully developed USB bootloader loader for STM32F103C8 MCU. It works as follow:teraterm (an old terminal) script reads hex file line by line and sends these lines through USB VCP port (each line is ackno...

STM32F091RC - How to have printf output on /dev/ttyACM0

Posted on July 14, 2017 at 13:35With mbed-os  `printf('Hello world');` would print 'Hello world' on ttyACM0How can I achieve the same this using STMCube32 HAL API's?Initially printf() was giving me some undefined reference errors in sbrk() system ca...