STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to clock while loop STM32F4

Posted on July 01, 2016 at 19:28Hi, I was wondering how I would go about setting up timing/clocking for the while(1) loop in the main of my program. I would like to set it up to be synchronized with the sample rate of the ADC, as right now the two d...

epalaima by Associate II
  • 1145 Views
  • 5 replies
  • 0 kudos

STM32L152 Exit from Stop Mode

Posted on July 01, 2016 at 16:55Hello,I'm having issues getting my device to wake from stop mode using the RTC wake interrupt. I'm using the tickless idle function of FreeRTOS v9.0.0 to place the MCU into low power mode and I'm using the RTC wake in...

s0071904 by Associate II
  • 538 Views
  • 2 replies
  • 0 kudos

STM32F439 RTC Problem

Posted on July 03, 2016 at 14:38Hello All,Micro-controller: STM32F439 With LSE(32.768 KHz)Standard Peripheral Driver Version: V1.6.1Problem: RTC routine StuckDescription:We are currently working on RTC and implemented the code as per available in st...

nipam by Associate
  • 760 Views
  • 2 replies
  • 0 kudos

RTC time calculation in stop mode.

Posted on July 05, 2016 at 09:35 Hello, I'm trying to put my STM32F105 device into stop mode and it's important for me to keep calculating time. I'm trying to put system time into backup registers but then it somehow messes up my system. It seem...

marius1 by Associate
  • 811 Views
  • 3 replies
  • 0 kudos

ST-LINK/V2

Posted on June 29, 2016 at 05:19In my systen, ST-LINK is working but in same environment ST-LINK/v2 is getting error. I am using STM32F utility for flashing my STM32F103ZET6, #too-vague

iftekhar by Associate
  • 601 Views
  • 5 replies
  • 0 kudos

STM32F4 FMC on non-multiplexed SRAM

Posted on June 30, 2016 at 11:55Hi,I plan to build a board with an STM32F446VE + IS66WV51216EBLLAs the STM32F446VE is a 100pin package, it does not offer non-multiplexed interface on the FMC.So I was considering using the FMC in multiplexed PSRAM mo...

Kuikui by Associate III
  • 293 Views
  • 1 replies
  • 0 kudos

Losing timer compare interrupts

Posted on July 05, 2016 at 09:02 Hi, I try to setup two compare channels on TIM5 of a STM32F446 device to generate two independent time triggers. Both triggers have a frequency of approximately 8kHz but differ by a few timer ticks. Hence ...

DMA starting and stoping

Posted on July 01, 2016 at 18:20Hi I use DMA for transferring data from ADC to ADCConverted[300] . I stop DMA somewhere in my program and get the position of the current transferred value by this command:  Current_Pos2= ((uint16_t)(DMA1_Channel1->CN...