STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f4 discovery board is not working

Posted on October 09, 2014 at 08:47Hi everyoneI was working with stm32f4discovery board.It was working fine and i was able to execute my programs without any difficulties.Now after some day I am working with the same board.But my stm board is not ev...

How can I exit from standby mode using wakeup pin ?

Posted on October 08, 2014 at 17:48 Hi, I'm using an stm32f401 mcu, mounted above Discovery platform, trying to understand how can I correctly use the standby low power mode; for this reason, I use the PA0 wake up to exit from this low power...

DUrbano by Associate III
  • 1474 Views
  • 8 replies
  • 0 kudos

missed API in stm32cube

Posted on March 19, 2014 at 12:41In some peripheral  some API is needed,for example API functions  for  read and write to a GPIO port is needed(write/read to/from all pins at one operation). another example in usart API functions, that for receiver ...

FFT on STM32F4

Posted on October 08, 2014 at 03:24Hi,Iam trying to use DSP lib on STM32F4 chip. I run the example project of FFT on CMSIS lib and it's ok:an float array ==> FFT ==> result   it's ok.But I try on my board:Signal generator => external ADC => FFT on S...

nhandt3 by Associate II
  • 840 Views
  • 3 replies
  • 0 kudos

STM32F2xx SPI slave receive data problem

Posted on September 12, 2014 at 04:32I have a STM32F2xx connected to FTDI UM232H using SPI communication, STM will configured as Slave and FTDI as Master, I will be using NVIDI have configured my SPI as below: 2 line duplex1 Mhz clockMSB8bitPhase ...

ho by Associate II
  • 264 Views
  • 1 replies
  • 0 kudos

SPI TX trouble on F4

Posted on August 14, 2014 at 19:39 I have an SPI setup using DMA transfers that works for a while, and then reaches a point where the data that is passed to the DMA transfer is not what is sent over the SPI lines. Typically, I am able to success...

SPI Tx Buffer

Posted on July 23, 2014 at 00:57is there is any possibility to clear the SPI Tx buffer after having received or having sent a data ?Thanks in advance,

khalid2 by Associate II
  • 308 Views
  • 1 replies
  • 0 kudos

Problem using RS485 on STM32F030R8T6

Posted on October 02, 2014 at 17:27 Hello, I am trying to initiate a RS485 communication with the STM32F0308DISCOVERY kit. My code is based on the ''UART_TwoBoards_ComIT'' example that I found in the STM32Cube repository (\STM32Cube\Repo...