-
Bild
Verschiedene Mikrocontroller-Entwicklungsboards auf blauem Untergrund
ST Nucleo XNUCLEO F103RB ARM Cortex-M3/M4 mbed 16. Waveshare XNUCLEO F103RB 17. HAOYOU LPC1768-Mini-DK2 18. NXP LPC1549xpresso V2 19. Panutt LPC1768 20. NXP LPC-Link 2 (LPC XPresso) 19.02.2024
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Platinenfotos
-
Bild
HAOYU LPC1768-Mini-DK2 Mikrocontroller-Entwicklungsboard
17. HAOYU LPC1768-Mini-DK2, PowerMCU, www.PowerMCU.com, USB-COM, HanRun, CE, FC, LPC1768-Mini-DK2, HAOYU ELECTRONICS, RESET, HOST, LINK DEVICE
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Platinenfotos
-
Bild
Panucatt Re-ARM LPC1768 Mikrocontroller-Board
19. Panucatt Re-ARM LPC1768 Designed by PANUCATT DEVICES UART, LAN/SPI, J10, C1, C2, C3, C10, C23, C28, R13, R14, C18, C26, C25, C17, C19, C2, U1, C23, C12, C4, C22, R22, R21, R20, R19, R18, R17, R16, R15, R14, R13, R12, R11
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Platinenfotos
-
Datei
can.c
*********************************************************** * can.c: CAN module API file for NXP LPC17xx Family Microprocessors * * Copyright(C) 2009, NXP Semiconductor * All rights reserved. * * History * 2009.05.27 ver 1.00 Prelimnary version, first Release * 13.10.2010 ver 1.1 Änderung bezüglich CAN2
in „sprintf mehrfach“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
******************************************************************** * i2c.c: I2C C file for NXP LPC17xx Family Microprocessors * * Copyright(C) 2009, NXP Semiconductor * All rights reserved. * * History * 2009.05.26 ver 1.00 Prelimnary version, first Release * ***************************************
in „LPC1758 Problem mit I2C Bus“ · 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
startup_LPC17xx.S
********************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /*****************************************
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“ · Compiler & IDEs ·
-
Datei
startup_LPC17xx.s
********************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /*****************************************
in „LPC1768 - Linker Script / Startupfile benötigt bzw. Error“ · Compiler & IDEs ·
-
Datei
svpwm.c
#ifdef __USE_CMSIS #include "LPC17xx.h" #endif #include "core_cm3.h" // Makros für die GPOIS des LPC1760 ------------------------------------ #define PINSEL ((volatile uint32_t*)&LPC_PINCON->PINSEL0) #define PINMODE ((volatile uint32_t*)&LPC_PINCON->PINMODE0) #define PINMODE_OD ((volatile uint32_t*)&
in „SVPWM mit LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RTOSDemo_RDB1768.ld
GENERATED FILE - DO NOT EDIT * (C) Code Red Technologies Ltd, 2008-10 * Generated linker script file for LPC1769 * Created from nxp_lpc17_c.ld (vLPCXpresso v3.6 (3 [Build 317] [08/04/2011] )) * By LPCXpresso v3.6.3 [Build 317] [08/04/2011] on Fri May 20 01:19:05 CEST 2011 */ INCLUDE "RTOSDemo_RDB1768_lib.ld"
in „LPC1788 - startup / .ld-script“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RTOSDemo_RDB1768_Debug_lib.ld
FILE - DO NOT EDIT * (C) Code Red Technologies Ltd, 2008-2012 * Generated linker script file for LPC1769 * Created from LibIncTemplate.ld (vRed Suite v4.2 (0 [Build 349] [25/02/2012] )) * By Red Suite v4.2.0 [Build 349] [25/02/2012] on Tue Apr 10 10:57:44 CEST 2012 */ GROUP( libcr_semihost.a libcr_c.a
in „LPC1788 - startup / .ld-script“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ld_script.ld
FILE - DO NOT EDIT * (C) Code Red Technologies Ltd, 2008-2012 * Generated linker script file for LPC1788 * Created from generic_c.ld (vLPCXpresso v4.2 (0 [Build 224] [24/02/2012] )) * By LPCXpresso v4.2.0 [Build 224] [24/02/2012] on Wed Apr 18 18:52:15 CEST 2012 */ MEMORY { /* Define each memory region
in „LPC1788 - startup / .ld-script“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
svpwm_db.c
USE_CMSIS // #include "LPC17xx.h" // #endif // #include "core_cm3.h" // // // Makros für die GPOIS des LPC1760 ------------------------------------ // #define PINSEL ((volatile uint32_t*)&LPC_PINCON->PINSEL0) // #define PINMODE ((volatile uint32_t*)&LPC_PINCON->PINMODE0) // #define PINMODE_OD ((volatile uint32
in „SVPWM mit LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ohci.c
*******************************************************************\ * Projekt: * * Ziel-System: LPC17xx * * Autor: Marco Kaminski * * Version: v0.a.003 * * Datum: 09.01.2013 * * * * Beschreibung: * * OHCI-Stack fuer LPC17xx-Prozessoren * * * * Changelog: * * v0.a.002 - Umstellung von Bitschubsen auf
in „USB-Host LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
init_ili9225.h
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) { /* Write
in „2.2" 176x220 SPI TFT - Kennt jemand dieses Modell?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwm.c
****************************** * $Id:: pwm.c 5748 2010-11-30 23:48:37Z usb00423 $ * Project: NXP LPC17xx PWM example * * Description: * This file contains PWM code example which include PWM initialization, * PWM interrupt handler, and APIs for PWM access. * *******************************************
in „LPC1769 PWM Probleme bei Dutycycle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwm.h
****************************** * $Id:: pwm.h 5759 2010-12-01 18:30:38Z usb00423 $ * Project: NXP LPC17xx PWM example * * Description: * This file contains PWM code header definition. * **************************************************************************** * Software that is described herein is
in „LPC1769 PWM Probleme bei Dutycycle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwmtest.c
************************** * $Id:: pwmtest.c 6097 2011-01-07 04:31:25Z nxp12832 $ * Project: NXP LPC17xx PWM example * * Description: * This file contains PWM test modules, main entry, to test PWM APIs. * **************************************************************************** * Software that is
in „LPC1769 PWM Probleme bei Dutycycle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwm.c
****************************** * $Id:: pwm.c 5748 2010-11-30 23:48:37Z usb00423 $ * Project: NXP LPC17xx PWM example * * Description: * This file contains PWM code example which include PWM initialization, * PWM interrupt handler, and APIs for PWM access. * *******************************************
in „LPC1769 PWM Probleme bei Dutycycle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwm.h
****************************** * $Id:: pwm.h 5759 2010-12-01 18:30:38Z usb00423 $ * Project: NXP LPC17xx PWM example * * Description: * This file contains PWM code header definition. * **************************************************************************** * Software that is described herein is
in „LPC1769 PWM Probleme bei Dutycycle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwmtest.c
************************** * $Id:: pwmtest.c 6097 2011-01-07 04:31:25Z nxp12832 $ * Project: NXP LPC17xx PWM example * * Description: * This file contains PWM test modules, main entry, to test PWM APIs. * **************************************************************************** * Software that is
in „LPC1769 PWM Probleme bei Dutycycle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc17xx_emac.c
/** * @file lpc17xx_emac.c * @brief Contains all functions support for Ethernet MAC firmware library on LPC17xx * @version 2.0 * @date 21. May. 2010 * @author NXP MCU SW Application Team *********************************
in „LPC1768 Ethernet mit DP83848J“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cr_startup_lpc17_old.s
********************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /*****************************************
in „LPC17xx (Cortex M3) mit FreeRTOS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPC1768.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 „LPC17xx (Cortex M3) mit FreeRTOS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cr_startup_lpc17_old.s
********************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /*****************************************
in „LPC17xx (Cortex M3) mit FreeRTOS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cr_startup_lpc17_old.s
********************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /*****************************************
in „LPC17xx (Cortex M3) mit FreeRTOS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dma.c
****************************** * $Id:: dma.c 5795 2010-12-03 00:02:09Z usb00423 $ * Project: NXP LPC17xx DMA example * * Description: * This file contains DMA code example which include DMA * initialization, DMA interrupt handler, and APIs for DMA * transfer. * ***************************************
in „DAC+DMA LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dma.h
****************************** * $Id:: dma.h 5795 2010-12-03 00:02:09Z usb00423 $ * Project: NXP LPC17xx DMA example * * Description: * This file contains DMA code header definition. * **************************************************************************** * Software that is described herein is
in „DAC+DMA LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
-
Datei
new_ili9225.h
} //============================================================================+ 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 ·
-
PDF
UM08001_JLinkARM.pdf
LPC1113 NXP** LPC1311 LPC1311 NXP** LPC1313 LPC1313 NXP** LPC1342 LPC1342 NXP** LPC1343 LPC1343 NXP** LPC1751 LPC1751 NXP** LPC1752 LPC1752 NXP** LPC1754 LPC1754 NXP** LPC1756 LPC1756 NXP** LPC1758 LPC1758 NXP** LPC1764 LPC1764 NXP** LPC1765 LPC1765 NXP** LPC1766 LPC1766 NXP** LPC1768 LPC1768 NXP LPC2101
in „[V] J-Link JTAG Adapter USB für ARM abzugeben“ · Markt ·
-
Datei
NXP_emWinBSP_EA1788_Xpresso510.ld
GENERATED FILE - DO NOT EDIT * (C) Code Red Technologies Ltd, 2008-10 * Generated linker script file for LPC1788 * Created from generic_c.ld (vLPCXpresso v4.0 (6 [Build 152] [01/08/2011] )) * By LPCXpresso v4.0.6 [Build 152] [01/08/2011] on Thu Sep 29 11:25:59 CEST 2011 */ INCLUDE "../NXP_emWinBSP_EA1788_Xpresso510
in „LPC1857 ARM Cortex M3 Problem mit EMC und SDRAM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AN10864_1.pdf
AN10864 Importing FreeRTOS to LPC17xx CMSIS project Rev. 01 — 28 August 2009 Application note Document information Info Content Keywords FreeRTOS, LPC1700 Abstract Import FreeRTOS to LPC1700CMSIS project NXP Semiconductors AN10864 Importing
in „FreeRTOS mit GCC aufm MB1760 (LPC1768)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Vorlage_100x75.pdf
1 3 1 0 R 1 F 3 H p C + R 3 H 9 C X M 2 1 0 X M 3 3 R 1 1 XTAL2 RTCX2 V F 2 F 4 + GND 9 C p C LPC1752_PORT0 3 GND 2 GND Port 0 SDA1/P0.0 38P0.0-CAN:RX SCL1/P0.1 79P0.1-CAN:TX TXD0/P0.2 80 RXD0/P0.3 64 SSEL1/P0.6 63 SCK1/P0.7 62 IC1 TJA1050 C MISO1/P0.8 61 P0.1-CAN:TX 1 7 C TXD2/P0.10 39 TXD CANH RXD2
-
PDF
lpc1769_imu_v2.pdf
7 9 + H D T W +3V3 2 4 A F S I R21 GPIO2 C 1 A 2 4 6 8 1 V 10k 1 2 . C T 3 4 1 . A 1 3 IC1 5 6 LPC1768or LPC1769 A 1 U 7 8 S L 4 TRST_N 9 10 95 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 46 S 2 TDI 94 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 47 3 TMS/SWDIO 93 P1.4/ENET-TX_EN P0.2/TXD0/AD0.7 98 5 TCK/SWDCLK
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LPC1769_IMU_v3.pdf
7 9 + H D T W +3V3 2 4 A F S I R21 GPIO2 C 1 A 2 4 6 8 1 V 10k 1 2 . C T 3 4 1 . A 1 3 IC1 5 6 LPC1768or LPC1769 A 1 U 7 8 S L 4 TRST_N 9 10 95 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 46 S 2 TDI 94 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 47 3 TMS/SWDIO 93 P1.4/ENET-TX_EN P0.2/TXD0/AD0.7 98 5 TCK/SWDCLK
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AiMS2000.pdf
9 + H D 2 4 6 T W +3V3 A F S I R21 GPIO2 C A 2 4 6 8 1 V 10k 1 2 . C R 3 4 1 . A 1 3 5 IC1 5 6 LPC1768or LPC1769 A 1 U 3 7 8 S L TX3 3 4 TRST_N 9 10 95 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 46 S + 2 TDI 94 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 47 CAN 3 TMS/SWDIO 93 P1.4/ENET-TX_EN P0.2/TXD0/AD0.7 98
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Vorlage_100x75.pdf
1 2 3 4 5 6 LPC1752_PORT0 LPC1752_POWER Port 0 37 V SDA1/P0.0 38P0.0-CAN:RX 16 3 A SCL1/P0.1 79P0.1-CAN:TX VBAT VBAT 1 + A TXD0/P0.2 80 BLD SWO/TDO 2 TDI/TDO +3V3/2.1B RXD0/P0.3 64 C27 C26 10 TDI 3 SSEL1/P0.6 63 +3V3 L3
-
PDF
AiMS2000.pdf
100nF10nF 100nF10nF 100nF10nF - 1 3 5 7 9 D H D N T W +3V3 G A F S I R21 A 2 4 6 8 1 V 10k IC1 LPC1768or LPC1769 4 TRST_N P1.0/5.1B 95 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 46 SDA1/2.3B 2 TDI P1.1/5.1B 94 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 47 SCL1/2.4B 3 TMS/SWDIO P1.4/5.2B 93 P1.4/ENET-TX_EN P0.2
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AiMS2000.pdf
100nF10nF 100nF10nF 100nF10nF I I 3 D + N I GND G A V +3V3 8 A 7 R21 S 2 k 2 2 10k _ R 2 R 1 IC1 LPC1768or LPC1769 S TDI I V 4 TRST_N P1.0/5.1B 95 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 46 SDA1/2.3B + TMS/SWDIO 2 TDI P1.1/5.1B 94 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 47 SCL1/2.4B 3 TMS/SWDIO P1.4/5.2B
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
final_board.pdf
22k +3V3 D ISP_SW GND G R28 A +3V3 ISP Pin can be grounded if needed with GND Pin's A R21 IC1 10k LPC1768or LPC1769 4 95 46 2 TRST_N P1.0/5.1B 94 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 47 SDA1/2.3B 3 TDI P1.1/5.1B 93 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 98 SCL1/2.4B TMS/SWDIO P1.4/5.2B P1.4/ENET-TX_EN
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CMSIS_Doulos_Tutorial.pdf
reserved. 7 Getting started with CMSIS The next example shows the corresponding definitions for a NXP LPC17xx device. In this Cortex-M3 implementation five priority bits have been implemented and an MPU is available. /* Configuration of the Cortex-M3 Processor and Core Peripherals */ #define __MPU_PRESENT
in „stm32 tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EU_Price_List_2011.pdf
Evaluation Board for NXP LPC1343 (Cortex-M3) 140.00 www.keil.com/mcb1000 MCB17xx Evaluation Board for NXP LPC175x and LPC 176x series (Cortex-M3) 250.00 MCB1800 Evaluation Board for NXP LPC1800 series (Cortex-M3) NEW! Available Q3,2011 260.00 MCB2140 Evaluation Board for NXP LPC214x series (ARM7TDMI) 170.00 MCB23xx
in „TFT240320TP an Savvy128v1.2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Configuration.h
21. * 21 : Pt100 with circuit in the Ultimainboard V2.x with 3.3v ADC reference voltage (STM32, LPC176x....) and 5V INA826 amplifier board supply. * NOTE: ADC pins are not 5V tolerant. Not recommended because it's possible to damage the CPU by going over 500°C. * 22 : 100k (hotend) with 4.7k pullup
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
Configuration_adv.h
define L6470_STOP_ON_ERROR #endif #endif // HAS_L64XX // @section i2cbus // // I2C Master ID for LPC176x LCD and Digital Current control // Does not apply to other peripherals based on the Wire library. // //#define I2C_MASTER_ID 1 // Set a value from 0 to 2 /** * TWI/I2C BUS * * This feature is an EXPERIMENTAL
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
platformio.ini
custom_marlin.SDSUPPORT = SdFat - Adafruit Fork debug_tool = jlink ################################# # # # LPC176x Architecture # # # ################################# # # NXP LPC176x ARM Cortex-M3 # [common_LPC] platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.3.zip platform_packages =
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
Configuration.h
port on the board to use for communication with the host. * Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1 * :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ //#define SERIAL_PORT_3 1 //#define BAUDRATE_3 250000 // Enable to override BAUDRATE // Enable the Bluetooth serial interface on AT90USB devices
in „Custom 3D-Drucker zu ausgebuchtete Ecken“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
user.manual.lpc17xx.pdf
UM10360 LPC17xx User manual Rev. 2 — 19 August 2010 User manual Document information Info Content Keywords LPC1769, LPC1768, LPC1767, LPC1766, LPC1765, LPC1764, LPC1763, LPC1759, LPC1758, LPC1756, LPC1754, LPC1752
in „LPCxpresso 1769 I2C Takt einstellen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
defines.h
PINSEL_ConfigPin(&PinCfg); PinCfg.Pinnum = 18; PINSEL_ConfigPin(&PinCfg); #endif /* //FEHLENDE LPC176x.h #define NVIC_SYSTICK_CLK 0x00000004 #define NVIC_SYSTICK_INT 0x00000002 #define NVIC_SYSTICK_ENABLE 0x00000001 #define NVIC_ST_RELOAD (*(volatile uint32_t*)0xE000E014) #define NVIC_ST_CTRL (*(volatile
in „Header Datei für Konfiguration erstellen“ · Compiler & IDEs ·