SAM4S-EK_FreeRTOS+FAT-SL  1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
startup_sam4s.c File Reference
#include "sam4s.h"

Go to the source code of this file.

Functions

void __libc_init_array (void)
 
void Dummy_Handler (void)
 Default interrupt handler for unused IRQs. More...
 
void NMI_Handler (void HardFault_Handler void)
 
void Reset_Handler (void)
 This is the code that gets called on processor reset. To initialize the device, and call the main() routine. More...
 

Variables

uint32_t _sfixed
 
uint32_t _efixed
 
uint32_t _etext
 
uint32_t _srelocate
 
uint32_t _erelocate
 
uint32_t _szero
 
uint32_t _ezero
 
uint32_t _sstack
 
uint32_t _estack
 

Function Documentation

void __libc_init_array ( void  )
void Dummy_Handler ( void  )

Default interrupt handler for unused IRQs.

Definition at line 246 of file startup_sam4s.c.

void NMI_Handler ( void HardFault_Handler  void)

Definition at line 53 of file startup_sam4s.c.

void Reset_Handler ( void  )

This is the code that gets called on processor reset. To initialize the device, and call the main() routine.

Definition at line 210 of file startup_sam4s.c.

Variable Documentation

uint32_t _efixed
uint32_t _erelocate
uint32_t _estack
uint32_t _etext
uint32_t _ezero
uint32_t _sfixed
uint32_t _srelocate
uint32_t _sstack
uint32_t _szero