STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2125 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
  • 601 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...

About STM32L486 Reset Pin problem

Posted on February 07, 2018 at 08:21Hi All,   I had found a problem with STM32L486, That I connect this pin with 100K pull up to 3V3 and a 0.1uF cap to GND. It won't work when I drag&drop through SWDIO/SWDCLK .hex files in to it. But if I connect th...

NUCLEO L073RZ board heating up

Posted on February 06, 2018 at 18:47I am seeing a problem with couple of my Nucleo L073RZ REV C boards which starts to heat up when powered using VIN i.e 12V supply. The boards are working fine, but I can feel the temperature increase if I touch the...