board_keil_mcb_18574357.c 26.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841
/*
 * @brief Keil MCB 1857/4357 board file
 *
 * @note
 * Copyright(C) NXP Semiconductors, 2012
 * All rights reserved.
 *
 * @par
 * Software that is described herein is for illustrative purposes only
 * which provides customers with programming information regarding the
 * LPC products.  This software is supplied "AS IS" without any warranties of
 * any kind, and NXP Semiconductors and its licensor disclaim any and
 * all warranties, express or implied, including all implied warranties of
 * merchantability, fitness for a particular purpose and non-infringement of
 * intellectual property rights.  NXP Semiconductors assumes no responsibility
 * or liability for the use of the software, conveys no license or rights under any
 * patent, copyright, mask work right, or any other intellectual property rights in
 * or to any products. NXP Semiconductors reserves the right to make changes
 * in the software without notification. NXP Semiconductors also makes no
 * representation or warranty that such application will be suitable for the
 * specified use without further testing or modification.
 *
 * @par
 * Permission to use, copy, modify, and distribute this software and its
 * documentation is hereby granted, under NXP Semiconductors' and its
 * licensor's relevant copyrights in the software, without fee, provided that it
 * is used in conjunction with NXP Semiconductors microcontrollers.  This
 * copyright, permission, and disclaimer notice must appear in all copies of
 * this code.
 */

#include "board.h"
#include "string.h"

/* Keil board uses 83848 PHY and retarget */
#include "lpc_phy_dp83848.c"
#include "retarget.c"

/** @ingroup BOARD_KEIL_MCB_18574357
 * @{
 */

/*****************************************************************************
 * Private types/enumerations/variables
 ****************************************************************************/
/* Port and bit mapping for LEDs on GPIOs */
static const uint8_t ledports[] = {6, 6, 6, 6, 6, 4, 4, 4};
static const uint8_t ledbits[] = {24, 25, 26, 27, 28, 12, 13, 14};

/** UDA specified variables */
/* System Register Data Set */
uint16_t UDA_sys_regs_dat[] = {
	UDA1380_REG_EVALCLK_DEFAULT_VALUE,
	UDA1380_REG_I2S_DEFAULT_VALUE,
	UDA1380_REG_PWRCTRL_DEFAULT_VALUE,
	UDA1380_REG_ANAMIX_DEFAULT_VALUE,
	UDA1380_REG_HEADAMP_DEFAULT_VALUE
};

/* System Register Data Set */
uint16_t UDA_interfil_regs_dat[] = {
	UDA1380_REG_MSTRVOL_DEFAULT_VALUE,
	UDA1380_REG_MIXVOL_DEFAULT_VALUE,
	UDA1380_REG_MODEBBT_DEFAULT_VALUE,
	UDA1380_REG_MSTRMUTE_DEFAULT_VALUE,
	UDA1380_REG_MIXSDO_DEFAULT_VALUE
};
/* decimator Register Data Set */
uint16_t UDA_decimator_regs_dat[] = {
	UDA1380_REG_DECVOL_DEFAULT_VALUE,
	UDA1380_REG_PGA_DEFAULT_VALUE,
	UDA1380_REG_ADC_DEFAULT_VALUE,
	UDA1380_REG_AGC_DEFAULT_VALUE
};

/** Private definitions for LCD */
#define LCD_CS(x) ((x) ? (Chip_GPIO_WritePortBit(7, 16, true)) : (Chip_GPIO_WritePortBit(7, 16, false)))

/** Private variables for LCD */
uint32_t g_isPenDn;
uint32_t g_isNewPenDn;
const int32_t ad_left = 3813;
const int32_t ad_top = 3805;// 237;
const int32_t ad_right = 360;
const int32_t ad_bottom = 237;	// 3805;

const LCD_Config_Type MCB4300_LCD = {
	8,						/*!< Horizontal back porch in clocks */
	4,						/*!< Horizontal front porch in clocks */
	4,						/*!< HSYNC pulse width in clocks */
	240,					/*!< Pixels per line */
	4,						/*!< Vertical back porch in clocks */
	3,						/*!< Vertical front porch in clocks */
	4,						/*!< VSYNC pulse width in clocks */
	320,					/*!< Lines per panel */
	0,						/*!< Invert output enable, 1 = invert */
	1,						/*!< Invert panel clock, 1 = invert */
	1,						/*!< Invert HSYNC, 1 = invert */
	1,						/*!< Invert VSYNC, 1 = invert */
	1,						/*!< AC bias frequency in clocks (not used) */
	6,						/*!< Maximum bits per pixel the display supports */
	LCD_TFT,				/*!< LCD panel type */
	LCD_COLOR_FORMAT_RGB,	/*!< BGR or RGB */
	0						/*!< Dual panel, 1 = dual panel display */
};

/*****************************************************************************
 * Public types/enumerations/variables
 ****************************************************************************/

/*!< System Clock Frequency (Core Clock)*/
uint32_t SystemCoreClock;

