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

How can SPI Master ReceiveData from SPI Slave ?

Posted on November 18, 2017 at 19:32 Sorry about my english.Hi everybody . I'm using SPI slave sendata to SPI master. But it not working. I'm using SPI2 to mode slave and SPI1 to mode master . It's my project: /*.......main.c.......*/&sharpinclude ...

STM32F373 measuring VBAT with internal ADC1

Posted on October 03, 2017 at 13:46Hello,I'm using a STM32F373VCT6 and I have a problem with VBAT and ADC.I have connected a CR2032 Batterie to the VBAT-Pin. The RTC works fine with the batterie when the main power ist lost.But if I try to measure t...

Stm32f429, RTC and LSE Problem

Posted on September 16, 2017 at 01:21Hello,I have a problem with rtc.When I use LSI with RTC everything ok.But when I select LSE, program stuct at void _Error_Handler.The problem is at this function.while((hrtc->Instance->ISR & RTC_ISR_INITF) == (ui...

How to use STM32F446re Nucleo USB AUDIO out

Posted on November 20, 2017 at 05:15We are considering receiving HOST data at USBaudioOUT at STM32F446re Nucleo. The environment is STM32cubeMX. We made the API: USBD_AUDIO_DataOut from the default sample code of cubeMX, and output data from STM 32 ...

STM32F2 ADC Signal Noise

Posted on October 28, 2011 at 12:00I have just tested my second design with STM32F2, now it is STM32F207ZFT6, the ADC behaviour is the same as in my first application - strong noise in ADC signal.Essential part of the board schematics : http://www.s...

mbleha9 by Associate III
  • 5627 Views
  • 27 replies
  • 1 kudos

Resolved! STM32F769 Discovery kit makes high pitched noise

Posted on November 19, 2017 at 12:55Dear STMicro,I bought an STM32F769 Discovery kit but cannot use it for a very frustrating reason. When I switch it on, it generates a high pitched noise driving me crazy. The noise is not loud, but the high tone (...

follow us today witht our project on sw startuop weekend angers and the purr projet with the FRENCHTECH Angers

Posted on November 19, 2017 at 16:04it's not a question but e are working on our project to the the @swangers project with thetwitter account:@AngersTech @IOT_city le renard a maintenant son cube !!!https://twitter.com/ChOnillon/status/9322600604488...

IAR Project -> ARM GCC Project

Posted on November 17, 2017 at 05:00Hello Dave,This is the request not related to the topic above. I wanted to build the source code for steval-esc001 using AC6 GCC compiler can i build it or should be built only using IAR. please share if you have ...

Interrupt first steps problem

Posted on November 19, 2017 at 00:02Hi, I'm using a stm32f767ZI microcontroller on NUCLEO eval board in Keil uVision environment. I have huge problems with my first steps beacause of interrupts handling. I have some questions about it and I didnt fi...