STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Connect bits streams at 13Mhz to GPIOs

Posted on January 23, 2017 at 23:54Hello,I have a board which have 8 x bit streams. Each bit stream has its own associated bit clock. So I have: 8 x 2pins (one for the bit stream, one for its associated bit clock). Each bit clock is at 13mhz.I would...

michcfr by Associate II
  • 2120 Views
  • 17 replies
  • 0 kudos

STM32CubeMX - Bug - IAR Project Generator

Posted on November 21, 2016 at 14:09Path of HAL driver is incorrect in the project generated by CubeMX when using following config:A none default toolchain folder + Add library files as references. Then in the generated project IAR can't find HAL dr...

0690X00000604vvQAA.png 0690X00000604wcQAA.png 0690X00000604q2QAA.png

Resolved! NucleoF303K8 NVIC_Init() hang

Posted on January 27, 2017 at 13:40 Hi, everyone! I am working on a NucleoF303K8. I am using the standard periph library. I am trying to use USART interrupt in my project, but being held by a problem. When I NVIC_Init() the USART interrupts, it h...

Li JW by Associate II
  • 699 Views
  • 3 replies
  • 0 kudos

STM32F427 CAN FD

Posted on August 26, 2016 at 10:31I am curently using the STM32F407 and F427 MicroControllers. Can anyone advise if they are CAN FD compatible or if this is a software layer etc. Any information would be helpful. Rgds John W

Resolved! STM32L053-Nucleo (Timer Pre-scaler)

Posted on January 25, 2017 at 04:26I am newbie of STM32 board. After yesterday I had tried a little experiment about timer. I use timer4 and use PLL clock as input source clock and finally in cubeMX, it said that APB is 32 MHz. My desire is I want t...

vTaskResume,vTaskSuspend

Posted on August 02, 2016 at 11:42        hi, i am using STM32F746G-Disco in that i have receiving a 16 byte of data from other device,which can be get at interrupt . problem: i have created two threads for GUI and Uart Thread, in that uart thread...

rajesh23 by Associate II
  • 509 Views
  • 2 replies
  • 0 kudos

STM32F103C8: wakeup from standby using RTC

Posted on January 26, 2017 at 14:53I've been trying to get the device to wake up from standby using RTC alarm, but it doesn't seem to wake up.I think it goes to standby, because the debugger loses connection - the interface seems to get unpowered.Ho...