/*****************************************************************************
 * Private functions
 ****************************************************************************/

/* Very simple (inaccurate) delay function */
static void delay(uint32_t i) {
	while (i--) {}
}

/* Write data to UDA register */
static void UDA_Reg_write(UDA1380_REG reg, unsigned short value, I2C_M_SETUP_Type *I2C_Config) {

	I2C_Config->tx_data[0] = reg;
	I2C_Config->tx_data[1] = value >> 8;
	I2C_Config->tx_data[2] = value & 0xFF;
	Chip_I2C_MasterTransmitData(LPC_I2C0, I2C_Config, I2C_TRANSFER_POLLING);
	delay(10000);
}

/* Read data from UDA register */
static uint16_t UDA_Reg_read(UDA1380_REG reg) {
	uint8_t rx_data[2];
	Chip_I2C_MasterReadReg(LPC_I2C0, I2CDEV_UDA1380_ADDR, reg, rx_data, 2);
	return rx_data[0] << 8 | rx_data[1];
}

/* Initializes default settings for UDA1380 */
static Status UDA1380_init(I2C_M_SETUP_Type *I2C_Config, Board_Audio_Input_Sel_Type audio_in_sel)
{
	uint16_t temp;
	uint8_t  i;
	/* Reset UDA1380 on board Keil */
	Chip_SCU_PinMux(0x8, 0, MD_PUP, FUNC0);
	Chip_GPIO_WriteDirBit(4, 0, true);
	Chip_GPIO_WritePortBit(4, 0, true);
	/* delay 1us */
	delay(100000);
	Chip_GPIO_WritePortBit(4, 0, false);
	delay(100000);
	for (i = 0; i < 5; i++) {
		UDA_Reg_write((UDA1380_REG) (UDA_EVALM_CLK + i), UDA_sys_regs_dat[i], I2C_Config);
		temp = UDA_Reg_read((UDA1380_REG) (UDA_EVALM_CLK + i));
		if (temp != UDA_sys_regs_dat[i]) {
			return ERROR;
		}
	}

	/* interfilter regs init */
	for (i = 0; i < 5; i++) {
		UDA_Reg_write((UDA1380_REG) (UDA_MASTER_VOL_CTRL + i), UDA_interfil_regs_dat[i], I2C_Config);
		temp = UDA_Reg_read((UDA1380_REG) (UDA_MASTER_VOL_CTRL + i));
		if (temp != UDA_interfil_regs_dat[i]) {
			return ERROR;
		}
	}
	/* decimator regs init */
	for (i = 0; i < 4; i++) {
		UDA_Reg_write((UDA1380_REG) (UDA_DEC_VOL_CTRL + i), UDA_decimator_regs_dat[i], I2C_Config);
		temp = UDA_Reg_read((UDA1380_REG) (UDA_DEC_VOL_CTRL + i));
		if (temp != UDA_decimator_regs_dat[i]) {
			return ERROR;
		}
	}

	if (audio_in_sel == MCB_18XX_AUDIO_MIC_SELECT) {
		/* Disable Power On for ADCR, PGAR, PGAL to get mic sound more clearly */
		UDA_Reg_write((UDA1380_REG) (UDA_POWER_CTRL), UDA1380_REG_PWRCTRL_DEFAULT_VALUE & (~(0x0B)), I2C_Config);
		temp = UDA_Reg_read((UDA1380_REG) (UDA_ADC_CTRL));
		if (temp != (UDA1380_REG_ADC_DEFAULT_VALUE | MCB_18XX_AUDIO_MIC_SELECT)) {
			return ERROR;
		}
		UDA_Reg_write((UDA1380_REG) (UDA_ADC_CTRL),
					  UDA1380_REG_ADC_DEFAULT_VALUE | MCB_18XX_AUDIO_MIC_SELECT,
					  I2C_Config);
		temp = UDA_Reg_read((UDA1380_REG) (UDA_ADC_CTRL));
		if (temp != (UDA1380_REG_ADC_DEFAULT_VALUE | MCB_18XX_AUDIO_MIC_SELECT)) {
			return ERROR;
		}
	}
	return SUCCESS;

}

/** Private functions for LCD controller */
/* Write to LCD controller, with A0 = 0 */
static void LCD_X_Write00_16(uint16_t c) {

	uint8_t buf[1];
	LCD_CS(0);
	buf[0] = 0x70;
	Chip_SSP_WriteFrames_Blocking(SSP_ID, buf, 1);	// Start + WR Register
	buf[0] = (uint8_t) (c);
	Chip_SSP_WriteFrames_Blocking(SSP_ID, buf, 1);
	LCD_CS(1);
}

