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

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

Error in compiling 746 Discovery demo

Posted on May 16, 2017 at 19:47I am studying the STM32F746 Discovery board and tried to compile the demoC:\Users\LM7\STM32Cube\Repository\STM32Cube_FW_F7_V1.7.0\Projects\STM32746G-Discovery\DemonstrationI am using Keil 5.*** IDE.It gave me an error:...

LMI2 by Lead
  • 1959 Views
  • 3 replies
  • 0 kudos

STM32 HID Multiple Endpoint

Posted on May 14, 2017 at 02:40Hi I would like to ask if it is possible to use 2 end point for HID device?for example: EP1 IN and out for maintenance commands/statusthen EP2 IN and out for remote command and statusfor transfer mode, i like to have t...

[STM32746G-DISCOVERY] Problems with USART6 transmission

Posted on May 15, 2017 at 11:30 [STM32746G-DISCOVERY] Problems with USART6 transmission Hello. I'm trying to communicate STM32746G-DISCOVERY board with PC by using a USART6 (discovery has connectors for USART6, as seen in Figure 25of Board U...

Ivan Ivan by Associate II
  • 1049 Views
  • 5 replies
  • 0 kudos

Generated .dfu file not working in STM32F2 nucleo board

Posted on May 11, 2017 at 13:34Hi ,I am trying to upgrade my .dfu file into the board. i have converted binary file from GPIO_EXTI available in sample projects.steps that I have done for flashing the dfu file are1) flashed dfu sample code into the b...

Resolved! STM32F103C8 fail in two analog measurements!!

Posted on May 02, 2017 at 03:32Hi to everybody!! I'm really concerned about an issue with my MCU. When I use direct current in two channel inputs of the ADC converter, I can see the data and the measurement of the two channels in a right way (I use ...

STM32F103RCT6 extern Nor flash can not read

Posted on May 16, 2017 at 10:49I want to use an winbond W25Q16JVSIQ Nor Flash for Firmware upgade (reserve 256K for new firmware downloaded from network ,and build FatFs file system in the remain space) and File System in a STM32F103RCT6 system, S...