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

TIM3 Clock Frequence is ZERO

Posted on January 31, 2017 at 10:02Hi, everyone! I am writing code for a NucleoF303K8,using std periph lib . I am trying to output PWM via the D3 pin, which is PB0 of the chip. It doesn't work. So I try to find out what's wrong. But when checking th...

Li JW by Associate II
  • 843 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F427 DFU-Mode

Posted on January 31, 2017 at 08:21Hello,I try to implement a bootloader via dfu mode.In my applicationi write a magic value and perform a reset.In the bootlaoder i read the magic value and try to jump to the system memory.Therefore i try this:Bootl...

uart interrupt, LowPower_Handler

Posted on January 31, 2017 at 08:23Hi.I am testing the I-CUBE-LRWAN(LoRa) Pingpong sample code.I am also testing uart interrupts.If you do not call the LowPower_Handler function in the main loop, the uart interrupt will work fine.However, calling th...

STM32f4 HAL_UART_RXit

Posted on January 30, 2017 at 13:46Hello everyone I am trying to use Interrupt based uart. I am facing problems to transmit and receive data continuously. i have attached the code.please can anyone help 

daynial by Associate II
  • 625 Views
  • 2 replies
  • 0 kudos

Resolved! CubeMX v4.19.0: Can't Find Nucleo-F767ZI

Posted on January 27, 2017 at 05:03So I just installed v4.19.0 and now at the Nucleo-F767ZI is missing from the Boards List. (Just F746ZG and F722ZE are  there.) Prior to the install it was there and kinda worked but now it's not on the list.What am...

phroggie by Associate II
  • 1639 Views
  • 7 replies
  • 0 kudos

STM32F3: Specifics of using DBG pins for GPIO

Posted on January 30, 2017 at 19:07I'm using a 64-pin STM32F303 in a design and looking into using some of the SW Debug Pins for LEDs.  I've read through the Reference and Programming Manuals and Datasheets for details but am a little confused on so...