/* Write to LCD controller, with A0 = 1 */
static void LCD_X_Write01_16(uint16_t c) {

	uint8_t buf[1];
	LCD_CS(0);
	buf[0] = 0x72;
	Chip_SSP_WriteFrames_Blocking(SSP_ID, buf, 1);	/* Start + WR Data */
	buf[0] = (uint8_t) (c >> 8);
	Chip_SSP_WriteFrames_Blocking(SSP_ID, buf, 1);
	buf[0] = (uint8_t) (c);
	Chip_SSP_WriteFrames_Blocking(SSP_ID, buf, 1);
	LCD_CS(1);
}

/* Write to LCD controller's register */
static void wr_reg(uint16_t reg, uint16_t dat) {
	LCD_X_Write00_16(reg);
	LCD_X_Write01_16(dat);
}

/* Pin configuration to communicate with LCD Controller */
static void pinConfig(void)
{
	/* (DC) */
	Chip_GPIO_WriteDirBit(7, 16, true);
	// Chip_Clock_EnableOpts(sspclk, true, true, 1);
}

/* Writes a value to the STMPE811 register */
static uint32_t Board_TSC_WriteReg(IP_I2C_001_Type *I2Cx, uint8_t regAddr, uint8_t value)
{
	return Chip_I2C_MasterWriteReg(I2Cx, TSC_I2C_ADDR, regAddr, &value, 1);
}

/* Reads a value to the STMPE811 register */
static uint32_t Board_TSC_ReadReg(IP_I2C_001_Type *I2Cx, uint8_t regAddr, uint8_t *value)
{
	return Chip_I2C_MasterReadReg(I2Cx, TSC_I2C_ADDR, regAddr, value, 1);
}

/* Check if touch is detected or not */
static bool Board_TSC_TouchDetect(IP_I2C_001_Type *I2Cx)
{
	uint8_t  CtrRegVal = 0;

	if (Board_TSC_ReadReg(I2Cx, TSC_CTRL, &CtrRegVal) == 1) {
		if (CtrRegVal & (1 << 7)) {
			return true;
		}
	}
	return false;
}

/* Get the touch coordinates from STMPE811 registers */
static Status Board_TSC_GetTouchCoord(IP_I2C_001_Type *I2Cx, int16_t *x, int16_t *y)
{
	uint8_t fifo_size, tscData[4], i;

	/* Read all samples except the last one */
	Board_TSC_ReadReg(I2Cx, FIFO_SIZE, &fifo_size);
	for (i = 0; i < fifo_size; ++i)
		if (Chip_I2C_MasterReadReg(I2Cx, TSC_I2C_ADDR, DATA_XYZ, tscData, 4) == 0) {
			return ERROR;
		}

	/* Retrieve last taken sample */
	Chip_I2C_MasterReadReg(I2Cx, TSC_I2C_ADDR, DATA_XYZ, tscData, 4);
	*x = (tscData[0] << 4) | ((tscData[1] & 0xF0) >> 4);
	*y = ((tscData[1] & 0x0F) << 8) | tscData[2];

	/* Clear interrupt flags */
	Board_TSC_WriteReg(I2Cx, INT_STA, 0x1F);

	return SUCCESS;
}

/*****************************************************************************
 * Public functions
 ****************************************************************************/

/* Update system core clock rate, should be called if the system has
   a clock rate change */
void SystemCoreClockUpdate(void)
{
	/* CPU core speed */
	SystemCoreClock = Chip_Clock_GetRate(CLK_MX_MXCORE);
}

/* Initialize UART pins */
void Board_UART_Init(LPC_USART_Type *UARTx)
{
	if (UARTx == LPC_USART0) {
		Chip_SCU_PinMux(0x2, 0, MD_PDN, FUNC1);		/* P2.0 : UART0_TXD */
		Chip_SCU_PinMux(0x2, 1, MD_PLN | MD_EZI | MD_ZI, FUNC1);	/* P2.1 : UART0_RXD */
	}
	else if (UARTx == LPC_USART3) {
		Chip_SCU_PinMux(0x2, 3, MD_PDN, FUNC2);			/* P2.3 : UART3_TXD */
		Chip_SCU_PinMux(0x2, 4, MD_PLN | MD_EZI | MD_ZI, FUNC2);	/* P2.4 : UART3_RXD */
	}
}

/* Initialize debug output via UART for board */
void Board_Debug_Init(void)
{
#if defined(DEBUG_UART)
	Board_UART_Init(DEBUG_UART);

	Chip_UART_Init(DEBUG_UART);
	Chip_UART_SetBaud(DEBUG_UART, 115200);
	Chip_UART_ConfigData(DEBUG_UART, UART_DATABIT_8, UART_PARITY_NONE, UART_STOPBIT_1);

	/* Enable UART Transmit */
	Chip_UART_TxCmd(DEBUG_UART, ENABLE);
#endif
}

/* Sends a character on the UART */
void Board_UARTPutChar(char ch)
{
#if defined(DEBUG_UART)
	while (Chip_UART_SendByte(DEBUG_UART, (uint8_t) ch) == ERROR) {}
#endif
}

