CY8CKIT-028-TFT with CY8CKIT-062-BLE

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Taylor70
Level 3
Level 3
First solution authored 10 replies posted 50 sign-ins

Hi all

 

The example: Adding TFT to my project - Infineon Developer Community

I have a question about my project being built in MTB. I'm following the example of using the CY8CKIT-028-TFT on the CY8CKIT-062-WIFI-BT. However instead of that board I'm using the CY8CKIT-062-BLE (the example uses WIFI-BT), but the TFT shield is compatible with both

When I plug my board in and click program (using kitprog3 miniprog4) the screen doesn't appear to display anything. I followed all the steps and ensured I'm using the right BSP for me. No errors are produced on running but i do get this output:

Taylor70_0-1678719606408.png

I'm not changing any other settings, I'm following the tutorial, putting the lines of code in and pressing program so not sure if thats where im going wrong

Any ideas?

Kind regards

0 Likes
1 Solution
Arpit_S
Moderator
Moderator
Moderator
50 likes received 250 replies posted 100 solutions authored

Hi @Taylor70 ,

 

Can you please refer to https://github.com/Infineon/mtb-example-psoc6-bmi160-motion-sensor-freertos#operation 

This CE make use of CY8CKIT-028-TFT shield. You can plug in the shield to the PSoC 6 MCU kit.

Also, Please make sure to use ModusToolbox 3.0

Please make sure that you are using ModusToolbox 3.0.0. You can download the same from here:

https://softwaretools.infineon.com/tools/com.ifx.tb.tool.modustoolbox?_ga=2.133214798.1555881233.166... 

 

Also, Let me know which CE you are referring to.

Kind Regards

Arpit Srivastav

View solution in original post

0 Likes
4 Replies
Arpit_S
Moderator
Moderator
Moderator
50 likes received 250 replies posted 100 solutions authored

Hi @Taylor70 ,

 

Can you please refer to https://github.com/Infineon/mtb-example-psoc6-bmi160-motion-sensor-freertos#operation 

This CE make use of CY8CKIT-028-TFT shield. You can plug in the shield to the PSoC 6 MCU kit.

Also, Please make sure to use ModusToolbox 3.0

Please make sure that you are using ModusToolbox 3.0.0. You can download the same from here:

https://softwaretools.infineon.com/tools/com.ifx.tb.tool.modustoolbox?_ga=2.133214798.1555881233.166... 

 

Also, Let me know which CE you are referring to.

Kind Regards

Arpit Srivastav

0 Likes

Hi @Arpit_S 

I gave the example a go, and it didn't seem to output anything to tera term

I also gave this example a go

 GitHub - Infineon/mtb-example-psoc6-capsense-buttons-slider: Uses a 5-segment CapSense slider and tw...

This uses the CAPSENSE to turn on and off the onboard LED - again didn't seem to work. The example also says to use CAPSENSE Tuner - when i used this it said

"There was an error writing data to the device"

I think something might be wrong with my board - is there a way to debug and see if the firmware is not working properly? 

Appreciate your help

Taylor

0 Likes
Arpit_S
Moderator
Moderator
Moderator
50 likes received 250 replies posted 100 solutions authored

Hi @Taylor70 ,

 

Can you please let me know which ModusToolbox version are you using? We'd recommend you to use ModusToolbox 3.0.0

Also, I'd recommend you to upgrade your kitprog firmware by following below mentioned steps:

Command to get to know the kitprog version
C:\Users\Srivastav\ModusToolbox3\tools_3.0\fw-loader\bin>fw-loader.exe --device-list

Command to upgrade to kitprog3
C:\Users\Srivastav\ModusToolbox3\tools_3.0\fw-loader\bin>fw-loader.exe --update-kp3

Command to downgrade to kitprog2
C:\Users\Srivastav\ModusToolbox3\tools_3.0\fw-loader\bin>fw-loader.exe --update-kp2

Execute these instructions in CMD

 

For more info, Please refer to https://www.infineon.com/dgdl/Infineon-ModusToolbox_3.0_Eclipse_IDE_User_Guide-GettingStarted-v01_00... 

 

Let me know if it helps!
Kind Regards

Arpit Srivastav

0 Likes

Hi @Arpit_S 

Sorry for the delay... I went and bought a CY8CKIT-062-WIFI-BT incase my board was broken

It seems like a restart of my computer solved the issue - I'm not sure why though

All is working now

Appreciate the help!

Taylor

Thank you very much

0 Likes