STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART Overrun Error

Posted on February 11, 2018 at 13:19HelloI am using a stm32f103rct6 microcontroller and I want to transmit and receive large size packets of data simultaneously and continuously. For this goal, I used HAL driver and UART and DMA peripherals.When I r...

stm32f429 freertos fatfs with sdio and dma

Posted on September 09, 2017 at 13:11I use the cubemx to create the project(cubemx 4.22 and stm32CubeF4 1.16),it always occurs FIFO Error Interrupt,when I use dma to write sdio. And It stopes.,when write serveral times.But there is no sdio error int...

LL USART APIs not woriking!

Posted on June 07, 2018 at 08:33Dear friends,I am trying to send data over RS485 protocol using a STM32F107RCt6 MCU.I config the project in CubeMX and when I write the following code, the USART does not send any data while the project compiles succe...

Mujtaba by Senior
  • 320 Views
  • 1 replies
  • 1 kudos

Enabling UART Idle line interrupt causes program to hang

I'm using STM32L062K08 MCU with HAL library. I found out setting idle line interrupt causes program to hang. It worked when I used for UART2. __HAL_UART_ENABLE_IT(&huart1, UART_IT_IDLE);  // enable idle line interruptWhat could be the possible reason...

Ash G by Associate II
  • 410 Views
  • 1 replies
  • 0 kudos