/* Gets a character from the UART, returns EOF if no character is ready */
int Board_UARTGetChar(void)
{
#if defined(DEBUG_UART)
	uint8_t data;

	if (Chip_UART_ReceiveByte(DEBUG_UART, &data) == SUCCESS) {
		return (int) data;
	}
#endif
	return EOF;
}

/* Outputs a string on the debug UART */
void Board_UARTPutSTR(char *str)
{
#if defined(DEBUG_UART)
	while (*str != '\0') {
		Board_UARTPutChar(*str++);
	}
#endif
}

/* Initializes board LED(s) */
void Board_LED_Init()
{
	int i;

	/* Must make sure J21 is installed to enabled LEDs */
	/* PD.10 : LED 0 (leftmost) */
	/* PD.11 : LED 1 */
	/* PD.12 : LED 2 */
	/* PD.13 : LED 3 */
	/* PD.14 : LED 4 */
	/* P9.0  : LED 5 */
	/* P9.1  : LED 6 */
	/* P9.2  : LED 7 (rightmost) */
	for (i = 0; i < (sizeof(ledports) / sizeof(ledports[0])); i++) {
		Chip_GPIO_WriteDirBit(ledports[i], ledbits[i], true);
	}
}

#ifndef BOARD_LED_TEST_FUNCTION_WORKS
	/* FIXME: temporary code for toggle LED support only */
	static uint8_t LEDStates; /* shadow variable for LED states */
#endif

/* Sets the state of a board LED to on or off */
void Board_LED_Set(uint8_t LEDNumber, bool On)
{
	if (LEDNumber <= 7) {
		Chip_GPIO_WritePortBit(ledports[LEDNumber], ledbits[LEDNumber], On);
#ifndef BOARD_LED_TEST_FUNCTION_WORKS
		if (On) {
			LEDStates |= (1 << LEDNumber); /* set the state */
		} else {
			LEDStates &= ~(1 << LEDNumber); /* clear the state */
		}
#endif		
	}
}

/* Returns the current state of a board LED */
bool Board_LED_Test(uint8_t LEDNumber)
{
	if (LEDNumber <= 7) {
#ifndef BOARD_LED_TEST_FUNCTION_WORKS
	if (LEDStates & (1 << LEDNumber)) { /* LED is on */
		return true;
	} else { /* LED is off */
		return false;
	}
#else		
		return (bool)Chip_GPIO_ReadPortBit(ledports[LEDNumber], ledbits[LEDNumber]);
#endif	
	}
	return false;
}

/* Returns the MAC address assigned to this board */
void Board_ENET_GetMacADDR(uint8_t *mcaddr)
{
	const uint8_t boardmac[] = {0x00, 0x60, 0x37, 0x12, 0x34, 0x56};

	memcpy(mcaddr, boardmac, 6);
}

/* Set up and initialize all required blocks and functions related to the
   board hardware */
void Board_Init(void)
{
	/* Sets up DEBUG UART */
	DEBUGINIT();

	/* Updates SystemCoreClock global var with current clock speed */
	SystemCoreClockUpdate();

	/* Initializes GPIO */
	Chip_GPIO_Init();

	/* Setup GPIOs for USB demos */
	Chip_SCU_PinMux(0x9, 5, (MD_PUP | MD_EZI), FUNC2);			/* P9_5 USB1_VBUS_EN, USB1 VBus function */
	Chip_SCU_PinMux(0x2, 5, (MD_PLN | MD_EZI | MD_ZI), FUNC2);	/* P2_5 USB1_VBUS, MUST CONFIGURE THIS SIGNAL FOR USB1 NORMAL OPERATION */
	Chip_SCU_PinMux(0x6, 3, (MD_PUP | MD_EZI), FUNC1);			/* P6_3 USB0_PWR_EN, USB0 VBus function */
}

/* Sets up board specific ADC interface */
void Board_ADC_Init(void)
{}

/* Sets up board specific I2C interface */
void Board_I2C_Init(LPC_I2C_Type *I2Cx)
{
	if (I2Cx == LPC_I2C1) {
		/* Configure pin function for I2C1 on PE.13 (I2C1_SDA) and PE.15 (I2C1_SCL) */
		Chip_SCU_PinMux(0xE, 13, MD_ZI | MD_EZI, FUNC2);
		Chip_SCU_PinMux(0xE, 15, MD_ZI | MD_EZI, FUNC2);
	}
}

