2013-08-01 02:56 AM
whether there are libraries for STM8 periphery? (assembler)
I didn't find if at someone is, report the link, please.2013-08-01 02:57 AM
STVD assembler
2013-08-01 03:04 AM
The hardware peripheral include files are stored under the root directory of your STVD installation, i.e. inside C:\Program Files\STMicroelectronics\st_toolset\asm
2013-08-01 03:11 AM
more correctly, for example i2c library, etc., so that it would be possible to use record and reading function, as for C
2013-08-01 04:22 AM
Sorry, there is no assembler library for using a STM8 peripheral.
If you want one, you could compile the STM8 standard peripheral library and use the compiler assembler output. You can also ''call'' the library C functions from your assembler code if it meets the calling convention of the C compiler, but it's easier to ''translate'' the C algorithm in an assembler one starting from the assembler output of the compiler...