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

Can't save a float variable to SD card

Posted on June 06, 2017 at 05:13Hi all:followed http://www.waveshare.net/study/article-656-1.html I could access my SD card through SDIO interface.uint32_t Buffer_Tx[512/4], Buffer_Rx[512/4];If I use var[128], it seems that I will get HAL_SD_ERROR_D...

0690X00000607ExQAI.png

Resolved! Getting into STM32F777 DFU mode

Posted on May 27, 2017 at 04:09Is there anything I am missing while trying to get my STM32F777 chip into DFU mode?I have a 25 MHZ OSC (HSE), NRST is pulled high with a 10K resister and BOOT0(pin138) is pulled low with a switch to pull it high on res...

0690X000006077mQAA.png
TallGUY by Associate II
  • 693 Views
  • 1 replies
  • 0 kudos

Maximum speed of the USB CDC using the HAL library

Posted on May 31, 2017 at 08:52Hi everybody,I have used STM32 HAL libraries to communicate with PC using USB CDC. I want to send a huge amount of data to PC and so, the communication speed is very important to me. However I could get very low speed ...

mh2 by Associate III
  • 1753 Views
  • 5 replies
  • 0 kudos

STM32L1 FMEDA Documentation?

Posted on June 05, 2017 at 05:16Hi guys - I'm trying to chase down the STM32L1 FMEDA document - having a bit of trouble!It's referenced a number of times within the safety manual for the STM32L1, but I can't seem to find a copy of it anywhere! Any h...

STM32 ADC Result error

Posted on May 05, 2017 at 11:47hello guys,I've some problem with my STM32F103RE ADC converter.Converted result from analog input in all channels have errors around some specific values.I have a precise Vref of 3.0v and use all 16 channels of ADC1 bu...

0690X00000606weQAA.png
borzoo by Associate
  • 663 Views
  • 2 replies
  • 0 kudos

Resolved! Get DMA count

Posted on May 29, 2017 at 17:55Hi all,I'm using USART with DMA to implement a Modbus rtu slave node.I want to implement this:- the USART use DMA to store received characters in a buffer- a contdown-timer count the time between character to recognise...

francesco by Associate II
  • 8901 Views
  • 11 replies
  • 0 kudos

+5V pullup on swd/sck pins?

Posted on June 05, 2017 at 16:19Will a default +5V 10k ohm pullup on swd/sck pins during prog/debug damage them?ST link firmware in the programmer seams to set up these pins as push-pullduring programming/debug.

HAL_StatusTypeDef

Posted on June 05, 2017 at 10:04Hi,Hopefully a simple question :)Developing code on STM32F429. I have Cube installed on my Mac, running demo programs without issue.I am after the definition of HAL_StatusTypeDef . Where is it defined (what file?).I s...