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   LED_BI0_RED
 
#define LED_SDRAM_READ   LED_BI0_GREEN
 
#define LED_SDRAM_ERRORS   LED_BI1_RED
 
#define LED_SDRAM_OK   LED_BI1_GREEN
 

Functions

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

#define LED_SDRAM_ERRORS   LED_BI1_RED

Referenced by main().

#define LED_SDRAM_OK   LED_BI1_GREEN

Referenced by main().

#define LED_SDRAM_READ   LED_BI0_GREEN

Referenced by main().

#define LED_SDRAM_WRITE   LED_BI0_RED

Referenced by main().

int main ( void  )