STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32L152C6 LSE RTC WakeUp

Posted on August 26, 2013 at 09:49 Hello. I'm trying to use the RTC WakeUp feature to as a countdown timer. I've tried the code from the StdLib examples: void RTC_Config( void ) { NVIC_InitTypeDef NVIC_InitStructure; EXTI_Ini...

kaloyan by Associate III
  • 696 Views
  • 4 replies
  • 0 kudos

STM32F407 TIM2_CH1_ETR

Posted on August 20, 2014 at 20:00Maybe this is explained somewhere in the RM, but because I didn't find the answer with a brief study I will try if the forum can help... So the question is about the alternate function pin named TIM2_CH1_ETR. I want...

ari239955 by Associate II
  • 1084 Views
  • 3 replies
  • 0 kudos

PWMInput problem

Posted on August 19, 2014 at 02:26 Hi, I am trying to get the signal from a RC receiver (typical servo's signal) but i am not getting any reads even though the timer interrupt is working. PWMI - PB10 -CH3 Signal: 50 HZ (Duty ...

jdpv by Associate II
  • 532 Views
  • 5 replies
  • 0 kudos

Uart vs Usart on DMA

Posted on August 20, 2014 at 18:25Hi, I'm complete noob with STM32 but starting to get the hang of things. I have problem that got me completly stumped now.  I have simple code that sends string over Uart4 . When using polling or _IT the string is ...

GPIO interrupt change other pin state

Posted on August 20, 2014 at 11:54 Hello, i am facing strange problem with STM32F4 I have +-10V power supply that is enabled with GPIOB Pin 2. When i start program, it will enable power supply, just like i declare in startup; GPIO_SetBits(GP...

USART Buffer: How can I set priorities?

Posted on August 19, 2014 at 18:04 Hello everybody! I coded a buffer for my USART output. This is how it looks like: #define FIFO_BUFFER_SIZE 64 #define BUFFER_MASK (FIFO_BUFFER_SIZE-1) typedef struct FifoStruct { volatile uin...

jean by Senior
  • 226 Views
  • 2 replies
  • 0 kudos

HAL_RCC_OscConfig behavior

Posted on August 20, 2014 at 01:29SystemInit in my initialization calls SetSysClock that configures the PLL using the HSE with the default PLL values of my chip. SystemClock_Config generated by CubeMX calls HAL_RCC_OscConfig which attempts to do the...

pb by Associate
  • 276 Views
  • 1 replies
  • 0 kudos

TIMER WITH EXTERNAL CLOCK PIN STM32F429

Posted on August 20, 2014 at 14:14Hi!!!I would like to connect the GPIO A6 to the timer 13 as input capture and also to the timer 3 as external clock. I've tried to use the input connected only to timer 13 and it runs ( it reaches the interrupt rout...

gerson74 by Associate II
  • 400 Views
  • 1 replies
  • 0 kudos