/* Sets up board specific I2S interface and UDA1380 */
void Board_Audio_Init(LPC_I2S_Type *I2Sx, Board_Audio_Input_Sel_Type audio_in_sel)
{
	uint8_t uda1380_tx_data_buf[3];
	Chip_I2S_Audio_Format_Type I2S_Config;
	I2C_M_SETUP_Type I2C_Config;
	I2C_Config.sl_addr7bit = I2CDEV_UDA1380_ADDR;
	I2C_Config.retransmissions_max = 5;
	I2C_Config.tx_length = 3;
	I2C_Config.tx_data = uda1380_tx_data_buf;
	I2C_Config.rx_length = 0;
	I2C_Config.rx_data = NULL;

	/* Initialize I2C peripheral ------------------------------------*/
	/* Init I2C */
	Chip_I2C_Init(LPC_I2C0);
	Chip_I2C_SetClockRate(LPC_I2C0, 100000);

	I2S_Config.SampleRate = 48000;
	I2S_Config.ChannelNumber = 2;	/* 1 is mono, 2 is stereo */
	I2S_Config.WordWidth =  16;		/* 8, 16 or 32 bits */
	Chip_I2S_Init(LPC_I2S0);
	Chip_I2S_Config(LPC_I2S0, I2S_TX_MODE, &I2S_Config);
	/* Enable Slave I2C operation */
	Chip_I2C_Cmd(LPC_I2C0, I2C_MASTER_MODE, ENABLE);
	/* Init UDA1380 CODEC */
	while (UDA1380_init(&I2C_Config, audio_in_sel) != SUCCESS) {}
}

/* Initialize the LCD interface */
void Board_LCD_Init(void)
{
	/* LCD with HX8347-D LCD Controller                                         */
	SSP_ConfigFormat ssp_format1;
	/* Attach main PLL clock to divider A with a divider of 2 */
	Chip_Clock_SetDivider(CLK_IDIV_A, CLKIN_MAINPLL, 2);

	/* Route divider A output to LCD base clock and enable base clock */
	Chip_Clock_SetBaseClock(CLK_BASE_LCD, CLKIN_IDIVA, true, false);

	/* Reset LCD and wait for reset to complete */
	Chip_RGU_TriggerReset(RGU_LCD_RST);
	while (Chip_RGU_InReset(RGU_LCD_RST)) {}

	/* Set backlight GPIO as an output */
	Chip_GPIO_WriteDirBit(3, 8, true);

	delay(5);

	pinConfig();
	// Chip_Clock_EnablePeripheralMax(SSP_ID);
	/* TBD Externally */
	Chip_SSP_Init(SSP_ID);
	//	NVIC_EnableIRQ(SSP_ID);
	Chip_SSP_Set_Master(SSP_ID, true);
	Chip_SSP_Set_BitRate(SSP_ID, 1000000);

	ssp_format1.frameFormat = SSP_FRAMEFORMAT_SPI;
	ssp_format1.bits = SSP_BITS_8;
	ssp_format1.clockFormat = SSP_CLOCK_MODE0;

	Chip_SSP_Set_Format(SSP_ID, &ssp_format1);
	Chip_SSP_Cmd(SSP_ID, ENABLE);

	delay(200);

	/* Driving ability settings ------------------------------------------------*/
	wr_reg(0xEA, 0x00);					/* Power control internal used (1)    */
	wr_reg(0xEB, 0x20);					/* Power control internal used (2)    */
	wr_reg(0xEC, 0x0C);					/* Source control internal used (1)   */
	wr_reg(0xED, 0xC7);					/* Source control internal used (2)   */
	wr_reg(0xE8, 0x38);					/* Source output period Normal mode   */
	wr_reg(0xE9, 0x10);					/* Source output period Idle mode     */
	wr_reg(0xF1, 0x01);					/* RGB 18-bit interface ;0x0110       */
	wr_reg(0xF2, 0x10);

	/* Adjust the Gamma Curve --------------------------------------------------*/
	wr_reg(0x40, 0x01);
	wr_reg(0x41, 0x00);
	wr_reg(0x42, 0x00);
	wr_reg(0x43, 0x10);
	wr_reg(0x44, 0x0E);
	wr_reg(0x45, 0x24);
	wr_reg(0x46, 0x04);
	wr_reg(0x47, 0x50);
	wr_reg(0x48, 0x02);
	wr_reg(0x49, 0x13);
	wr_reg(0x4A, 0x19);
	wr_reg(0x4B, 0x19);
	wr_reg(0x4C, 0x16);

	wr_reg(0x50, 0x1B);
	wr_reg(0x51, 0x31);
	wr_reg(0x52, 0x2F);
	wr_reg(0x53, 0x3F);
	wr_reg(0x54, 0x3F);
	wr_reg(0x55, 0x3E);
	wr_reg(0x56, 0x2F);
	wr_reg(0x57, 0x7B);
	wr_reg(0x58, 0x09);
	wr_reg(0x59, 0x06);
	wr_reg(0x5A, 0x06);
	wr_reg(0x5B, 0x0C);
	wr_reg(0x5C, 0x1D);
	wr_reg(0x5D, 0xCC);

	/* Power voltage setting ---------------------------------------------------*/
	wr_reg(0x1B, 0x1B);
	wr_reg(0x1A, 0x01);
	wr_reg(0x24, 0x2F);
	wr_reg(0x25, 0x57);
	wr_reg(0x23, 0x88);

	/* Power on setting --------------------------------------------------------*/
	wr_reg(0x18, 0x36);					/* Internal oscillator frequency adj  */
	wr_reg(0x19, 0x01);					/* Enable internal oscillator         */
	wr_reg(0x01, 0x00);					/* Normal mode, no scrool             */
	wr_reg(0x1F, 0x88);					/* Power control 6 - DDVDH Off        */
	delay(20);
	wr_reg(0x1F, 0x82);					/* Power control 6 - Step-up: 3 x VCI */
	delay(5);
	wr_reg(0x1F, 0x92);					/* Power control 6 - Step-up: On      */
	delay(5);
	wr_reg(0x1F, 0xD2);					/* Power control 6 - VCOML active     */
	delay(5);

	/* Color selection ---------------------------------------------------------*/
	wr_reg(0x17, 0x55);					/* RGB, System interface: 16 Bit/Pixel*/
	wr_reg(0x00, 0x00);					/* Scrolling off, no standby          */

	/* Interface config --------------------------------------------------------*/
	wr_reg(0x2F, 0x11);					/* LCD Drive: 1-line inversion        */
	wr_reg(0x31, 0x02);					/* Value for SPI: 0x00, RBG: 0x02     */
	wr_reg(0x32, 0x00);					/* DPL=0, HSPL=0, VSPL=0, EPL=0       */

	/* Display on setting ------------------------------------------------------*/
	wr_reg(0x28, 0x38);					/* PT(0,0) active, VGL/VGL            */
	delay(20);
	wr_reg(0x28, 0x3C);					/* Display active, VGL/VGL            */

	wr_reg(0x16, 0x00);					/* Mem Access Control (MX/Y/V/L,BGR)  */

	/* Display scrolling settings ----------------------------------------------*/
	wr_reg(0x0E, 0x00);					/* TFA MSB                            */
	wr_reg(0x0F, 0x00);					/* TFA LSB                            */
	wr_reg(0x10, 320 >> 8);				/* VSA MSB                            */
	wr_reg(0x11, 320 &  0xFF);			/* VSA LSB                            */
	wr_reg(0x12, 0x00);					/* BFA MSB                            */
	wr_reg(0x13, 0x00);					/* BFA LSB                            */

}

