- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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
Solved! Go to Solution.
- Labels:
-
PSoC 6 MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Also, Let me know which CE you are referring to.
Kind Regards
Arpit Srivastav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Also, Let me know which CE you are referring to.
Kind Regards
Arpit Srivastav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Srivastav
I gave the example a go, and it didn't seem to output anything to tera term
I also gave this example a go
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Srivastav
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