This file gives an example of using the MMU to manage the memory on AVR32 MCUs.
$Name$
Definition in file settings.h.

Go to the source code of this file.
Defines | |
| #define | CPUHZ 20000000 |
| CPU speed in Hz. | |
| #define | DELAY_TIMEOUT CPUHZ/100 |
| Timeout used in delay function. | |
| #define | USART_BAUD 115200 |
| USART baudrate. | |
| #define | USART_BITS 8 |
| USART bits. | |
| #define | USART_MODULE AVR32_USART1 |
| Which USART module to use. | |
| #define CPUHZ 20000000 |
| #define DELAY_TIMEOUT CPUHZ/100 |
| #define USART_BAUD 115200 |
| #define USART_BITS 8 |
| #define USART_MODULE AVR32_USART1 |
1.5.3