/* Initializes the STMPE811 touch screen controller */
void Init_Touch_Controller(void)
{
	volatile int32_t i;

	/* Init I2C */
	Chip_I2C_Init(LPC_I2C0);
	Chip_I2C_SetClockRate(LPC_I2C0, 100000);

	/* Enable Slave I2C operation */
	Chip_I2C_Cmd(LPC_I2C0, I2C_MASTER_MODE, ENABLE);

	/* Reset Touch-screen controller	    */
	Board_TSC_WriteReg(LPC_I2C0, SYS_CTRL1, 0x02);

	for (i = 0; i < 200000; i++) {}

	/* Enable TSC and ADC                 */
	Board_TSC_WriteReg(LPC_I2C0, SYS_CTRL2, 0x0C);
	/* Enable Touch detect, FIFO          */
	Board_TSC_WriteReg(LPC_I2C0, INT_EN, 0x07);
	/* Set sample time , 12-bit mode      */
	Board_TSC_WriteReg(LPC_I2C0, ADC_CTRL1, 0x69);

	for (i = 0; i < 40000; i++) {}

	/* ADC frequency 3.25 MHz             */
	Board_TSC_WriteReg(LPC_I2C0, ADC_CTRL2, 0x01);
	/* Tracking index: 8, operation mode : XY only */
	Board_TSC_WriteReg(LPC_I2C0, TSC_CTRL, 0x22);
	/* Detect delay 10us Settle time 500us*/
	Board_TSC_WriteReg(LPC_I2C0, TSC_CFG, 0xC2);
	/* Threshold for FIFO                 */
	Board_TSC_WriteReg(LPC_I2C0, FIFO_TH, 0x01);
	/* FIFO reset                         */
	Board_TSC_WriteReg(LPC_I2C0, FIFO_STA, 0x01);
	/* FIFO not reset	                   */
	Board_TSC_WriteReg(LPC_I2C0, FIFO_STA, 0x00);
	/* Drive 50 mA typical	              */
	Board_TSC_WriteReg(LPC_I2C0, TSC_I_DRIVE, 0x01);
	/* Pins are used for touchscreen	    */
	Board_TSC_WriteReg(LPC_I2C0, GPIO_ALT_FUNCT, 0x00);
	/* Enable TSC	                       */
	Board_TSC_WriteReg(LPC_I2C0, TSC_CTRL, 0x01);
	/* Clear interrupt status	           */
	Board_TSC_WriteReg(LPC_I2C0, INT_STA, 0xFF);
}

