#include "board.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "..\..\..\..\utils\utility.h"
Go to the source code of this file.
Defines | |
#define | BUFF_SIZE 0x1000 |
Functions | |
void | TCM_StackInit (void) |
int | main (void) |
Application entry point for TCM example. | |
Variables | |
uint8_t | TCM_DestBuff [3 *BUFF_SIZE] |
uint8_t | TCM_SrcBuff [BUFF_SIZE] |
const char * | pBuffer |
uint8_t | DestBuff [3 *BUFF_SIZE] |
uint8_t | SrcBuff [BUFF_SIZE] |
This file contains all the specific code for the TCM example.
Definition in file main.c.
int main | ( | void | ) |
const char* pBuffer |
"The ARM architecture is defined in a hierarchical manner,\ where the features are described in Chapter A2\ Application Level Programmers?Model at the application level,\ with underlying system support. What features are available and how they are \ supported is defined in the architecture profiles, making the system \ level support profile specific. Deprecated features can be found in an \ appendix to this manual. See page. As stated in Privileged execution on page \ A2-13, programs can execute in a privileged or unprivileged manner. System \ level support requires privileged access, allowing it the access permissions \ to configure and control the resources. This is typically supported by an \ operating system, which provides system services to the applications, either \ transparently, or through application initiated service calls. The operating \ system is also responsible for servicing interrupts and other system events, \ making exceptions a key component of the system level programmers?model."