STM8

The STM8 is an 8-bit microcontroller by STMicroelectronics.

Architecture

The STM8 has some similarities to the earlier ST7, but is better suited as a target for C due to its stack pointer-relative addressing mode. There is an 8-bit accumulator A and 16-bit registers X and Y, which are mostly used as index registers. Few of the STM8 microcontrollers have more than 64K of memory. Access to data memory above 64K is rather complicated and requires the use of special instructions.

Subfamilies

Compiler support

The STM8 is supported by the free Small Device C Compiler, the free of charge closed source Cosmic C compiler,[1] and the non-free IAR C and Raisonance compilers.

References

  1. http://www.st.com/web/catalog/tools/FM147/CL1794/SC1807/SS1747/PF263328. Retrieved 24 March 2016. Missing or empty |title= (help)

External links


This article is issued from Wikipedia - version of the 6/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.