STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

strlen flash writing question.

Posted on November 20, 2017 at 03:04 In the flash memory as shown in the following code, the str1 and str2 values are divided into 4 bytes I want to write down. I have an error like the image I captured .; When I have an event, I write it to Fla...

0690X0000060PFSQA2.png

STM32F765 MCU Nand flash issue

Posted on November 20, 2017 at 07:45I am working on STM32F765BIT MCU with our custom board . In our board NAND flash is connected to Bank3 (0x80000000 - 0x8FFFFFFF). I configured using STM cube and just tried to read device ID but MCU is getting loc...

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
  • 3621 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 (...

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 ...