STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why the EN flag bit in DMA_SxCR register is cleared when I powered up the peripheral device? I have linked DMA with UART for receiving purpose only.

I am using Nucleo-F429ZIT. I have used UART4 and linked it with DMA for reception. The EN flag bit in DMA_SxCR register is cleared when I connect peripheral board with STM. This issue is happening only when I disconnect the power supply of peripheral...

JPate.1 by Associate
  • 556 Views
  • 3 replies
  • 1 kudos

I am using CAN Communication between two STM32F429ZI Microcontroller i am not able to receive the Interrupt callback HAL_CAN_RxFifo0MsgPendingCallback() after receiving the Transmitted Data.

I am using this Flow for Transmitting Data and Receiving If Anything I am Missing From Flow of Execution wise i am not getting Receiver Callback. filterConfig.FilterFIFOAssignment = CAN_RX_FIFO0;  filterConfig.FilterIdHigh = 0;  filterConfig.FilterId...

Sbadi.1 by Associate
  • 309 Views
  • 1 replies
  • 0 kudos

Nucleo-L476 doesn't get recognized !

Hi ,I started with the step by step learning program. Installed several software packages and tried my first task in truestudio. However, my Nucleo-L476 doesn't get recocnized. Probably because there's Mbed on it??? How can I get it recocnized?I did ...

SVerm.2 by Associate
  • 389 Views
  • 2 replies
  • 0 kudos

Page erase time

Hello, a page erase on STM32F103 with 1k size usually takes some 22 ms with busywait. Now I started the erase and instead of waiting I reset the STM after 1 ms after the start instruction using a output pin and a second micro. The strange thing is th...

machinist by Associate III
  • 252 Views
  • 1 replies
  • 0 kudos

QSPI fail on memory mapped read after DMA page programm

HiWe are facing a problem while trying to read data out of QSPI flash in memory mapped mode shortly after programming a page in DMA mode. We see that the read data is corrupted / unexpected altough flash hast he correct data. Our steps to reproduce t...

DDU by Associate II
  • 395 Views
  • 1 replies
  • 0 kudos

UARTs receive buffer in STM32F030

Hi all,I'm trying to use a example which works and compile correctly on stm32f103 (cortex-m3) family.Now i want to use this example on stm32f030c8t6 ,but there is erorr on line 6:BOOL xFCPortSerialGetByte( CHAR * pucByte ) { /* Return the byte in t...