STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 511 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
  • 2114 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
  • 456 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
  • 674 Views
  • 2 replies
  • 0 kudos

stm32 exti always pending

Posted on September 30, 2015 at 14:34 In my project based on stm32F107 i use four pins (PINE 12-15) to catch rising level on them. My problem: two pins always produce external interrupts but there are no rising level on them and other two pins n...

I2C Interface

Posted on September 29, 2015 at 23:28I Trying To I2C Interface With DS1621 Using HAL Driver STM32Cube-MX 4.7.0As Per HAL Driver I Try To Check Device Is Ready or NOT It Stuck At if(I2C_WaitOnFlagUntilTimeout(hi2c, I2C_FLAG_SB, RESET, Timeout) != HAL...

bhavesh by Associate II
  • 461 Views
  • 1 replies
  • 0 kudos

Programming EEPROM on STM32L051x6/x8 w/ ST-LinkV2

Posted on September 30, 2015 at 22:25Anyone know if there is a way to program the EEPROM directly through ST-LinkV2? Either with the ST-LINK GUI utility or command line? I can erase the EEPROM with ST-LINK utility, but I am unable to edit. I see tha...