Posted on May 17, 2011 at 12:50I also noticed that most of the ST example codes will not compile and link without me adding a few lines of code. I'm not sure if the .h and .c files are in the wrong directory (I don't think so; I made many copies in ...
Posted on May 17, 2011 at 12:50Yeah, that helped. The solution was really stupid, I just needed to add the peripheral .c files to the project, not just include the .h files. But I have no problem using it now. Thanks a lot!
Posted on May 17, 2011 at 12:50Just checking in. I looked at the USART clock to see if it was enabled. It was on the default disabled, so I changed it, but it still doesn't produce any results. Right now I'm looking again at the setup functions, and...
Posted on May 17, 2011 at 12:50I'm pretty new at coding for the ARM processor, but I seem to be having trouble implementing a basic non-interrupting USART communication with Hyperterminal. Basic meaning I have a probe hooked up to the micro-controll...