Clone of official tools
export/mcuxpresso/lpc4088_cproject.tmpl@40:7d3fa6b99b2b, 2017-10-10 (annotated)
- Committer:
- theotherjimmy
- Date:
- Tue Oct 10 16:56:30 2017 -0500
- Revision:
- 40:7d3fa6b99b2b
Update to tools release 5.6.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
theotherjimmy |
40:7d3fa6b99b2b | 1 | {% extends "mcuxpresso/.cproject.tmpl" %} |
theotherjimmy |
40:7d3fa6b99b2b | 2 | |
theotherjimmy |
40:7d3fa6b99b2b | 3 | {% block cpu_config %}<?xml version="1.0" encoding="UTF-8"?> |
theotherjimmy |
40:7d3fa6b99b2b | 4 | <TargetConfig> |
theotherjimmy |
40:7d3fa6b99b2b | 5 | <Properties property_0="" property_2="LPC177x_8x_407x_8x_512.cfx" property_3="NXP" property_4="LPC4088" property_count="5" version="1"/> |
theotherjimmy |
40:7d3fa6b99b2b | 6 | <infoList vendor="NXP"><info chip="LPC4088" flash_driver="LPC177x_8x_407x_8x_512.cfx" match_id="0x481D3F47" name="LPC4088" stub="crt_emu_cm3_nxp"><chip><name>LPC4088</name> |
theotherjimmy |
40:7d3fa6b99b2b | 7 | <family>LPC407x_8x</family> |
theotherjimmy |
40:7d3fa6b99b2b | 8 | <vendor>NXP (formerly Philips)</vendor> |
theotherjimmy |
40:7d3fa6b99b2b | 9 | <reset board="None" core="Real" sys="Real"/> |
theotherjimmy |
40:7d3fa6b99b2b | 10 | <clock changeable="TRUE" freq="12MHz" is_accurate="TRUE"/> |
theotherjimmy |
40:7d3fa6b99b2b | 11 | <memory can_program="true" id="Flash" is_ro="true" type="Flash"/> |
theotherjimmy |
40:7d3fa6b99b2b | 12 | <memory id="RAM" type="RAM"/> |
theotherjimmy |
40:7d3fa6b99b2b | 13 | <memory id="Periph" is_volatile="true" type="Peripheral"/> |
theotherjimmy |
40:7d3fa6b99b2b | 14 | <memoryInstance derived_from="Flash" id="MFlash512" location="0x0" size="0x80000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 15 | <memoryInstance derived_from="RAM" id="RamLoc64" location="0x10000000" size="0x10000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 16 | <memoryInstance derived_from="RAM" id="RamPeriph32" location="0x20000000" size="0x8000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 17 | <prog_flash blocksz="0x1000" location="0x0" maxprgbuff="0x1000" progwithcode="TRUE" size="0x10000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 18 | <prog_flash blocksz="0x8000" location="0x10000" maxprgbuff="0x1000" progwithcode="TRUE" size="0x70000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 19 | <peripheralInstance derived_from="V7M_MPU" id="MPU" location="0xe000ed90"/> |
theotherjimmy |
40:7d3fa6b99b2b | 20 | <peripheralInstance derived_from="V7M_NVIC" id="NVIC" location="0xe000e000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 21 | <peripheralInstance derived_from="V7M_DCR" id="DCR" location="0xe000edf0"/> |
theotherjimmy |
40:7d3fa6b99b2b | 22 | <peripheralInstance derived_from="V7M_ITM" id="ITM" location="0xe0000000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 23 | <peripheralInstance derived_from="FLASHCTRL" id="FLASHCTRL" location="0x200000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 24 | <peripheralInstance derived_from="GPDMA" id="GPDMA" location="0x20080000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 25 | <peripheralInstance derived_from="ETHERNET" id="ETHERNET" location="0x20084000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 26 | <peripheralInstance derived_from="LCD" id="LCD" location="0x20088000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 27 | <peripheralInstance derived_from="USB" id="USB" location="0x2008c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 28 | <peripheralInstance derived_from="CRC" id="CRC" location="0x20090000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 29 | <peripheralInstance derived_from="GPIO" id="GPIO" location="0x20098000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 30 | <peripheralInstance derived_from="EMC" id="EMC" location="0x2009c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 31 | <peripheralInstance derived_from="WWDT" id="WWDT" location="0x40000000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 32 | <peripheralInstance derived_from="TIMER0" id="TIMER0" location="0x40004000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 33 | <peripheralInstance derived_from="TIMER1" id="TIMER1" location="0x40008000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 34 | <peripheralInstance derived_from="UART0" id="UART0" location="0x4000c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 35 | <peripheralInstance derived_from="UART1" id="UART1" location="0x40010000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 36 | <peripheralInstance derived_from="PWM0" id="PWM0" location="0x40014000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 37 | <peripheralInstance derived_from="PWM1" id="PWM1" location="0x40018000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 38 | <peripheralInstance derived_from="I2C0" id="I2C0" location="0x4001c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 39 | <peripheralInstance derived_from="COMPARATOR" id="COMPARATOR" location="0x40020000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 40 | <peripheralInstance derived_from="RTC" id="RTC" location="0x40024000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 41 | <peripheralInstance derived_from="GPIOINT" id="GPIOINT" location="0x40028080"/> |
theotherjimmy |
40:7d3fa6b99b2b | 42 | <peripheralInstance derived_from="IOCON" id="IOCON" location="0x4002c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 43 | <peripheralInstance derived_from="SSP1" id="SSP1" location="0x40030000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 44 | <peripheralInstance derived_from="ADC" id="ADC" location="0x40034000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 45 | <peripheralInstance derived_from="CANAFRAM" id="CANAFRAM" location="0x40038000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 46 | <peripheralInstance derived_from="CANAF" id="CANAF" location="0x4003c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 47 | <peripheralInstance derived_from="CCAN" id="CCAN" location="0x40040000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 48 | <peripheralInstance derived_from="CAN1" id="CAN1" location="0x40044000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 49 | <peripheralInstance derived_from="CAN2" id="CAN2" location="0x40048000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 50 | <peripheralInstance derived_from="I2C1" id="I2C1" location="0x4005c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 51 | <peripheralInstance derived_from="SSP0" id="SSP0" location="0x40088000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 52 | <peripheralInstance derived_from="DAC" id="DAC" location="0x4008c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 53 | <peripheralInstance derived_from="TIMER2" id="TIMER2" location="0x40090000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 54 | <peripheralInstance derived_from="TIMER3" id="TIMER3" location="0x40094000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 55 | <peripheralInstance derived_from="UART2" id="UART2" location="0x40098000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 56 | <peripheralInstance derived_from="UART3" id="UART3" location="0x4009c000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 57 | <peripheralInstance derived_from="I2C2" id="I2C2" location="0x400a0000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 58 | <peripheralInstance derived_from="UART4" id="UART4" location="0x400a4000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 59 | <peripheralInstance derived_from="I2S" id="I2S" location="0x400a8000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 60 | <peripheralInstance derived_from="SSP2" id="SSP2" location="0x400ac000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 61 | <peripheralInstance derived_from="MCPWM" id="MCPWM" location="0x400b8000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 62 | <peripheralInstance derived_from="QEI" id="QEI" location="0x400bc000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 63 | <peripheralInstance derived_from="SDMMC" id="SDMMC" location="0x400c0000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 64 | <peripheralInstance derived_from="SYSCON" id="SYSCON" location="0x400fc000"/> |
theotherjimmy |
40:7d3fa6b99b2b | 65 | </chip> |
theotherjimmy |
40:7d3fa6b99b2b | 66 | <processor><name gcc_name="cortex-m4">Cortex-M4</name> |
theotherjimmy |
40:7d3fa6b99b2b | 67 | <family>Cortex-M</family> |
theotherjimmy |
40:7d3fa6b99b2b | 68 | </processor> |
theotherjimmy |
40:7d3fa6b99b2b | 69 | <link href="nxp_lpc407x_8x_peripheral.xme" show="embed" type="simple"/> |
theotherjimmy |
40:7d3fa6b99b2b | 70 | </info> |
theotherjimmy |
40:7d3fa6b99b2b | 71 | </infoList> |
theotherjimmy |
40:7d3fa6b99b2b | 72 | </TargetConfig>{% endblock %} |