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 ...
Posted on December 22, 2015 at 00:35Thanks Clive!I have solved the problem after I have update the thread.The problem was what you pointed out. I copied the wrong string from HAL library.I had also change the order of some line, as suggested by HAL ...
Posted on November 30, 2015 at 19:11Thanks Clive, you are very helpful!I have changed the get_char routine. The code now return to Usart1_IRQ37 and then exit from ISR when necessary.I'm not sure if I have understand correctly the last sentence: ''I'...