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

Setting Timer to 1ms

Posted on June 03, 2014 at 17:04Hi All, I am using STM32 F0 Discovery board with Raisonance IDE, I am with LED blink using TIM. I want to blink for every 1s but I dont know how to set the timer, Please tell me how the calculation is done for 1s and ...

santosh by Associate II
  • 4689 Views
  • 8 replies
  • 0 kudos

STM32CubeF4: Usb documentation

Posted on February 28, 2014 at 16:28Is there any documentation or examples for the new USB stack in the STM32CubeF4 code library ? I need to implement an USB Virtual Com port. I have done this for the older usb stack in the STM32F4-Discovery_FW_V1.1...

How to use timers for generating signals?

Posted on June 05, 2014 at 14:46Hello, I am very new in STM32F103 CPU and I need to make very simple program. I need to generate PWM signal with definned on-time and off-time.The on-time must be in range from 1us to 1000us, step is 1 us. The same wi...

dvoraj45 by Associate
  • 1175 Views
  • 4 replies
  • 0 kudos

while(!DMA_GetFlagStatus(...)); never pass ....

Posted on May 30, 2014 at 11:31 Hi, I have a big problem,I try to use a WS2812 (LED card), with a stm32f4 But it doesn t work at all .... I try in debug and the program is blocked here:while(!DMA_GetFlagStatus(DMA1_Stream5, DMA_FLAG_TCIF5)); plea...

hibou by Associate II
  • 3304 Views
  • 20 replies
  • 0 kudos

STM32F2 DMA-SDIO and excessive stall on writes

Posted on June 05, 2014 at 04:21Hi All,Using any type of SD card (SD,SDHC,SDXC) DMA reading from the cards works consistently (With an XC card, can obtain 12-15 MB/s)Writes are typically 2-6 MB's, but every so often, the DMA-write stalls for up to 2...

stm32f103 IAP App not running with EXTI_Init enabled

Posted on June 05, 2014 at 07:08first post, this is a resend, I wanted to delete it but no access.kindly please see t=the original thread. many thanks./public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/S...

Putting a variable in code memory

Posted on June 04, 2014 at 22:15Hi,I want to declare an array of constant values and have them put into code memory.Something like this:const uint16_t my_array[4] = {0x3456, 0x789A, 0x1234, 0x9876};I want to be able to download the code and then sta...

munger by Associate II
  • 554 Views
  • 2 replies
  • 0 kudos

Delay function using timers

Posted on June 04, 2014 at 18:42Hi, i want to make a  delay function using timers using stm32f4 discovery.Unfortunatelly i have no idea the start. I read the timers doucmentation but it didn''t help me a lot.Can anyone guide me please?

d4ng3r09 by Associate II
  • 415 Views
  • 2 replies
  • 0 kudos

SDRAM on STM32F439_Eval platform and demo project

Posted on June 04, 2014 at 21:19I was wondering what the SDRAM is used for in the demo project on the STM32FR439_Eval platform. Is the SDRAM used as frame buffer for UI or anything in the demo? Or is it only ever exercised in one of the tests? Also,...

kartik by Associate II
  • 354 Views
  • 0 replies
  • 0 kudos