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

STM32L0 Discovery + Ammeter

Posted on October 17, 2015 at 12:19I have an STM32L0 DISCOVERY board and I remove the jumper from JP4 and attach my own ammeter between pins 1 and 2.The demonstration software shows between 210uA - 300uA repeatedly but does not execute code.  The LE...

HAL UART Transmit problem

Posted on November 08, 2015 at 21:19I have a running project with STM32F103 and I wanted to add UART Transmit to do some debugging but HAL_UART_Transmit does not work and does not transmit any data. I have chosen USART2 and PD.5 and PD.6 pins as the...

SPI DMA - too much delay time between bytes

Posted on November 11, 2015 at 17:36 Hello there! In my application, I have a 320x240 graphic display (IlI9341 disp dirver), which I'm communicating with on SPI interface; the SPI clock is 10MHz, this is the max supported speed for the di...

CAN FILTERS

Posted on November 11, 2015 at 17:48 Hi every one, especially Mr.Clive, today i have problem with CAN FILTERS i want to allow all IDS from 100 to 1FF in other words block all messages after 0x0200 here is my code, Please help me, Thanks in ad...

puneethj by Associate II
  • 382 Views
  • 1 replies
  • 0 kudos

Connect two timers in Gated Mode

Posted on November 10, 2015 at 09:42Hi, unfortunately I haven't understood how to connect two timers. I want to achieve a 3,2kHz PWM switch signal that turns on and off a 1 MHz signal. I try to setup TIM3 as a master timer; in STM32CubeMX I have sel...

smrtkai by Senior
  • 597 Views
  • 4 replies
  • 0 kudos

stm32f4 Timer

Posted on November 10, 2015 at 17:34Hello every one! How can i check if the timer is already running.. which flag to use I am trying thisif (TIM2 -> CR1 == TIM_CR1_CEN){// turn led on blue} else{// turn led red on}but it does not work, please help m...

puneethj by Associate II
  • 528 Views
  • 6 replies
  • 0 kudos