Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
nexpaq_mdk_src/source/np_config.h
- Committer:
- nexpaq
- Date:
- 2016-09-17
- Revision:
- 0:b86eda0e990d
File content as of revision 0:b86eda0e990d:
/*
* np_config.h
*
* Created on: July 14, 2016
* Author: Alan.Lin
*
* Copyright: NexPack Ltd.
*/
#ifndef NP_CONFIG_H_
#define NP_CONFIG_H_
//np_config.h can't be used on head file
#include <stdio.h>
#include <stdint.h>
#include "mxc_config.h"
#include "clkman.h"
#include "ioman.h"
#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
#define RAM_SOURCE_ADDR *(uint32_t*)(0x20000000)
#define RAM_MY_NODE *(uint32_t*)(0x20000004)
// *(uint32_t*)(0x20000008) //the address which save the bootloader address for jumping
#ifdef __cplusplus
}
#endif
#endif /* NP_CONFIG_H_ */
