Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

Project Request

Return
BESQUEUT jy
BESQUEUT

posted on 2013/10/22 10:36:09 AM CEST

Other Codes

ATXMEGA specific examples

ATXMEGA has a lot of hardware on board and a huge amount of hardware registers.
But very few examples to know how to use them...
If you look at concurrent compiler avrhelp.mcselec.com/index.html
and search for "xmega" you will see lots of examples and integrated features. For example :
- how to config XMEGA CLOCKs ?
- How to config DMA ?
- How to config ADC for use in DMA mode ?
- port interrupt for Xmega ?
- how to configure extended options for ports pins ?
- how to cascade 2 16 bits timers to make a 32 bits one ?
- how to configure Xmega power reduction ?