STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 975 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
  • 767 Views
  • 6 replies
  • 0 kudos

modbus tcp port lwIP stack on stm32f4 with DP83848 PHY

Posted on November 05, 2015 at 16:32Good afternoon everyone,I am fairly new to this forum.So hi everyone :) I am a young electronics and embedded systems engineer, used to driver dev but really a noob when it comes to internet networks understanding...

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
  • 3485 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
  • 2717 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...

stm32f4 USART

Posted on November 10, 2015 at 18:32 Hello Every one! Can any 1 please help me with USART data transfer.. The problem is i want to transfer 16 bit value which is saved in global variable to computer from USART. i am trying this void usa...

puneethj by Associate II
  • 1641 Views
  • 2 replies
  • 0 kudos