User Activity

Posted on March 10, 2017 at 22:43I'm trying to setup 3 ADCs to read on a timer tick. On the STM32cube the timer can be set to 'Output Compare' to a single channel. And the ADC's can be set to external trigger conversion on a 'Timer Capture Compare #...
Posted on February 26, 2017 at 20:00Hey guys, i'm working with the new STM32CubeMX software and loving it after some initial learning curve. Loving the HAL libraries as well. I'm wondering if i'm attempting to do something that isn't available on th...
Posted on September 02, 2016 at 00:16Hey Guys, i'm using the printf() to console to debug basic issues as i'm integrating an STM32F407VG_Discovery with an X-NUCLEO-IHMO2A1. In the dspin libraries to set the clocks for communicating with the L6470 Mo...
Posted on May 31, 2016 at 03:18From the literature, the abs_pos value is a 22 bit 2's complement integer. but when i move the position above 32768 (16 bit 2s complement maximum), the value resets to negative. I.e. the abs_pos value acts as a 16 bit ...