mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
243 B
9 lines
243 B
//
|
|
// These are the defines that make up access to the FlashBus
|
|
//
|
|
|
|
#define FLASH_ACCESS_ADDR HAL_MAKE_QVA( 0x100000000 )
|
|
#define FLASH_ADDR_SHIFT 8
|
|
#define FLASH_WRITE_FLAG (0x80000000)
|
|
|
|
#define CONFIG_ACCESS_ADDR HAL_MAKE_QVA( 0x100100000 )
|