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

Flash content cleared on site?

Posted on February 07, 2018 at 12:33We use STM32F429II on our project.We had over 30 systems running in our lab without problem. Just sent a unit to a remote location, and after few days of continues running, the option register was set to 1 on all ...

Resolved! How to start programming with sensortile

Posted on February 07, 2018 at 12:00Hi!I am a student and a newbie with BLE and I'm having a little trouble with understanding the HCI events and commands and how it is working.I'm using a steval stlkt01v1 development kit and FP-AUD-BVLINK1 sample p...

Run code from CCM RAM F429

Posted on February 07, 2018 at 13:42I am trying to develop sort of second stage bootloader that will be executed from the CCM RAM.First stage bootloader as USB host reads image from external USB flash and write it on the CCM. When all data are in th...

Systick overspeed?

Posted on February 05, 2018 at 00:32I'm using an STM32F429ZI Nucleo-144 board with CubeMX, enabled FreeRTOS, LWIP, USARTs, IWDG, RTC. The HSE clock source is the on-panel ST-Link 8MHz, the LSE clock source is the on-board 32.768 kHz crystal oscillat...

0690X00000609T4QAI.png
Ken CK by Associate II
  • 880 Views
  • 16 replies
  • 0 kudos

Determine motor speed using encoder

Posted on February 05, 2018 at 17:09I am tasked with finding out the speed of a motor using a quadrature encoder interface. As a first step I thought I'd make it as easy as possible and try to determine the time it takes for the encoder counter to c...

0690X00000609c3QAA.png 0690X00000609btQAA.png 0690X00000609bjQAA.png 0690X00000609boQAA.png

STM32F4 Discovery Multi-dimensional Array Problem

Posted on February 07, 2018 at 09:08I have a control algorithm which operates within a Timer Interrupt of 200 us. Basically my code generates an output and compares it to a look up table. When I have a single array defined:const float Adm_Re_array[7...

cmsis_os.c osPoolAlloc error?

Posted on July 19, 2016 at 14:05lines in osPoolAlloc function:index = pool_id->currentIndex + i;if (index >= pool_id->pool_sz) {  index = 0;}must be replaced with:index = (pool_id->currentIndex + i) % pool_id->pool_sz;

wlad by Associate
  • 275 Views
  • 2 replies
  • 1 kudos

Option Bytes Write Issue STM32L031K6

Posted on February 07, 2018 at 10:24Hello ,i have trouble changing the Option Bytes BOR LEVEL in my project with a STM32L031K6T7  micro :I am Using KEIL ARM V5 together with a PEMICRO CYCLONE UNIVERSAL Programming Device:The Sequence i am using in m...

Labels