User Activity

Posted on November 09, 2016 at 21:30How much I can put on Vref without lossing bit? I can read 8 bit without nise (12 bit is noisy) when the Vref is 3.3V. however, my sensor show maximum 12 (decimal). I wan to get more resolution. Therefore I want t...
Posted on November 02, 2016 at 21:44I wrote the following program, it works with ADC1 and ADC2. But it read zero in ADC3. Also, when I use all ADC at same program it remain on ADC3 reading line! In my project I need to use all ADC at same program. I...
Posted on August 04, 2016 at 18:57 I have Nucleo board with STM32f767zi MCU. I use STM32CubeMX and Atollic TrueStudio for ARM. I want to use CDC to communicate with PC. First, the code is not working. I changed the stack size to 2000 and heap ...
Posted on July 19, 2016 at 21:53I want to use STM32F767ZI on Nucleo board. I used the ARM GCC in Eclise (Microsoft Windows 10). I wrote following code to test the compiler&sharpinclude <stm32f7xx.h> &sharpinclude ''stm32f7xx_hal.h'' // Sample pragm...