User Activity

Hi guys and girls!I'm using STSPIN32F0, an MCU with built-in 3-phase motor driver and I'm trying to read internal temperature sensor. What I'm getting back looks to me like random walk within range of about 10 degrees Celsius (please see attachment)....
Posted on May 15, 2018 at 13:48Please see code below.I'm trying to read from USART using DMA. Please see the last line DMA1_Channel3->CCR |= DMA_CCR_EN;When I step over that line,  CNDTR instantaneously resets to zero like it has finished reading, a...
Posted on August 28, 2017 at 13:19Hey guys! I'm trying to write custom firmware for http://www.st.com/en/motor-drivers/stspin32f0.html and I'm desperately stuck :( STSPIN32f0 is a system-in-package based on STM32F031C6. My code works fine on STM32F0...