and go to ''STM32F10x_StdPeriph_Lib_V3.3.0\Project\STM32F10x_StdPeriph_Examples\USART\HyperTerminal_Interrupt'' to find how to configure the USART to communicate with PC Use also the example in ''STM32F10x_StdPeriph_Lib_V3.3.0\Project\STM32F10x_StdPeriph_Examples\ADC\3ADCs_DMA'' to know how to use ADC in DMA mode... It should be enough for building a functional application. Cheers.
Fixing build errors is an integral part of the software development process! Read each error message literally - it tells you what the problem is and, thus, what needs to be done to fix it; eg, if it says, ''x is
un
defined'' then the solution is to define x! Also remember that one error early in the source code can easily lead to many consequent errors in the rest of the file; in the example above, because x was undefined, everything that attempts to use x will also cause an error! Therefore, you need to start by fixingthe first error in the file, and work on from there...
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
but i am still stuck on this with errors, I followed all things that includes in help file and IAR 5.3 is still getting errors.. if you have enough time.. please send working program ... please help me. I have Olimex STM32-103STKhttp://www.olimex.com/dev/stm32-103stk.html Best Regards Prasad