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

USART HAL Tx Mirror on Rx

Hi!I have a hardware setup with an RS485 in which all Tx Data is mirrored to Rx (no delay).This simple example should echo all incoming chars coming from Rx back to TxIf i do not use the delay in the callback before flushing DR the hardware mirrored ...

WalterE by Associate II
  • 602 Views
  • 0 replies
  • 0 kudos

STM32F429-Disco sdram use

Hi,I want to use the sdram as extention of the RAM of the STM32F429 Disco board. What do I have to do to use the Sdram?Is it correct that it has to be initilized and then set in the linker file?->Is this the correct procedure to Initilize the sdram? ...

STM32F205 revision V has some weak GPIO port from ESD.

I use STM32F205ZGT6 for our product.  In our design, PH10 and PH11 is connected external module. When external connected, the port get physical damage in only revision V. I checked that the other revision such as 1 , 2 and 3 don't have same issue.I s...

CLee.5.54 by Associate II
  • 1326 Views
  • 4 replies
  • 0 kudos

Timer cross-influence on STM32F302VCT6

Hello,We have noticed an issue with the master-slave mode in the timers on STM32F302VCT6.We use TIM1 to generate PWM signals, and TIM15 for triggering an ADC. The issue is that there is cross-influence from TIM15 to TIM1. (Can be seen on the attached...

ABati by Associate II
  • 1183 Views
  • 4 replies
  • 0 kudos

how to find I2C address for MX_I2C1_Init()

I am using nucleo L476RG with ​DS2482-100, also 1-wire DS28EC20 is connected with DS2482-100.  First I created the project with CubeMX, then  MX_I2C1_Init() My first question is: how to find the I2C address, which I need to fill hi2c1.Init.OwnAddress...

adam.wu by Associate II
  • 539 Views
  • 0 replies
  • 0 kudos

Have I run out of Memory, RAM Overflow

Hi,I'm having trouble, because I got when I defined a second array which I need for processing a image with the STM32F429ZI Microcontroller a message that I have a RAM overflow.When I now define a smaller array, like uint8_t image[240][320] my whole ...

uli stone by Associate II
  • 7571 Views
  • 21 replies
  • 0 kudos