User Activity

Posted on December 17, 2015 at 20:28  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 02, 2015 at 11:44Hello everybody,I started to use the ADC and I'd like to use every features of this module.While I read the reference manual and the datasheets i didn't found anything about using two input channels in differentia...
Posted on November 28, 2015 at 18:34 Hello everybody, At the moment I'm studying for an exam based on microcontrollers and I have choose the stm32 family, but I need to program this microcontroller in assembly. In the last meeting with...
Posted on November 26, 2015 at 13:54Hello everybody!I'm trying to configure the main PLL to generate the max clock frequency (84 MHz on this board), and I'm using the HSI as PLL source.I made some test:- test1: HCLK=70 MHzM=16N=140P=2AHB_PR=1APB1_PR...
Posted on November 20, 2015 at 14:14Hello everybodyI want to declare a vector to save data on it (in assembly code).I use this declaration:      SECTION MYDATA:DATA (2)        DATAResult DS8   3 ;  allocates space (3 bytes)When I compile, IAR give ...