STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103: DMA1 on TIM3 and TIM4 (Upd, Ch1, Ch2/Ch3)

Posted on July 14, 2014 at 12:53Hello, I like to use DMA1 in my STM32F103 application. I need 6 timer triggered channels. So i choosed from reference manual pg. 273: Channel 1: TIM4_CH1 Channel 2: TIM3_CH3 Channel 3: TIM3_UP Channel 4: TIM4_CH2 Chan...

wenzel by Associate II
  • 794 Views
  • 2 replies
  • 0 kudos

Uart1 not waiting to receive all characters

Posted on July 14, 2014 at 15:14This is my first post here as I'm really stuck. I'm using a stm32F103 device but I cannot seem to get the usarts configured correctly to receive data. Transmit is fine, and on the receive side I do see characters. I w...

4 inputs pwm on TIM4

Posted on July 03, 2014 at 20:32How change this function to read frequency and dutycycle of 4 different pwm signals?void TIM4_IRQHandler(void){      RCC_ClocksTypeDef RCC_Clocks;  RCC_GetClocksFreq(&RCC_Clocks);  /* Clear TIM4 Capture compare interr...

cchechio by Associate II
  • 467 Views
  • 3 replies
  • 0 kudos

STM32F207VE problem with RTC

Posted on July 14, 2014 at 15:38 Hello I’m using https://kelectronics.eu/usvn/repos/EnvRegulator/trunk/Firmware/Env_Regulator/STM32F207VE.ld and I have problems with RTC. I can configure it and write initialization data (time and date) a...

kkawula by Associate II
  • 320 Views
  • 0 replies
  • 0 kudos

FSMC Base Address Calculation Problems

Posted on July 13, 2014 at 18:39Hello All, I have designed a board based on STM32F103VGT(100 pin, 1MB flash memory) which utilizes the FSMC to drive SSD1963 in 8 bit mode. I have connected FSMC_A17 to the SSD1963 RS, and FSMC_NE1 to SSD1963 CS. Afte...

Composite USB with CDC and HID

Posted on July 14, 2014 at 14:21Hi, I would like to create device with CDC (Virtual COM) and HID classes. I am inspired by mass memory and hid composite example.For creating composite devices is two ways: 1. Use IAD class, but it is not supported in...

180794 by Associate
  • 305 Views
  • 0 replies
  • 0 kudos

STM32F407 Discovery

Posted on July 11, 2014 at 07:35Hi All,Can I program a STM32F401 mcu using STM32F407 Discovery board (STM32 ST-Link Utility is used for loading hex file).Currently I am getting a Unknown Device ID error Please let me know if any one had this issue b...

dibin by Associate II
  • 553 Views
  • 4 replies
  • 0 kudos

RTC with HSE and STMF0

Posted on July 10, 2014 at 15:27I am trying to make a clock LCD display on my STM32F0. I want to use the external 8MHz crystal that is on my board. I cannot use any of the example code as none of it gives examples using the HSE. The code that I am u...

tracy by Associate II
  • 763 Views
  • 6 replies
  • 0 kudos

GUI Library STM3241G EVAL BOARD PROBLEM

Posted on July 12, 2014 at 00:04Hi to all, I'm really new with STM products, I have a discover board STM3241G-EVAL, I'm going to try to explain my problem with the GUI embedded library: - The configuration of the source files is done, I can display ...

I2S operation (STM32F429)

Posted on July 02, 2014 at 13:35Hello! I got a trouble using I2S in STM32F429. When I configure this interface in master receive mode, it starts to generate all corresponding signals (MCK, CK, WS) just after it is enabled. Of course, these signals a...

lbt88 by Associate
  • 311 Views
  • 1 replies
  • 0 kudos