STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDIO IRQ Being Blocked?

Posted on June 08, 2016 at 18:41I'm having issues with my SDIO Data End interrupt.It's acking like OCCASIONALLY the SDIO interupt it being blocked by the SDIO_DMA IRQ. The SDIO has a higer priority (lower number) interrupt than the DMA.I'm using stm...

Newbie Q: Getting just GPIO to work with STM32CubeF0

Posted on June 07, 2016 at 06:00I am just getting started on STM32 micro-code development for a custom board built around the STM32F072. I downloaded the CubeF0 and was able to build a few sample projects.I now want to extract just the GPIO parts (s...

gaurav2 by Associate II
  • 567 Views
  • 3 replies
  • 0 kudos

stm32CubeMX stm32f407 discovery printf doesn't work

Posted on December 15, 2015 at 10:46Hi all, trying to retarget printf on stm32f407 discovery with cubemx generated code isn't working. Inside main.c i've put:/**   * @brief  Retargets the C library printf function to the USART.   * @param  None   * ...

STM32F746 unknown length packet receive throught UART

Posted on June 07, 2016 at 19:06Hi,I have an STM32F746 connected to an other processor through UART (TX-RX). The goal is to exchange data with this other processor with a library provided by the supplier. The only things I have to do is to re write ...

I2C & DMA STM32F429

Posted on June 07, 2016 at 16:54Dear All, I am using CubeMx F4 V1.12.0 I want to use I2C with DMA on the STM32F429 but it is not working. In the stm32f4xx_hal_i2c.c it is noted             (+++) Configure the priority and enable the NVIC for the t...

GPIO interrupt problem

Posted on June 07, 2016 at 20:46Hi to all, I got a problem with GPIO interrupt. I have two buttons connected to pin 13 and 14 of port A. I configured pins in input and enabled interrupt, then I wrote the interrupt routine. When I pushed a button I g...