2009-10-19 10:41 PM
Instruction set of STM8S207K
2011-05-17 06:03 AM
Hi, Please let me know where can I find instruction set for STM8S207K6.
It is not present in the attached file Thanks2011-05-17 06:03 AM
Hi,
The instruction set are common for all the product family, please refer to the ''STM8 CPU programming manual� document, you can find bellow the link: Regards mozra2011-05-17 06:03 AM
Thank you very much...
rgds, Raghavendra2011-05-17 06:03 AM
Hi, i'm newbie ^^
I'm using STVD, through ''help'' menu, i can't find any C instruction, function... I'm looking for C instructions, functions, variant definition... can any body help me. Thanks.2011-05-17 06:03 AM
you can start using the STM8S firmware library available in this link:
http://www.st.com/mcu/modules.php?name=mcu&file=familiesdocs&FAM=113 Regards mozra2011-05-17 06:03 AM
Thank you, Mozra27 ^^
I already get all documents on that link, but still can not find any instruction about C language. For example, i want to know in STVD, an integer variant is 2bytes or 4bytes... and some function avaiable... Where can i get that help?2011-05-17 06:03 AM
2011-05-17 06:03 AM
Thanks Luca.
So i think that in STVD,there is no function or library to be build-in. All the operation must be made by ourself. However, it's OK ^^ Thanks for your help ^^2011-05-17 06:03 AM
Hi, STVD is editor and debugger, what would you expect from it concerning C? Btw. once the program is linked, you have access to lot of standard C functions from stdlib.h, string.h etc....
I'd recommend you to check the documentation to your compiler, not the editor, that's completely separate SW.