STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC triple Injected mode in stm32f4discovery

Posted on October 08, 2015 at 18:29Hello,   I have been trying for days to get the ADC in STm32f4Discovery board to work in triple regular Injected simultaneous mode with no luck. My intended goal is setup the ADC to work in triple Injected simultan...

Nucleo board USB and SDIO signal integrity

Posted on August 25, 2015 at 20:45I am thinking of building several ''shields'' with GSM, GPS, LCD, MicroUSB and MicroSD connectors to stack up on the STM32F401 Nucleo board (by the dual row connectors, not Arduino) but i'm worried about the signal ...

STM32f4 different timers

Posted on October 08, 2015 at 17:35 Hi, I'm working with stm32f4-disco. I made a code that works well: the micro waits for an external interrupt, and when receives the interrupt it makes pulses of 40kHz with a duration of 1 ms. Now, I wanted...

fiulala by Associate II
  • 188 Views
  • 3 replies
  • 0 kudos

STM32Cube L4 demos

Posted on October 02, 2015 at 22:06Hi there. Thanks for the STM32Cube software.  I have a Discovery board and would like to try some USB-OTG testing, but there are only USB demo apps for the EVAL board, is it possible to port them so they run on the...

Is this a bug? - STM32L4, HAL, USART DMA handler

Posted on October 02, 2015 at 14:39Using HAL, I have configured DMA1_CH2 and USART3_TX such that once in a while, a block of bytes will be copied from memory to peripheral, in NORMAL, i.e. non-circular mode. Now, my handler, HAL_USART_TxCpltCallback...

8 bits DAC DMA config on STM32F2

Posted on October 04, 2015 at 17:07 Hi all, I am not sure about a DMA config for DAC on STM32F2. Could you please tell me if I made an error using 8bits words with this DMA config? Especially with DAC base address? #define BUFF...

neoirto by Associate II
  • 415 Views
  • 2 replies
  • 0 kudos

Bug in the STM32F4xx mbed library

Posted on October 08, 2015 at 11:44 Hello. There's an issue in MBED's spi_api.c file. Function void spi_frequency(spi_t *obj, int hz) line baud_rate = __builtin_ffs(divisor) - 1; The problem is this line makes a...

vech2001 by Associate II
  • 146 Views
  • 1 replies
  • 0 kudos

Nucleo-L053R8

Posted on August 11, 2015 at 12:00Hello,I'm using nucleo-l053r8 for my project. I have to make a data logger application with a sensor. Here i have developed my code in mbed tool. I also store the values in SD card. Now my task is to make my own cus...

gandhi by Associate II
  • 317 Views
  • 9 replies
  • 0 kudos

STM32F3 stop mode problem (WFE)

Posted on January 30, 2013 at 15:17Hi, we have a problem with the STOP mode of the STM32F3. We have the feeling, that the F3 immediately returns from STOP mode, if ANY interrupt is enabled and has been activated before entering the STOP mode. The se...

arnold2 by Associate II
  • 997 Views
  • 16 replies
  • 0 kudos