User Activity

Posted on May 16, 2017 at 18:50Coming form AVR to STM32 F7 46, can I select voltage reference for ADC. Like in AVR, I could choose AVDD or VREF. Besides, If I connect 2.5V to the VREF and 3.3 to AVDD, then what is the range of ADC measurement?1) Is ...
Posted on January 08, 2016 at 12:24 I have to place some variables at specific address in memory. I'm using GCC. I declare and use variable like this: uint8_t __attribute__((section (''.mySection''))) buffer = 5; int main() { buffer = 10;...