/* Get touch screen position */
bool GetTouchPos(int16_t *pX, int16_t *pY)
{
	int16_t x, y, rng;
	if (Board_TSC_TouchDetect(LPC_I2C0)) {
		Board_TSC_GetTouchCoord(LPC_I2C0, &x, &y);
		g_isPenDn = 1;
		g_isNewPenDn = 1;

		/* calibrate X */
		rng = ad_right - ad_left;
		if (rng < 0) {
			rng = -rng;
		}
		x -= (ad_right < ad_left) ? ad_right : ad_left;
		*pX = (x * C_GLCD_H_SIZE) / rng;
		if (ad_left > ad_right) {
			*pX = C_GLCD_H_SIZE - *pX;
		}

		/* calibrate Y */
		rng = ad_bottom - ad_top;
		if (rng < 0) {
			rng = -rng;
		}
		y -= (ad_bottom < ad_top) ? ad_bottom : ad_top;
		*pY = (y * C_GLCD_V_SIZE) / rng;
		if (ad_top > ad_bottom) {
			*pY = C_GLCD_V_SIZE - *pY;
		}
	}
	else {
		g_isPenDn = 0;
	}

	if (g_isNewPenDn) {
		g_isNewPenDn = 0;
		if (*pX < 0) {
			*pX = -*pX;
		}
		if (*pY < 0) {
			*pY = -*pY;
		}
		return true;
	}
	return false;
}

/* Turn on LCD backlight */
void Board_LCD_Set_Backlight(uint8_t Intensity)
{
	bool OnOff = (bool) (Intensity != 0);

	Chip_GPIO_WritePortBit(3, 8, OnOff);
}

/* Interrupt handler for GPIO0 */
void GPIO0_IRQHandler(void)
{
	static bool On;

	if (Chip_GPIO_IntGetStatus(0, 0, 0)) {
		Chip_GPIO_IntClear(0, 0);
		On = (bool) !On;
		Board_LED_Set(1, On);
	}
}

/* Initializes board specific GPIO Interrupt */
void Board_GPIO_Int_Init()
{
	Chip_SCU_PinMux(0xF, 9, (MD_PLN | MD_EZI | MD_ZI), FUNC0);	/* PF.9 : POTI button */
	Chip_GPIO_WriteDirBit(7, 23, false);	/* PF.9 -> GPIO7[23] : input */
	Chip_SCU_GPIOIntPinSel(0, 7, 23);
	Chip_GPIO_IntCmd(0, 0, IP_GPIOPININT_FALLING_EDGE);	/* Configure GPIO0[7] to interrupt pin (SW2 switch) */

	NVIC_EnableIRQ(PIN_INT0_IRQn);	/* enable GPIO interrupt 0 */
}

/* Initializes SDMMC interface */
void Board_SDMMC_Init(void)
{
	Chip_SCU_PinMux(0xC, 4, MD_PLN_FAST, FUNC7);	/* PC.4 connected to SDIO_D0 */
	Chip_SCU_PinMux(0xC, 5, MD_PLN_FAST, FUNC7);	/* PC.5 connected to SDIO_D1 */
	Chip_SCU_PinMux(0xC, 6, MD_PLN_FAST, FUNC7);	/* PC.6 connected to SDIO_D2 */
	Chip_SCU_PinMux(0xC, 7, MD_PLN_FAST, FUNC7);	/* PC.7 connected to SDIO_D3 */

	Chip_SCU_PinMux(0xC, 8, MD_PLN | MD_EZI, FUNC7);/* PC.4 connected to SDIO_CD */
	Chip_SCU_PinMux(0xC, 10, MD_PLN_FAST, FUNC7);	/* PC.10 connected to SDIO_CMD */
	Chip_SCU_PinMux(0xC, 0, MD_PLN | MD_EHS, FUNC7);/* PC.0 connected to SDIO_CLK */
}

/* Initializes SSP interface */
void Board_SSP_Init(LPC_SSP_Type *SSPx)
{
	if (SSPx == LPC_SSP0) {
		/* Set up clock and power for SSP0 module */
		/* Configure SSP0 pins*/
		Chip_SCU_PinMux(0x3, 3, MD_PLN_FAST, FUNC2);	/* P3.3 connected to SCL/SCLK	func2=SSP0 SCK0 */
		Chip_SCU_PinMux(0x3, 6, MD_PLN_FAST, FUNC2);	/* P3.6 connected to nCS		func2=SSP0 SSEL0 */
		Chip_SCU_PinMux(0x3, 7, MD_PLN | MD_EZI | MD_ZI, FUNC2);	/* P3.7 connected to SO		func2=SSP0 MISO0 */
		Chip_SCU_PinMux(0x3, 8, MD_PLN | MD_EZI | MD_ZI, FUNC2);	/* P3.8 connected to nSI	func2=SSP0 MOSI0 */

		Chip_Clock_EnableOpts(CLK_MX_SSP0, true, true, 1);
	}
	else if (SSPx == LPC_SSP1) {
		/* Set up clock and power for SSP1 module */
		/* Configure SSP1 pins*/
		Chip_SCU_PinMux(0xF, 4, MD_PLN_FAST, FUNC0);	/* PF.4 connected to SCL/SCLK	func0 = SSP1 SCK1 */
		Chip_SCU_PinMux(0xF, 5, MD_PLN_FAST, FUNC2);	/* PF.5 connected to nCS		func2 = SSP1 SSEL1 */
		Chip_SCU_PinMux(0xF, 6, MD_PLN | MD_EZI | MD_ZI, FUNC2);	/* PF.6 connected to SO			  func2 = SSP1 MISO1 */
		Chip_SCU_PinMux(0xF, 7, MD_PLN | MD_EZI | MD_ZI, FUNC2);	/* PF.7 connected to nSI		  func2 = SSP1 MOSI1 */

		Chip_Clock_EnableOpts(CLK_MX_SSP1, true, true, 1);
	}
	else {
		return;
	}
}

