STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Understanding I2S and SAI clock configuration

Posted on March 13, 2017 at 14:15Hi.So I've got STM32F469I-Discovery board. I've connected MEMS microphone to I2S input that outputs 16khz and 16bit (in 32bit frame) stereo PCM output. I'm using the SAI1 via BSP_AUDIO interface (defined in stm32469i...

hello guys IM TRYING to configure DAC AUDIO but i get this problem : ../Drivers/CMSIS/Include/core_cm4.h(129): error: #35: #error directive: ''Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)''

Posted on May 17, 2017 at 13:14hello guys IM TRYING  to configure DAC AUDIO but i get this problem : ../Drivers/CMSIS/Include/core_cm4.h(129): error:  #35: #error directive: 'Compiler generates FPU instructions for a device without an FPU (check __F...

I2C EEPROM Example HAL

Posted on May 16, 2017 at 23:14Hello friendsI want to using the functions HAL To connect with AT24C64To Byte Write & Byte Read How can I send data as below:I've searched but did not find the answerThank#i2c-eeprom-example-hal

0690X000006071UQAQ.png
Pedram by Associate III
  • 429 Views
  • 1 replies
  • 0 kudos

Reading incoming PWM signal

Posted on May 14, 2017 at 03:23How can i read an incoming PWM singal coming from my rc receiver ?? i kept searching and i found something called input capture but i couldn't understand it ?? so i will be glad if you can provide me an example.

Resolved! Nucleo STM32F103RB : cannot blink a led on GPIO B3

Posted on May 15, 2017 at 20:37Hi everybody,I can't blink a led on GPIO B3 (PB3) port , the code works well on another ports like PB5 PA5... but not on PB3.I have buy another nucleo board cause I was thinking I have an issue with my previous board b...

eLuigi by Associate II
  • 1348 Views
  • 6 replies
  • 0 kudos

issues of virtual communication of Nucleo board

Posted on May 16, 2017 at 11:16Hello everyone:i met a big problem, now i am using Nucleo L073RZ board and x-nucleo-ids01a5 expansion board to do the point to point communication. i want to use SPIRIT1 DK to receive and analyse the data. however, i c...

0690X00000606xYQAQ.png 0690X00000606z0QAA.png

Programming STM32F051K8

Posted on May 17, 2017 at 07:46Hi,I am working on STM32F072CB for my custom board, for programming this, I am using NUCLEO-70RB board.I have a separate board having STM32F051K8T6 mcu. I just want to know, can I program STM32F051K8T6 with NUCLEO-70RB...

akshat by Associate II
  • 287 Views
  • 0 replies
  • 0 kudos

ADC voltage reference selection (F7).

Posted on May 16, 2017 at 18:50Coming form AVR to STM32 F7 46, can I select voltage reference for ADC. Like in AVR, I could choose AVDD or VREF. Besides, If I connect 2.5V to the VREF and 3.3 to AVDD, then what is the range of ADC measurement?1) Is ...

zupazt3 by Associate
  • 373 Views
  • 1 replies
  • 0 kudos

[C++ STL] Pretty Printing?

Posted on May 17, 2017 at 01:16Hello C++ afficionados,has anybody successfully worked out how to use gdb pretty printing for displaying the contents of stl containers here?Especially for Atollic TrueStudio?If so, could somebody give me a hint on how...