Skip to content

Commit 897b952

Browse files
author
Greg Landry
committed
Update training to version 1.1 using ModusToolbox 2.4
1 parent 3f4c280 commit 897b952

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+222
-177
lines changed

Manual/Ch1-Intro.pdf

1 KB
Binary file not shown.

Manual/Ch2-Tools.pdf

48.3 KB
Binary file not shown.

Manual/Ch3-RTOS.pdf

6.44 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/cypresssemiconductorco/TARGET_CY8CKIT-062S2-43012#latest-v2.X#$$LOCAL$$/TARGET_CY8CKIT-062S2-43012
1+
https://github.com/cypresssemiconductorco/TARGET_CY8CKIT-062S2-43012#latest-v3.X#$$LOCAL$$/TARGET_CY8CKIT-062S2-43012

Projects/key_ch02_ex05_custom/TARGET_MyBSP/.cyignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ docs
22

33
# Exclude old firmware resources that were not flexible enough for custom BSPs (Flow version 2)
44
$(SEARCH_wifi-host-driver)/WiFi_Host_Driver/resources/nvram_deprecated/
5-
$(SEARCH_bluetooth-freertos)/firmware/firmware_deprecated/
5+
$(SEARCH_bluetooth-freertos)/firmware_deprecated/
66

77
# Exclude old firmware resources that were not flexible enough for custom BSPs (Flow version 1)
88
../wifi-host-driver/WiFi_Host_Driver/resources/nvram_deprecated/
9-
../bluetooth-freertos/firmware/firmware_deprecated/
9+
../bluetooth-freertos/firmware_deprecated/

Projects/key_ch02_ex05_custom/TARGET_MyBSP/COMPONENT_BSP_DESIGN_MODUS/design.cycapsense

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<!--This file should not be modified. It was automatically generated by CapSense Configurator 3.10.0.2857-->
3-
<Configuration app="Capsense" major="3" minor="10">
2+
<!--This file should not be modified. It was automatically generated by CapSense Configurator 4.0.0.5470-->
3+
<Configuration app="Capsense" major="4" minor="0" lastSavedWithToolName="CapSense Configurator" formatVersion="1">
44
<DesignProperties>
55
<Property id="DEVICE_TYPE" value="P6_CSDV2"/>
66
</DesignProperties>
@@ -72,6 +72,7 @@
7272
</CsdProperties>
7373
<CsxProperties>
7474
<Property id="CSX_MOD_CLK_DIVIDER" value="2"/>
75+
<Property id="CSX_INACTIVE_SNS_CONNECTION" value="GROUND"/>
7576
<Property id="CSX_MAX_FINGERS" value="3"/>
7677
<Property id="CSX_IDAC_GAIN_INIT_INDEX" value="GAIN_300"/>
7778
<Property id="CSX_IDAC_AUTOCAL_EN" value="true"/>
@@ -180,9 +181,6 @@
180181
</Electrode>
181182
<Electrode id="Tx" kind="Row">
182183
<ElectrodeProperties>
183-
<Property id="IDAC0" value="32"/>
184-
<Property id="IDAC1" value="32"/>
185-
<Property id="IDAC2" value="32"/>
186184
<Property id="PINS" value="Dedicated pin"/>
187185
</ElectrodeProperties>
188186
</Electrode>
@@ -282,9 +280,6 @@
282280
</Electrode>
283281
<Electrode id="Tx" kind="Row">
284282
<ElectrodeProperties>
285-
<Property id="IDAC0" value="32"/>
286-
<Property id="IDAC1" value="32"/>
287-
<Property id="IDAC2" value="32"/>
288283
<Property id="PINS" value="Dedicated pin"/>
289284
</ElectrodeProperties>
290285
</Electrode>
@@ -417,4 +412,4 @@
417412
</Electrodes>
418413
</Widget>
419414
</Widgets>
420-
</Configuration>
415+
</Configuration>

Projects/key_ch02_ex05_custom/TARGET_MyBSP/COMPONENT_BSP_DESIGN_MODUS/design.modus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Design version="12" xmlns="http://cypress.com/xsd/cydesignfile_v3">
3-
<ToolInfo version="2.3.1.4663"/>
3+
<ToolInfo version="2.4.0.5972"/>
44
<Devices>
55
<Device mpn="CY8C624ABZI-S2D44">
66
<BlockConfig>

Projects/key_ch02_ex05_custom/TARGET_MyBSP/COMPONENT_CM0P/TOOLCHAIN_ARM/cy8c6xxa_cm0plus.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;*******************************************************************************
66
;* \file cy8c6xxa_cm0plus.sct
7-
;* \version 2.90.1
7+
;* \version 2.91
88
;*
99
;* Linker file for the ARMCC.
1010
;*
@@ -26,7 +26,7 @@
2626
;*
2727
;*******************************************************************************
2828
;* \copyright
29-
;* Copyright 2016-2020 Cypress Semiconductor Corporation
29+
;* Copyright 2016-2021 Cypress Semiconductor Corporation
3030
;* SPDX-License-Identifier: Apache-2.0
3131
;*
3232
;* Licensed under the Apache License, Version 2.0 (the "License");

Projects/key_ch02_ex05_custom/TARGET_MyBSP/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/cy8c6xxa_cm0plus.ld

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************************************//**
22
* \file cy8c6xxa_cm0plus.ld
3-
* \version 2.90.1
3+
* \version 2.91
44
*
55
* Linker file for the GNU C compiler.
66
*
@@ -19,7 +19,7 @@
1919
*
2020
********************************************************************************
2121
* \copyright
22-
* Copyright 2016-2020 Cypress Semiconductor Corporation
22+
* Copyright 2016-2021 Cypress Semiconductor Corporation
2323
* SPDX-License-Identifier: Apache-2.0
2424
*
2525
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -232,8 +232,9 @@ SECTIONS
232232
} > ram
233233

234234

235-
.data __ram_vectors_end__ : AT (__etext)
235+
.data __ram_vectors_end__ :
236236
{
237+
. = ALIGN(4);
237238
__data_start__ = .;
238239

239240
*(vtable)
@@ -267,7 +268,7 @@ SECTIONS
267268

268269
__data_end__ = .;
269270

270-
} > ram
271+
} > ram AT>flash
271272

272273

273274
/* Place variables in the section that should not be initialized during the

Projects/key_ch02_ex05_custom/TARGET_MyBSP/COMPONENT_CM0P/TOOLCHAIN_IAR/cy8c6xxa_cm0plus.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
* \file cy8c6xxa_cm0plus.icf
3-
* \version 2.90.1
3+
* \version 2.91
44
*
55
* Linker file for the IAR compiler.
66
*
@@ -19,7 +19,7 @@
1919
*
2020
********************************************************************************
2121
* \copyright
22-
* Copyright 2016-2020 Cypress Semiconductor Corporation
22+
* Copyright 2016-2021 Cypress Semiconductor Corporation
2323
* SPDX-License-Identifier: Apache-2.0
2424
*
2525
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)