/* Initializes board specific buttons */
void Board_Buttons_Init(void)
{
	Chip_SCU_PinMux(0x4,  0, MD_PUP | MD_EZI | MD_ZI, FUNC0);	/* P9.1  : LED 6 */
	Chip_GPIO_WriteDirBit(BUTTONS_BUTTON1_GPIO_PORT_NUM, BUTTONS_BUTTON1_GPIO_BIT_NUM, false);
}

/* Sets up default states for joystick */
void Board_Joystick_Init(void)
{
	Chip_SCU_PinMux(0xC, 9, MD_PUP | MD_EZI | MD_ZI, FUNC4);		/* PC_9  as GPIO6[8] */
	Chip_SCU_PinMux(0xC, 11, MD_PUP | MD_EZI | MD_ZI, FUNC4);		/* PC_11 as GPIO6[10] */
	Chip_SCU_PinMux(0xC, 12, MD_PUP | MD_EZI | MD_ZI, FUNC4);		/* PC_12 as GPIO6[11] */
	Chip_SCU_PinMux(0xC, 13, MD_PUP | MD_EZI | MD_ZI, FUNC4);		/* PC_13 as GPIO6[12] */
	Chip_SCU_PinMux(0xC, 14, MD_PUP | MD_EZI | MD_ZI, FUNC4);		/* PC_14 as GPIO6[13] */

	Chip_GPIO_WriteDirBit(JOYSTICK_UP_GPIO_PORT_NUM, JOYSTICK_UP_GPIO_BIT_NUM, false);		/* input */
	Chip_GPIO_WriteDirBit(JOYSTICK_DOWN_GPIO_PORT_NUM, JOYSTICK_DOWN_GPIO_BIT_NUM, false);	/* input */
	Chip_GPIO_WriteDirBit(JOYSTICK_LEFT_GPIO_PORT_NUM, JOYSTICK_LEFT_GPIO_BIT_NUM, false);	/* input */
	Chip_GPIO_WriteDirBit(JOYSTICK_RIGHT_GPIO_PORT_NUM, JOYSTICK_RIGHT_GPIO_BIT_NUM, false);	/* input */
	Chip_GPIO_WriteDirBit(JOYSTICK_PRESS_GPIO_PORT_NUM, JOYSTICK_PRESS_GPIO_BIT_NUM, false);	/* input */
}

/* Gets joystick status */
uint8_t Joystick_GetStatus(void)
{

	uint8_t ret = NO_BUTTON_PRESSED;

	if (Chip_GPIO_ReadPortBit(JOYSTICK_UP_GPIO_PORT_NUM, JOYSTICK_UP_GPIO_BIT_NUM) == 0) {
		ret |= JOY_UP;
	}
	else if (Chip_GPIO_ReadPortBit(JOYSTICK_DOWN_GPIO_PORT_NUM, JOYSTICK_DOWN_GPIO_BIT_NUM) == 0) {
		ret |= JOY_DOWN;
	}
	else if (Chip_GPIO_ReadPortBit(JOYSTICK_LEFT_GPIO_PORT_NUM, JOYSTICK_LEFT_GPIO_BIT_NUM) == 0) {
		ret |= JOY_LEFT;
	}
	else if (Chip_GPIO_ReadPortBit(JOYSTICK_RIGHT_GPIO_PORT_NUM, JOYSTICK_RIGHT_GPIO_BIT_NUM) == 0) {
		ret |= JOY_RIGHT;
	}
	else if (Chip_GPIO_ReadPortBit(JOYSTICK_PRESS_GPIO_PORT_NUM, JOYSTICK_PRESS_GPIO_BIT_NUM) == 0) {
		ret |= JOY_PRESS;
	}

	return ret;
}

/* Gets buttons status */
uint32_t Buttons_GetStatus(void)
{
	uint8_t ret = NO_BUTTON_PRESSED;

	if (Chip_GPIO_ReadPortBit(BUTTONS_BUTTON1_GPIO_PORT_NUM, BUTTONS_BUTTON1_GPIO_BIT_NUM) == 0) {
		ret |= BUTTONS_BUTTON1;
	}
	return ret;
}

/* FIXME Should we remove this function? */
void Serial_CreateStream(void *Stream)
{
	// implement later
}

/**
 * @}
 */