Skip to content

Commit

Permalink
Upload mtb-example-pdl-xmc7000-evtgen-active-trigger-adc [686]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Feb 24, 2023
1 parent 7a599f7 commit 2f561d7
Show file tree
Hide file tree
Showing 4 changed files with 1,261 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
################################################################################
# \copyright
# Copyright 2022, Cypress Semiconductor Corporation (an Infineon company)
# Copyright 2022-2023, Cypress Semiconductor Corporation (an Infineon company)
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This code example demonstrates how to use the XMC7000 MCU event generator (EVTGE

[View this README on GitHub.](https://github.com/Infineon/mtb-example-pdl-xmc7000-evtgen-active-trigger-adc)

[Provide feedback on this code example.](https://cypress.co1.qualtrics.com/jfe/form/SV_1NTns53sK2yiljn?Q_EED=eyJVbmlxdWUgRG9jIElkIjoiQ0UyMzU3ODQiLCJTcGVjIE51bWJlciI6IjAwMi0zNTc4NCIsIkRvYyBUaXRsZSI6IlhNQzcwMDAgTUNVOiBFdmVudCBnZW5lcmF0b3IgdHJpZ2dlciBBREMiLCJyaWQiOiJrb3p1IiwiRG9jIHZlcnNpb24iOiIxLjAuMCIsIkRvYyBMYW5ndWFnZSI6IkVuZ2xpc2giLCJEb2MgRGl2aXNpb24iOiJNQ0QiLCJEb2MgQlUiOiJJQ1ciLCJEb2MgRmFtaWx5IjoiUFNPQyJ9)
[Provide feedback on this code example.](https://cypress.co1.qualtrics.com/jfe/form/SV_1NTns53sK2yiljn?Q_EED=eyJVbmlxdWUgRG9jIElkIjoiQ0UyMzU3ODQiLCJTcGVjIE51bWJlciI6IjAwMi0zNTc4NCIsIkRvYyBUaXRsZSI6IlhNQzcwMDAgTUNVOiBFdmVudCBnZW5lcmF0b3IgdHJpZ2dlciBBREMiLCJyaWQiOiJrb3p1IiwiRG9jIHZlcnNpb24iOiIxLjEuMCIsIkRvYyBMYW5ndWFnZSI6IkVuZ2xpc2giLCJEb2MgRGl2aXNpb24iOiJNQ0QiLCJEb2MgQlUiOiJJQ1ciLCJEb2MgRmFtaWx5IjoiUFNPQyJ9)

## Requirements

- [ModusToolbox™ software](https://www.infineon.com/modustoolbox) v3.0 or later (tested with v3.0)
- Programming language: C
- Associated parts: [XMC7000 MCU](https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/)
- Associated parts: [XMC7000 MCU](https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/), [TRAVEO™ T2G body high MCU](https://www.infineon.com/cms/en/product/microcontroller/32-bit-traveo-t2g-arm-cortex-microcontroller/32-bit-traveo-t2g-arm-cortex-for-body/traveo-t2g-cyt4bf-series/)


## Supported toolchains (make variable 'TOOLCHAIN')
Expand All @@ -23,7 +23,7 @@ This code example demonstrates how to use the XMC7000 MCU event generator (EVTGE
## Supported kits (make variable 'TARGET')

- [XMC7200 evaluation kit](https://www.infineon.com/KIT_XMC72_EVK) (`KIT_XMC72_EVK`) - Default value of `TARGET`

- [TRAVEO™ T2G body high evaluation kit](https://www.infineon.com/KIT_T2G-B-H_EVK) (`KIT_T2G-B-H_EVK`)

## Hardware setup

Expand Down Expand Up @@ -235,6 +235,7 @@ Document title: *CE235784* - *XMC7000 MCU: EVTGEN trigger ADC*
Version | Description of change
------- | ---------------------
1.0.0 | New code example with ModusToolbox™ software v3.0
1.1.0 | Added support for KIT_T2G-B-H_EVK
<br />
---------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
*
*******************************************************************************
* Copyright 2022, Cypress Semiconductor Corporation (an Infineon company) or
* Copyright 2022-2023, Cypress Semiconductor Corporation (an Infineon company) or
* an affiliate of Cypress Semiconductor Corporation. All rights reserved.
*
* This software, including source code, documentation and related
Expand Down
Loading

0 comments on commit 2f561d7

Please sign in to comment.