STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM2 OC ACTIVE mode issue

Posted on June 21, 2018 at 13:47Hello I have been experimenting with OC mode of the TIMER2 and couldnt able understand the terms OCPolarity and Active and inactive mode. below trace i got from this configuration /* Common configuration for all chann...

0690X0000060Bl2QAE.png
RN by Senior
  • 423 Views
  • 2 replies
  • 0 kudos

stm32f103 tim input capture ov and iic question

Posted on June 21, 2018 at 18:181: I want capture wave every length,but in cap interrupt tim flag, i so puzzled abort that,  is  overflow judge first  or cap flag judge first,  like this, when one interrupt enter time(flags not yet judge), almost at...

Resolved! What is the use of Clock Division settings ?

Posted on June 15, 2018 at 10:00Hello, I am using TIM2 peripheral and many times f(DTS) is mentioned , what is that ?also what is the purpose of clock division settings ?does it divide the internal clock ? (CLK_INT)#stm32f4 #timer

0690X0000060Bh5QAE.png
RN by Senior
  • 1464 Views
  • 2 replies
  • 0 kudos

Student project samples

Posted on June 21, 2018 at 12:01Hello,I'm Dylan from the OSCAR:QLITE team. Me and a team of 5 other students are creating a new kind of magnetometer using diamonds. We are one of the team taking part of the BEXUS campaign (organised by ESA).We are u...

Resolved! RCC PLL Timeout with -O0

Posted on June 20, 2018 at 18:00Hi,I'm facing a strange problem due to optimization 0.Actually, my code is working well but when i set optimisation to 'None' the MCU fail in its initialization.The lines concerned are in stm32l4xx_hal_rcc.c line 839....

Resolved! Printf SWO debugging in Cortex M0+

Posted on June 20, 2018 at 01:45I'm trying to use printf to SWO viewer on ST-LINK utility for debugging purposes. I'm using a STM32L062K8, which has a Cortex M0+processor. After much research on the internet, found out that ITM trace is not availabl...

Ash G by Associate II
  • 1924 Views
  • 5 replies
  • 0 kudos

ADC Reading Value

Posted on June 21, 2018 at 03:47Hi,       I am to use the ADC on a STM32L072 to read three channels , ADC_CHANNEL_5, VREFINT and TEMPSENSOR.      I have set up the project in STM32CubeMX and select the three channels     The code generated is belows...