Hi Everyone
I am new in the arm enviroment and i want to learn about these, so i bought a cheap chinese board with a st32 arm cortex m3 inside.
I installed the keil uVision software and all was ok. the only problem is that i cant find a C reference manual to start programming in C. where can i find a c manual?? in the help i just see an assambler reference guide.
Your code don't contain any functions that you can expect documentation for in any manual.
But the processor manufacturer will have the required documentation about the processor - which register controls different I/O pins etc. Depending on manufacturer, it's normally called user manual or datasheet. Also look for application notes and code bundles. This site also have a bit of documentation available.