-
Datei
keys.diff
diff --git a/src/platform/lpc2220/keyboard.c b/src/platform/lpc2220/keyboard.c index 80a665b..e74a8b3 100644 --- a/src/platform/lpc2220/keyboard.c +++ b/src/platform/lpc2220/keyboard.c @@ -49,6 +49,7 @@ uint8_t button_get_event
-
PDF
UM_10120_LPC213x_User_Manual.pdf
UM10120 Volume 1: LPC213x User Manual Rev. 01 — 24 June 2005 User manual Document information Info Content Keywords LPC2131, LPC2132, LPC2134, LPC2136, LPC2138, LPC2000, LPC213x, ARM, ARM7, embedded, 32-bit, microcontroller
in „Zeichen im Interrupt empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UM10120_1.pdf
UM10120 Volume 1: LPC213x User Manual Rev. 01 — 24 June 2005 User manual Document information Info Content Keywords LPC2131, LPC2132, LPC2134, LPC2136, LPC2138, LPC2000, LPC213x, ARM, ARM7, embedded, 32-bit, microcontroller
in „Baudrate Abtastfrequenz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
emc.h
0x6 #define FUNC7 0x7 /* DYNAMICCONFIG0 ========================================================== LPC_EMC->DYNAMICCONFIG0 */ #define BRC_128Mb_4Mx32 ((1 << 14) | (1 << 12) | (0x010 << 9) | (0x10 << 7)) //Adress Mapping: 128Mb, 4Mx32bit,4 banks, Bank->Row->Column #define RBC_128Mb_4Mx32 (BRC_128Mb_4Mx32
in „LPC1857 ARM Cortex M3 Problem mit EMC und SDRAM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SourceWatchdogLPC.txt
#define RELEASE 1 void InitWatchdog(void) { BYTE bPCLK; // Watchdog in Abhaengigkeit des Peripherietaktes iniitialisieren bPCLK = PRJ_PCLK; if(bPCLK == PRJ_VPBDIV_4) { // pclk = 15Mhz WDTC = 0x8000000; // 30 Sekunden } if(bPCLK == PRJ_VPBDIV_2) { // pclk = 30Mhz // WDTC = 0x10000000; // 30 Sekunden WDTC = 0x8000000; // 18 Sekunden } if(bPCLK == PRJ_VPBDIV_1) { // pclk = 60Mhz WDTC = 0x20000000; // 30 Sekunden } // Moderegister setzen Release/Debug Version #ifdef RELEASE WDMOD = 0x03; // Watchdot Interrupt + Watchdog Reset #endif // Interruptcontroller VICIntSelect = 0; // IRQ select // Interruptservicefunktion
in „Watchdog Probleme mit ARM Philips LPC2292/2294“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC2378-ROM.ld
****************************************************************/ /* Based on scripts found in the LPC yahoo-group and the Keil examples modified by Martin Thomas, Kaiserslautern, Germany http://www.siwawi.arubi.uni-kl.de/avr_projects Rev. 20060727 - mthomas - added *(.bss.*) 20070429 - mthomas - special version lpc2378 example */ /* ENTRY(_boot) STACK_SIZE = 0x800; -> see startup-file and .stack-section */ /* Memory Definitions */ MEMORY { ROM (rx) : ORIGIN = 0x00000000, LENGTH = (512k-4k) RAM (rw) : ORIGIN =
in „Linker error with LPC2378 - example code“ · µC & Digital Electronics ·
-
Datei
LPC2478_flash.ld
0x40000120, LENGTH = 224 */ /* */ /* } */ /* */ /* */ /* Author: James P. Lynch */ /* Modified for LPC2103 by Simon R. Ellwood */ /* ****************************************************************************************************** */ /* identify the Entry Point */ ENTRY(_startup) /* specify the LPC2478 memory areas */ MEMORY { flash : ORIGIN = 0x00000000, LENGTH = 512k /* FLASH ROM */ ram : ORIGIN = 0x40000000, LENGTH = 64k /* free RAM area */ } /* define a global symbol _stack_end */ _stack_end
in „NXP verschenkt ARM-Chips“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc_board_part.txt
C31 18p C32 100n C33 100n C36 100n C37 100n C38 100n C39 4µ7 C40 22n C41 33p C42 33p CON2 ERM-20 IC1 LPC2478FB IC2 FT232RL IC3 SN75LVDS8 IC4 K4S643232 IC5 TPS62056 IC6 LAN8720 IIC J1 DCJ0202 JTAG L1 L2 10µ WE:74 L3 7427920 L4 LED1 LED2 LED3 LED4 Q3 Q4 Q5 R1 22 R2 22 R3 22 R4 22 R5 22 R6 22 R7 22 R8 10k
in „NXP verschenkt ARM-Chips“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC2378-ROM.ld
****************************************************************/ /* Based on scripts found in the LPC yahoo-group and the Keil examples modified by Martin Thomas, Kaiserslautern, Germany http://www.siwawi.arubi.uni-kl.de/avr_projects Rev. 20060727 - mthomas - added *(.bss.*) 20070429 - mthomas - special version lpc2378 example */ /* ENTRY(_boot) STACK_SIZE = 0x800; -> see startup-file and .stack-section */ /* Memory Definitions */ MEMORY { ROM (rx) : ORIGIN = 0x00000000, LENGTH = (512k-4k) RAM (rw) : ORIGIN =
in „Teile der STL benutzen auf arm7 mittels Yagarto“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC2300_s.txt
;/*****************************************************************************/ ;/* LPC2300.S: Startup file for Philips LPC2300/LPC2400 device series */ ;/*****************************************************************************/ ;/* <<< Use Configuration Wizard in Context Menu >>>
in „Bootloader & Interrupts (LPC2366)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2214_rom.ld
***************************************************************** * author: Freddie Chopin * file: lpc2214_rom.ld * last change: 2009-09-19 * * chip: LPC2214 * compiler: arm-none-eabi-gcc 4.3.3 * * description: * Linker script for LPC2214 chip (256kB Flash, 32kB SRAM). * All exceptions' support was removed
in „Malloc gibt immer 0x00 zurück. Linker file fehlerhaft? (LPC2214)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc21output.txt
Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Viliam\Desktop>lpc21isp -ADARM -hex -debug ADuC2.hex com7 115200 45000 Target: Analog Devices. Turn on debug. lpc21isp version 1.31 File ADuC2.hex: loaded... Converting file ADuC2.hex to binary format... RecordLength
-
Datei
lpc2368_flash.ld
/* Identifica o ponto de entrada */ ENTRY(_startup) /* Especifica as areas de memoria do LPC2368 */ MEMORY { flash (rx) : ORIGIN = 0x00000000, LENGTH = (512k-4k) ram (rw) : ORIGIN = 0x40000000, LENGTH = (32k-32) } /* define a global symbol _stack_end */ _stack_end = 0x40007EDC; /* now define
in „LPC2368 SD/MMC interface (not fat, yet)“ · µC & Digital Electronics ·
-
PDF
lpc2468_evb.PDF
1 2 3 4 5 6 7 8 VCC 20 R2222 VCC LPC2468 2110k Ethernet p1.SchDoc p2.SchDoc A A MDCO MDCO TXD0 TXD0 TXD1 TXD1 S2COS10COS2I2COS302COS42COS502COS62COS782COS8 RXD0 RXD0 S1 S2 S3 S4 S5 S6 S7 S8 RXD1 RXD1 S0S 1 S I1S 01S 1S 01S 1S 81S REF_CLK
in „Kann sich jemand mein Schema anschauen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC1768_flash.ld
indicated on the first page of each file where * they apply. */ /* mthomas: - rom length to 512k for lpc1768 - commented out GROUP (portablity for non-CS toolchains - added _sdata, _sbss, _ebss - modified ENTRY - added KEEP for vector */ OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm
in „Cortex M3 Reset fehlerhaft, Reset nur sporadisch erfolgreich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC17xx.ld
/* Linker script for Cortex-M3 * * Version:CodeSourcery Sourcery G++ Lite 2007q3-53 * BugURL:https://support.codesourcery.com/GNUToolchain/ * * Copyright 2007 CodeSourcery. * * The authors hereby grant permission to use, copy, modify, distribute, * and license this software and its documentation for any purpose, provided * that existing copyright notices are retained in all copies and that this * notice is included verbatim in any distributions. No written agreement, * license, or royalty fee is required for any of the authorized uses. * Modifications to this software may be copyrighted by their
in „LPC1768 - Linker Script / Startupfile benötigt bzw. Error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148_ram.ld
= 0x0400; /* * This file, olimex_lpcp2148_ram.ld, locate the program in the internal * ram of the LPC2148. For more information about the memory of the LPC2148 * take a look in the LPC2141/2142/2144/2146/2148 USER MANUAL. * Reference is made to the user manual from 25 July 2006 Rev. 02 * * Take a look
in „Nested Interrupt Problem - LPC2148 - Yagarto“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2368_rom.ld
*************************************************** * * Project : lwIP Web * Subproject : * Name : lpc2368_rom.ld * Function : Linker script * Designer : K. Sterckx * Creation date : 22/01/2007 * Compiler : GNU ARM * Processor : LPC2368 * Last update : * Last updated by : * History : * **************
in „LPC2468: IRQ Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2294_ram.ld
ABT_STACK_SIZE = 0x0100; UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x0400; /* * This file, olimex_lpce2294_ram.ld, locate the program in the internal * ram of the LPC2294. For more information about the memory of the LPC2294 * take a look in the LPC2119/2129/2194/2292/2294 USER MANUAL. * Reference is
in „LPC 2294: Wie Code in Flash-Speicher laden?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148_rom.ld
littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) MEMORY { /* memory map of LPC2148 */ ROM (rx) : ORIGIN = 0x00000000, LENGTH = 512k RAM (rwx) : ORIGIN = 0x40000000, LENGTH = 32k } /* The sizes of the stacks used by the application. NOTE: you need to adjust */ C_STACK_SIZE = 512
in „Fehler beim Linken mit Yagarto und LPC2148“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148-rom.ld
********************************* */ /* identify the Entry Point */ ENTRY(_startup) /* specify the LPC2148 memory areas */ MEMORY { flash : ORIGIN = 0, LENGTH = 512K /* FLASH ROM */ ram_isp_low(A) : ORIGIN = 0x40000120, LENGTH = 223 /* variables used by Philips ISP bootloader */ ram : ORIGIN = 0x40000200
in „Initialisierung von globalen Variablen in Codesourcery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148_rom.ld
littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) MEMORY { /* memory map of LPC2148 */ ROM (rx) : ORIGIN = 0x00000000, LENGTH = 512k RAM (rwx) : ORIGIN = 0x40000000, LENGTH = 64k } /* The sizes of the stacks used by the application. NOTE: you need to adjust */ C_STACK_SIZE = 1024
in „Initialisierung von globalen Variablen in Codesourcery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC2378-ROM.ld
****************************************************************/ /* Based on scripts found in the LPC yahoo-group and the Keil examples modified by Martin Thomas, Kaiserslautern, Germany http://www.siwawi.arubi.uni-kl.de/avr_projects Rev. 20060727 - mthomas - added *(.bss.*) 20070429 - mthomas - special version lpc2378 example */ /* ENTRY(_boot) STACK_SIZE = 0x800; -> see startup-file and .stack-section */ /* Memory Definitions */ MEMORY { ROM (rx) : ORIGIN = 0x00000000, LENGTH = (512k-4k) RAM (rw) : ORIGIN =
in „LPC2378 - region RAM is full“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148-rom.ld
MEMORY { flash : ORIGIN = 0, LENGTH = 500K ram : ORIGIN = 0x40000000, LENGTH = 32K dmaram : ORIGIN = 0x7FD00000, LENGTH = 8K } __stack_end__ = 0x40000000 + 32K - 4; SECTIONS { . = 0; startup : { *(.startup)} >flash prog : { *(.text) *(.rodata) *(.rodata*) *(.glue_7) *(.glue_7t) } >flash __end_of_text__ = .; .data : { __data_beg__ = .; __data_beg_src__ = __end_of_text__; *(.data) __data_end__ = .; } >ram AT>flash .bss : { __bss_beg__ = .; *(.bss) _bss_end__ = . ; __bss_end__ = . ; } >ram /* Align here to ensure that the .bss section occupies space up to _end. Align after .bss to ensure correct alignment
in „LPC2148: DMA-RAM mit GCC nutzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC2478_SDRAM.c
#define SDRAM_BASE_ADDR (*(volatile unsigned long *)0xA0000000) #define SDRAM_LENGTH 16000000 // 16.000.000 Bytes ( = 128 Mbit SDRAM) //******************************************************************* /* Write byte on specified byte!! address*/ void SDRAM_write_byte(unsigned long byte_address, unsigned char data) { *((volatile unsigned char *)&SDRAM_BASE_ADDR + byte_address) = data; } //*********************************************************** //*********************************************************** unsigned char SDRAM_read_byte(unsigned long byte_address) { return (*((volatile unsigned char
in „LPC2478 +SDRAM == Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC2378-ROM.ld
****************************************************************/ /* Based on scripts found in the LPC yahoo-group and the Keil examples modified by Martin Thomas, Kaiserslautern, Germany http://www.siwawi.arubi.uni-kl.de/avr_projects Rev. 20060727 - mthomas - added *(.bss.*) 20070429 - mthomas - special version lpc2378 example */ /* ENTRY(_boot) STACK_SIZE = 0x800; -> see startup-file and .stack-section */ /* Memory Definitions */ MEMORY { ROM (rx) : ORIGIN = 0x00000000, LENGTH = (512k-4k) RAM (rw) : ORIGIN =
in „LPC2378 - flashen per Ethernet“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
lpc2468board.pdf
R12 R13 R14 R15 2 5 6 5 1 8 4 D2 VCC C21 X2 4k7 4k7 4k7 4k7 4k7 4k7 1 6 7 8 1 1 1 1 1 1 2 8 1 3 2 2 LPC2468FBD208 100n 2 1 R16 R17 4 3 8 TRST 3 3 3 3 3 3 3 3 3 3) ) ) 3 3 3) T F A P2.8 / TD2 / TXD2 / TRACEPKT3 134 56 56 6 5 4 V V V V V V V V V V V V V B R D 132 C22 8 7 6 TDI ( 3(3(3 ( 3(3(3 ( 3( ( ( )
in „NXP verschenkt ARM-Chips“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc8Symbols.s
@ The following symbols are defined as structures in C @ The absolute addresses are defined here. @ APB peripherals .global WWDT, MRT, WKT, SWM, PMU, ACMP, IOCON, SYSCON, I2C, SPI0, SPI1, USART0, USART1, USART2 @ high speed access .global CRC, SCT, GPIO, PIM, SCB, NVIC, SYSTICK @ other .global iapEntry .equ WWDT, 0x40000000 .equ MRT, 0x40004000 .equ SWM, 0x4000C000 .equ PMU, 0x40020000 .equ ACMP, 0x40024000 .equ IOCON, 0x40044000 .equ SYSCON, 0x40048000 .equ I2C, 0x40050000 .equ SPI0, 0x40058000 .equ SPI1, 0x4005C000 .equ USART0, 0x40064000 .equ USART1, 0x40068000 .equ USART2, 0x4006C000 .equ WKT
in „LPC800 existiert (fast) nicht in diesem Forum“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc111x.h
/* ----------------------------------------------------------- lpc111x.h Low-level Header fuer LPC111x MCUs Bitnamen sind wie im User Manual UM10398 von NXP beschrieben ausgefuehrt ------------------------------------------------------------ */ // Bitmasken #define
in „LPC1114FN28 und GPIO“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc17xx.ld
/* Linker script for LPC1768 Cortex-M3 ARM MCU */ /* $Id$ */ /* Copyright (C)2013-2014, Philip Munts, President, Munts AM Corp. */ /* */ /* Redistribution and use in source and binary forms, with or without */ /* modification
in „LPC1768 OpenOCD arm-none-eabi-gcc 5.3.0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc17xx.ld
/* Linker script for mbed LPC1768 */ /* Linker script to configure memory regions. */ MEMORY { FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K RAM (rwx) : ORIGIN = 0x100000C8, LENGTH = 32K USB_RAM(rwx) : ORIGIN = 0x2007C000, LENGTH
in „lpc1768 arm-non-eabi-gcc printf to uart0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LPC800-Dev.pdf
1/7/14 11:08 PM f=0.90 /home/marc/eagle-shared/projects/LPC800/LPC800-Dev.sch (Sheet: 1/1)
in „Verschenke 5 Stck LPC812M101FD20 SOIC-20, Samplesrev 2A“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
************/ #ifndef __IRQ__ #define __IRQ__ __attribute__ ((interrupt ("IRQ"))) #endif #include "lpc24xx.h" #include "LPC2xxx_embedded.h" pLPC_VIC_TypeDef VIC_Controller_basis; pLPC_TIMER_TypeDef TIMER0_Controller_basis; void isr_TMR0(void)__IRQ__; int green = 1; int main (void) { // Enable Fast GPIOs
in „Hitex - ARM7 LPCStick“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tl.h
__tl_h #define armv6_m__tl_h /* armv6-m/tl.h Copyright 2014 Marc Prager This file is part of the c-lpc8 library. c-lpc8 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. c-lpc8 is published in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
in „Multithreading auf LPC800 - 86Byte(!) Code-Groesse“ · Projekte & Code ·
-
Datei
tl.s
/* armv6-m/tl.h Copyright 2014 Marc Prager This file is part of the c-lpc8 library. c-lpc8 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. c-lpc8 is published in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
in „Multithreading auf LPC800 - 86Byte(!) Code-Groesse“ · Projekte & Code ·
-
Datei
multitask.c
Prager Multithreading example. */ #include <armv6-m/tl.h> // context switcher for Cortex-M0 #include <lpc8/syscon.h> #include <lpc8/swm.h> #include <lpc8/usart.h> #include <lpc8/systickTimer.h> #include <print.h> #include <fixedPoint.h> enum { PCLK = 12*MEGA, BAUD = 115200, }; void handlerDefault(void)
in „Multithreading auf LPC800 - 86Byte(!) Code-Groesse“ · Projekte & Code ·
-
Datei
startup_gnu.S
*************************************************************** @* startup.s: startup file for NXP LPC230x Family Microprocessors @* @* Copyright(C) 2006, NXP Semiconductor @* All rights reserved. @* @* History @* 2006.09.01 ver 1.00 Prelimnary version, first Release @* @*****************************
in „LPC2378 - region RAM is full“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_gnu.S
*************************************************************** @* startup.s: startup file for NXP LPC230x Family Microprocessors @* @* Copyright(C) 2006, NXP Semiconductor @* All rights reserved. @* @* History @* 2006.09.01 ver 1.00 Prelimnary version, first Release @* @*****************************
in „LPC2378 - flashen per Ethernet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
new_ili9225.h
0x00,0xce); } //============================================================================+ void LPC17xx_SPI_SendRecvByte (unsigned char byte_s) {SPDR=byte_s; while(!(SPSR & (1<<SPIF))); } void LCD_WriteIndex(unsigned char index) { SPI_CS_LOW; LPC17xx_SPI_SendRecvByte(SPI_START | SPI_WR | SPI_INDEX);//write:RS=0,RW=0 LPC17xx_SPI_SendRecvByte(0); LPC17xx_SPI_SendRecvByte(index); SPI_CS_HIGH; } void LCD_WriteData( unsigned short data) { SPI_CS_LOW; LPC17xx_SPI_SendRecvByte(SPI_START | SPI_WR | SPI_DATA); LPC17xx_SPI_SendRecvByte
in „Treiber für TFT LCD Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Startup.S
*************************************************************** @* startup.s: startup file for NXP LPC230x Family Microprocessors @* @* Copyright(C) 2006, NXP Semiconductor @* All rights reserved. @* @* History @* 2006.09.01 ver 1.00 Prelimnary version, first Release @* @*****************************
in „Linker error with LPC2378 - example code“ · µC & Digital Electronics ·
-
Datei
Startup.S
*************************************************************** @* startup.s: startup file for NXP LPC230x Family Microprocessors @* @* Copyright(C) 2006, NXP Semiconductor @* All rights reserved. @* @* History @* 2006.09.01 ver 1.00 Prelimnary version, first Release @* @*****************************
in „Yagarto und c++“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Startup.S
*************************************************************** @* startup.s: startup file for NXP LPC230x Family Microprocessors @* @* Copyright(C) 2006, NXP Semiconductor @* All rights reserved. @* @* History @* 2006.09.01 ver 1.00 Prelimnary version, first Release @* @*****************************
-
Datei
Startup.s
*************************************************************** @* startup.s: startup file for NXP LPC230x Family Microprocessors @* @* Copyright(C) 2006, NXP Semiconductor @* All rights reserved. @* @* History @* 2006.09.01 ver 1.00 Prelimnary version, first Release @* @*****************************
in „LPC2468: IRQ Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AOA_Application_Board_revA.pdf
Page 2 LPC1769 Core Page 3 USB interface: Host or Device Page 4 100/10M Ethernet PHY Page 5 CAN and Serial expansion interface Page 6 RF interfaces Page 7 uSD interface Page 8 LPC1769 I/O and Peripherals Page
in „Probleme mit LPC11C24“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**************************************************************************************** Platform: LPC2148 Development Board. This application code demonstrates ADC peripheral on LPC2148. Trimpots are used as source for analog signal Digital data is tranmitted on UART0(9600) Compiled with: RealView MDK-ARM
-
Datei
main.c
================================================================== */ #ifdef __USE_CMSIS #include "LPC17xx.h" #endif #include <cr_section_macros.h> // TODO: insert other include files here #include "LPC176x.h"//error #define RxFliterCtrl #define CCR 2x #include "pinout.h" #include "defines.h" #include
in „Leisungsvergleich ARM AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
NXP LPC-Link 2 Leiterplatte
20. NXP LPC-Link 2 Digital Expansion Serial Expansion J3 LPC4370 SWD/JTAG J2 NXP LPCXpresso LPC-Link 2 Rev B JP1 closed: Boot SPIFI JP1 open: Boot USB DFU JP2 closed: buffers pwr by Link 2 JP2 open: buffers pwr
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Platinenfotos
-
Datei
init_ili9225.h
| SPI_WR | SPI_INDEX); /* Write : RS = 0, RW = 0 */ LPC17xx_SPI_SendRecvByte(0); LPC17xx_SPI_SendRecvByte(index); SPI_CS_HIGH; } void LCD_WriteData( unsigned short data) { SPI_CS_LOW; LPC17xx_SPI_SendRecvByte(SPI_START | SPI_WR | SPI_DATA); /* Write : RS = 1, RW = 0 */ LPC17xx_SPI_SendRecvByte((data >> 8)); /* Write D8..D15 */ LPC17xx_SPI_SendRecvByte((data & 0xFF)); /* Write D0..D7 */ SPI_CS_HIGH; } void LCD_WriteReg( unsigned short LCD_Reg, unsigned short LCD_RegValue
in „2.2" 176x220 SPI TFT - Kennt jemand dieses Modell?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sections_FLASH.ld
of startup */ . = ALIGN(4); } >STARTFLASH /* for Cortex LPC devices, the CRP contains a code to protect the flash */ .crp_patch : { . = ALIGN(4); KEEP(*(.crp_patch)) /* CRP word */ . = ALIGN(4); } >CRPPATCH /* for some STRx devices, the beginning of the startup
in „Anfänger Linkerscipt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test.cpp
#include "LPC11Axx.h" #include <cr_section_macros.h> namespace mcal { namespace reg { constexpr uint32_t portb = 0x25U; constexpr uint32_t bval1 = 0x01U << 1U; constexpr uint32_t bval5 = 0x01U << 5U; } } template
in „constexpr Mikrokontroller Pointer Hartwarezugriff“ · Mikrocontroller und Digitale Elektronik ·