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

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
  • 377 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
  • 592 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
  • 523 Views
  • 6 replies
  • 0 kudos

Bootloader - jump to APPLICATION_ADDRESS

Posted on October 30, 2015 at 14:22 Hi, I'm having some issue loading my application from the APPLICATION_ADDRESS -Using a STM32F4 Discovery board -As bootloader application I'm using the STM32F4 example http://www.st.com/...

paul2 by Senior
  • 2338 Views
  • 11 replies
  • 0 kudos

Hex file for production

Posted on January 23, 2014 at 15:47I am using the STM32L100. How I can combine the hex file for my bootloader with the hex file for my application into one hex file for production? #spi-program

lee by Associate II
  • 1662 Views
  • 12 replies
  • 0 kudos

Serialize eui-64 programming method

Posted on November 10, 2015 at 18:30Hello guys,I'm designing a STM32L-based board and I'll need to implement a different EUI-64 address into the EEPROM and write protect it during production.Could someone tell me what would be the best approach to a...