Microchip® Advanced Software Framework

sdramc_example.c File Reference
#include "board.h"
#include "print_funcs.h"
#include "cycle_counter.h"
#include "power_clocks_lib.h"
#include "sdramc.h"

Macros

LEDs to Use for the Example
#define LED_SDRAM_WRITE   LED0
 
#define LED_SDRAM_READ   LED1
 
#define LED_SDRAM_ERRORS   (LED0 | LED1 | LED2 | LED3)
 
#define LED_SDRAM_OK   (LED0 | LED1 | LED2 | LED3)
 

Functions

int main (void)
 Sets the SDRAM Controller up, initializes the SDRAM found on the board and tests it. More...
 

#define LED_SDRAM_ERRORS   (LED0 | LED1 | LED2 | LED3)

Referenced by main().

#define LED_SDRAM_OK   (LED0 | LED1 | LED2 | LED3)

Referenced by main().

#define LED_SDRAM_READ   LED1

Referenced by main().

#define LED_SDRAM_WRITE   LED0

Referenced by main().

int main ( void  )