max32630fthr quad spi , unexpected spi behavior

Committer:
boonshen
Date:
Tue Mar 13 21:12:00 2018 +0000
Revision:
0:a35c40f49345
MAX32630FTHR QuadSPI test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
boonshen 0:a35c40f49345 1 /*
boonshen 0:a35c40f49345 2 * mbed SDK
boonshen 0:a35c40f49345 3 * Copyright (c) 2017 ARM Limited
boonshen 0:a35c40f49345 4 *
boonshen 0:a35c40f49345 5 * Licensed under the Apache License, Version 2.0 (the "License");
boonshen 0:a35c40f49345 6 * you may not use this file except in compliance with the License.
boonshen 0:a35c40f49345 7 * You may obtain a copy of the License at
boonshen 0:a35c40f49345 8 *
boonshen 0:a35c40f49345 9 * http://www.apache.org/licenses/LICENSE-2.0
boonshen 0:a35c40f49345 10 *
boonshen 0:a35c40f49345 11 * Unless required by applicable law or agreed to in writing, software
boonshen 0:a35c40f49345 12 * distributed under the License is distributed on an "AS IS" BASIS,
boonshen 0:a35c40f49345 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
boonshen 0:a35c40f49345 14 * See the License for the specific language governing permissions and
boonshen 0:a35c40f49345 15 * limitations under the License.
boonshen 0:a35c40f49345 16 */
boonshen 0:a35c40f49345 17
boonshen 0:a35c40f49345 18 // Automatically generated configuration file.
boonshen 0:a35c40f49345 19 // DO NOT EDIT, content will be overwritten.
boonshen 0:a35c40f49345 20
boonshen 0:a35c40f49345 21 #ifndef __MBED_CONFIG_DATA__
boonshen 0:a35c40f49345 22 #define __MBED_CONFIG_DATA__
boonshen 0:a35c40f49345 23
boonshen 0:a35c40f49345 24 // Configuration parameters
boonshen 0:a35c40f49345 25 #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform
boonshen 0:a35c40f49345 26 #define MBED_CONF_EVENTS_SHARED_DISPATCH_FROM_APPLICATION 0 // set by library:events
boonshen 0:a35c40f49345 27 #define MBED_CONF_PPP_CELL_IFACE_APN_LOOKUP 0 // set by library:ppp-cell-iface
boonshen 0:a35c40f49345 28 #define MBED_CONF_EVENTS_PRESENT 1 // set by library:events
boonshen 0:a35c40f49345 29 #define MBED_CONF_RTOS_PRESENT 1 // set by library:rtos
boonshen 0:a35c40f49345 30 #define MBED_CONF_EVENTS_SHARED_EVENTSIZE 256 // set by library:events
boonshen 0:a35c40f49345 31 #define MBED_CONF_PPP_CELL_IFACE_AT_PARSER_TIMEOUT 8000 // set by library:ppp-cell-iface
boonshen 0:a35c40f49345 32 #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
boonshen 0:a35c40f49345 33 #define MBED_CONF_EVENTS_SHARED_STACKSIZE 1024 // set by library:events
boonshen 0:a35c40f49345 34 #define MBED_CONF_DRIVERS_UART_SERIAL_RXBUF_SIZE 256 // set by library:drivers
boonshen 0:a35c40f49345 35 #define MBED_CONF_DRIVERS_UART_SERIAL_TXBUF_SIZE 256 // set by library:drivers
boonshen 0:a35c40f49345 36 #define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
boonshen 0:a35c40f49345 37 #define MBED_CONF_FILESYSTEM_PRESENT 1 // set by library:filesystem
boonshen 0:a35c40f49345 38 #define MBED_CONF_PPP_CELL_IFACE_BAUD_RATE 115200 // set by library:ppp-cell-iface
boonshen 0:a35c40f49345 39 #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform
boonshen 0:a35c40f49345 40 #define MBED_CONF_PPP_CELL_IFACE_AT_PARSER_BUFFER_SIZE 256 // set by library:ppp-cell-iface
boonshen 0:a35c40f49345 41 #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform
boonshen 0:a35c40f49345 42 #define MBED_CONF_EVENTS_SHARED_HIGHPRIO_STACKSIZE 1024 // set by library:events
boonshen 0:a35c40f49345 43 #define MBED_CONF_EVENTS_SHARED_HIGHPRIO_EVENTSIZE 256 // set by library:events
boonshen 0:a35c40f49345 44 // Macros
boonshen 0:a35c40f49345 45 #define UNITY_INCLUDE_CONFIG_H // defined by library:utest
boonshen 0:a35c40f49345 46
boonshen 0:a35c40f49345 47 #endif