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 to override printf to USART transfer with DMA

Posted on August 08, 2015 at 04:53 Hello, I want to use USART2 of STM32 as debug output of application, so i overload printf as below: #pragma import(__use_no_semihosting) struct __FILE { int handle; } __stdout; void _sys_e...

hxf0223 by Associate II
  • 1780 Views
  • 5 replies
  • 0 kudos

using speex library

Posted on August 04, 2015 at 08:36I used STM32F10x_AN2812_FW_V2.0.0 to have speex encoding /decoding on voice on my Discovery board. I used encoding functions and then decoding one and saved the data in .wav format using FATFS. It works very well an...

Register definition doesn't match part

Posted on August 08, 2015 at 06:17 I'm working with the Nucleo F446RE, and the project that I created using the STM32 Workbench as well as all the standard library files include the stm32f4xx.h file rather than the stm32f446xx.h I noticed...

daniel2 by Associate II
  • 486 Views
  • 1 replies
  • 0 kudos

STM32F103VCT6 SPI MOSI,MISO,SCK and NSS ?

Posted on August 02, 2015 at 02:04 Guys, Does anyone of you have an experience on SPI1 for STM32F103VCT6 ? I read one code and trying to understand, why one pin has 2 function ?? Please have a look : /* Configure SPI1 pins: NSS...

STM32CubeMX & STM32F4 Discovery and a Simple HID USB issue

Posted on August 05, 2015 at 19:03I have build and tested the STM32cube Demonstration project using MDK-ARM for the STM32F4 Discovery and it worked fine.   So I tried my own very simple project using STM32Cube interface to create the source for a US...

jowen by Associate II
  • 329 Views
  • 1 replies
  • 0 kudos

Can Stm32 chips working at -55 degree? Is screening possible?

Posted on August 07, 2015 at 15:21We are trying to design a circuit which may need to work at -55 degree. And our current design is with stm32, which is very powerful.Here comes my questions:1. Does stm32f4 series have -55 degree (temperature) versi...

cyqdtc by Associate II
  • 818 Views
  • 3 replies
  • 0 kudos

FATFS frustrating problem

Posted on August 07, 2015 at 16:40Hello again!I'm trying to read from sd card using SDIO. I've succesed to tun it on STM32f103 @72Mhz and after a while I managed to read at about 10Mb/s. But when I ported this files to STM32f407 it hangs somewhere i...

STM32f4 SPI Busy Flag

Posted on August 07, 2015 at 03:03 Hello all, I'm trying to communicate with a nokia 5110 LCD. The nokia 5110 has a slave select bit that I am setting using a GPIO pin (because I'm not entirely sure how the NSS bit for SPI works). My probl...