STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F Standby PowerManagement

Posted on February 09, 2014 at 16:40Hi, in my project a 2.8V voltage regulator is connected to the VDD pins of the STM32Fxx device. VBat is directly connected to a 3V battery. After reset the mcu processes some tasks and after that the controller f...

SPI Clock via DMA

Posted on February 07, 2014 at 00:02I'm using a DMA for the first time (on a STM32F427), and am having a bit of trouble: I don't see SCK on any of my four SPIs when trying to transfer data via the DMA (specifically, I've only tried on the Tx side so...

jvavra by Associate III
  • 1498 Views
  • 13 replies
  • 0 kudos

STM32F4 Discovery ADC

Posted on February 07, 2014 at 10:46The original post was too long to process during our migration. Please click on the attachment to read the original post.

tiche79 by Associate II
  • 1306 Views
  • 9 replies
  • 0 kudos

.NET Micro Framework in STM32F429 Discovery Board

Posted on February 07, 2014 at 11:15DearI saw STM32F429 discovery board is MF supported. And I looked up the all functions, and it is not include Ethernet. But, only binary image files are offered on the web site. Is there any way of getting porting...

jwoh by Associate
  • 434 Views
  • 2 replies
  • 0 kudos

STM32F103RG

Posted on January 29, 2014 at 10:33hallo, to program the STM32 microcontroller of my EVALST7590T-2 as base node or service node i can use the STMLINK and if i must to connect on STM32 UART SERVICE or on STM32 SWD ? And then what must i do? thanks. S...

Two USARTs

Posted on February 07, 2014 at 15:23Hi,I am trying to use two USARTs at the same time, but I can't get it to work.First:void RCC_Configuration(void){  /* USART1 clock enable */  RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1, ENABLE);  /* USART2 clock...

nygaard by Associate II
  • 558 Views
  • 2 replies
  • 0 kudos

STM32F429 Disco not running at 180 MHz, but 56 MHz

Posted on February 08, 2014 at 05:25 Could somebody help me to determine why my board is running at third of the speed. I am using emBlocks IDE and STM32F429I-Discovery_FW_V1.0.1 library. The loader code calls SystemInit (row 337 in system_stm32...

0690X00000603H9QAI.jpg 0690X00000603HAQAY.jpg
olavi by Associate III
  • 4465 Views
  • 8 replies
  • 0 kudos

UART STM32F030

Posted on February 07, 2014 at 05:07 hello all, I want to try the UART of STM32F030 using USART1 (pinA9 Tx, pinA10 Rx). I have try to modify some code from internet to make mikro send 'A'(0100 0001)via Tx. but when I connect Tx pin (PA9) to o...