STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 540 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...

CubeMX w/STM32F767ZI Nucleo-144 RMII pin mpping error

Posted on January 26, 2017 at 18:21When using CubeMX V4.18 with the Nucleo-144 board with STM32F767ZI processor to configure the Ethernet RMII, I discovered that using the MII pins as GPIO cause pin configuration warnings. For example, pin PB0 is no...

MDS by Associate III
  • 278 Views
  • 0 replies
  • 0 kudos

STM32F7 - trace ETM

Posted on January 26, 2017 at 15:18HiI just buy a JLLINK TRACE and I want to add the trace function in my programI use GNU ARM GCC and eclipse.Do you know how to activate the trace ETM 4 bits ? I found these articles :https://mcuoneclipse.com/2016/1...

StdPepiph Library I2C

Posted on January 26, 2017 at 16:18 Hi everyone, I'm new in STM32 and try to run I2C but when I try to connect with other device program stay in endles loop while (I2C_CheckEvent(I2C2, I2C_EVENT_MASTER_MODE_SELECT) != SUCCESS); What coul...