TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
Loading...
Searching...
No Matches
xmem.c File Reference
#include <avr/io.h>
#include "log.h"
#include "uart.h"
#include "xmem.h"

Go to the source code of this file.

Functions

 LOG_MODULE_DEFINE ("XMEM")
int xmem_init (void)
 Initializes external SRAM (2KB or 3KB depending on XMEM_3KB).
int SRAM_test (void)
 Tests external SRAM and prints a report.

Function Documentation

◆ LOG_MODULE_DEFINE()

LOG_MODULE_DEFINE ( "XMEM" )