STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Reading and writing from SDRAM with STM32F756xx

Posted on September 30, 2015 at 13:50Hi I am trying to read and write data to the SDRAM. I have used the HAL drivers available on the STM website (STM32Cube_FW_F7_V1.0.0\Projects\STM32756G_EVAL\Examples\FMC\FMC_SDRAM). I can successufully write the ...

preity by Associate II
  • 897 Views
  • 6 replies
  • 0 kudos

I2C and Omnivision SCCB and ACK

Posted on September 23, 2015 at 04:00I'm trying to interface with an OV7725 image sensor. Omnivision has their SCCB which is very similar to I2C but does not generate an ACK bit. It seems like the STM32F407 (and maybe others in the product line, but...

DMA USART polling RX

Posted on September 30, 2015 at 15:39Hello, im using TMS32F071RB. I would like to use USART peripheral in DMA without using interrupt, but polling at TCIF. Is that possible? Thanks, M #dma-usart

STM32F411CE Multiple SPI slaves, which CSs?

Posted on October 01, 2015 at 10:58Dear all,I have the following situation:STM32F411CE with  PB12,PB13,PB14 and PB15 configured as SPI2 to interface with an external slave sensor.SPI1 (PA4,PA5,PA6,PA7) is used for an external IMU communicating in SP...

STMCubeMX + STM32F0308-DISCO + RTC Alarm

Posted on September 23, 2015 at 19:48Hello,I am using STM32CubeMX with F0_V1.4.0 HAL to generate a IAR 7.40 EWARM project.I have setup the STM32F030R8Tx CPU to use the RTC, and generate an internal Alarm A.In the STM32CubeMX I have setup the RTC con...

mikes by Associate II
  • 424 Views
  • 1 replies
  • 0 kudos

serial com. USART6 not working

Posted on September 30, 2015 at 09:15 To start with, I know usart problems are common and I've read lots of threads and other sources trying to find whats wrong but I don't see it. Anyone here see anything to correct? /*Enable USART6 cloc...

axelsamik by Associate II
  • 1666 Views
  • 10 replies
  • 0 kudos

UART stm32f4

Posted on September 25, 2015 at 10:47 Hello, I'm trying to run rs485 using transceiver sn65hvd11, and two 2 stm32f4. The first is a master, second is a slave. The problem is that I cant run the communication between the two devices. This is the ...

boris23 by Associate
  • 378 Views
  • 1 replies
  • 0 kudos

CODE FOR RX AND TX BUFFER

Posted on September 30, 2015 at 15:21CAN SOMEONE PROVIDE ME WITH FULL WORKING CODE OF RX AND TX BUFFER FOR RECEIVING AND TRANSMITTING DATA IN STM32F07 USART. ANY HELP IS WELCOME.THANKS IN ADVANCE

RTC Cannot Set New Time

Posted on November 24, 2014 at 13:35Hello.I have a problem with set time. When I config time on program start, time is ok, but after, I can not set new time.This is a code:void RTC_Config(void){ RTC_InitTypeDef RTC_InitStructure; RTC_TimeTypeDef RTC...

STM32F4Discovery problem recording/playing at the same time

Posted on September 30, 2015 at 11:57Hello, I am using the STM32F4Discovery board with the audio codec. I want to play and record sound simultaneously. I have use the Audio_playback_and_record to understand how it work. Then I have use a very simple...

haye by Associate II
  • 528 Views
  • 2 replies
  • 0 kudos