STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F4 I2S CubeMX problem in HAL_I2S_DMAStop

Posted on January 05, 2016 at 08:26I would like to point the attention of ST to the problem they have in the CubeMX generated code.In HAL_StatusTypeDef HAL_I2S_DMAStop(I2S_HandleTypeDef *hi2s) function the procedure described in 26.6.4 I2S master mo...

Writing to Flash - Fault: Mem Manage Handler

Posted on March 31, 2016 at 10:17Hey there.I am using a STM32L476RG. I'm implementing a module for handling erasing and writing of the internal FLASH memory.In a test, I did the sequences as described in the reference manual for: Flash unlockMass ...

STM32F429I Discovery UART4 Data Problem

Posted on March 31, 2016 at 11:00Hi. I'm trying to get what I've sent from UART4 port GPIOC10 (TX) GPIOC11 (RX). But every time I can't get what I've sent. For example I'm sending 0x10, reading 0x90. Port settings; Baud = 9600kbps, 8-bit, Even Parit...

STM32F103ZE UART Tx Random Frame Error

Posted on March 30, 2016 at 17:09Hi,I like to ask opinion.Currently, in my project, I am using several UART. I connected a logic analyzer on Tx and Rx of one channel. Then in Tx, in random bytes, I saw frame error indicated by extra bit space at the...

STM32F469xG STM32F469xE Flash memory organization

Posted on March 30, 2016 at 20:58Hi, For the following devices:STM32F469AESTM32F469IESTM32F469BESTM32F469NEIs the flash memory configured as single bank of 512KBytes? The RM0386 Reference manual does not not make it clear how the 512KByte flash is o...

juan23 by Associate
  • 475 Views
  • 2 replies
  • 0 kudos

Standard library: stm32xxx_rcc.c: waste of RAM?

Posted on March 30, 2016 at 18:25Hi, I am looking how to save a few bytes in RAM. I am using the standard peripheral lib, and included in stm32f10x_rcc.c, stm32f2xx_rcc.c and stm32l1xx_rcc.c, I found some static constant arrays (PLLMulTable, APBAHBP...

zabel by Associate III
  • 474 Views
  • 1 replies
  • 0 kudos

LwIP doesn't receive messages after a while

Posted on March 25, 2016 at 17:06Hallo, I'm developing on a board based on STM32F407 and FreeRTOS, FatFS, and LwIP. The code is generated by Cube 4.13. The problem is that during a test with a continuous ping (-f) the board doesn't receive messages ...

[SOLVED] STM32F042 CAN init problem

Posted on March 26, 2016 at 14:40 Hi ST community, I am working on CAN communication using STM32F042F6P6 (20 pin, PA11/12). During initialization (CAN_Init function), I am receiving INAK_TIMEOUT (stuck in a while loop for cca 25 seconds)...

zlajoan by Associate II
  • 907 Views
  • 3 replies
  • 0 kudos

STM32F429I-DISC1 and external power supply issue

Posted on March 26, 2016 at 22:57Hi!Is there any chance to supply external power supply to STM32F429I-DISC1? When I connect 5V to 5V pin nothing happens, except blinking LEDs from ST-LINK and display highlight. Maybe RESET is always active or someth...