Challengers are tasked with pushing the limits newly unleashed M0 Dual Core on the PSoC 62S4 with Infineon’s ModusToolbox Platform.
At The Core Design Challenge
About this Challenge | Dates | The Judges | The Kit...
This is the 4th blog in a series of 5 blogs for the At The Core Design Challenge.
The blog post, describes the Testing that I did to debug and unit test subsystems used in the implementation
Here is my functional design...
This is the 2nd blog in a series of 5 blogs for the At The Core Design Challenge. It describes in more detail, my idea and describes the Functional and Technical designs that I will use to implement my idea.
Since the PSoC6 kit does not con...
This is the my final blog in a series of 5 blogs for the At The Core Design Challenge. It will describe my finished design for my idea that I presented in my 1st blog post. Describes how I implemented my idea on the PSo...
Infineon has launched a design challenge that invites challengers to push the limits of the newly released PSoC 62 dual-core microcontroller with the ModusToolbox 3.0 software development platform. The challenge aims to encourage participants t...
This is the 3rd blog in a series of 5 blogs for the At The Core Design Challenge.
This blog post describes my notes on my migration of the the GitHub - Infineon/mtb-example-psoc6-dual-cpu-ipc-pipes on the Infineon ...
Introduction To begin with, we need to design the software that will control the screen brightness based on the room light level. The first step in this process is to measure the ambient light level. The PSoC 62S4 kit comes with a built-in ambi...
After publishing my last blog (blog #7) on 2 May I was trying to interface SD card with PSoC 62S4 device. For last three days I have spent more than 25 (twenty five) hours to successfully store and read image files from an SD card. First I tried with...
Picking Tennis via Dual-Core IPC
Table of Contents
Picking Tennis via Dual-Core IPC
1 Present Build
2 IPC control with Sharedmemory
3 Control Motor in CM0+
4 Machine Learning in CM4
5 Summary
1 Present Build
This is the draft ...
SEGA SG-1000 Emulator on PSoC62S4 Pioneer kit
Hi everyone!
Here we are at the conclusion of this adventure in the world of Infineon with my project for this challenge.
In these two months, I have tried to share all the salient steps in the creation o...
Table of Contents
Introduction
Linking CM0+ and CM4 tasks
Testing both the Cores Simultaneously
IPC piping and exchanging messages for motor control
CM0+ side
CM4 side
Comparing % Memory Usage
CM4
CM0+
Code
Future Work
References
Also Read
...
Welcome to blog 5 of Neonatal Incubator Monitoring System. Up until now, we have explored how to interface various sensors with the PSoC 62S4 pioneer kit, including the Ambient Light & Temperature sensor, Heart Rate sensor, and how to interf...
Welcome to blog 4 of Neonatal Incubator Monitoring System. In this tutorial, we will learn how to display serial data on a Blynk dashboard using the ESP32. We'll be using the Blynk IoT platform, which allows us to create custom dashboards and s...
Welcome to blog 3 of Neonatal Incubator Monitoring System. In this blog, we will learn how to interface the sensors with the PSoC 62S4 pioneer kit and write a simple interface example program for Ambient Light & Temperature, Heart ...
Background
Electromyography, as the name suggests, it's study of Electric Muscle Graph. It is electrophysiological study of the neuromuscular system.
Now, where are these signals generated from? Our brain controls muscles. There are motor neurons...
Table of Contents
Introduction
Adding multiple shared pins for PWM
Testing Clips - PWM sweep using Capsense
IFX007T Motor Control Shield
PSoC Dual-Core concepts
Gearing Further
References
Also read
Introduction
In this blog, we'll have...
Welcome to blog 2 of Neonatal Incubator Monitoring System. In this blog, we will learn how to set up Modus Toolbox 3 for a dual-core application on the PSoC 62S4 pioneer kit and write a simple example that uses both cores to toggle an LED.
Modus Tool...
In my last blog I showed how I successfully implemented data communication between to cores of PSoC 6 MCU using IPC Pipe. That was a getting started blog and I just used an GitHub example program by Infineon and mtb-example-psoc6-dual-cpu-empty-app...
Introduction Welcome to the final part of our series on building an adaptive brightness feature to protect your eyes from strain and fatigue. In the previous article, we discussed the implementation of code on PSoCTm 62S4 pioneer kit (CY8CKIT-062S4)....
The PSoC 62S4 Pioneer Kit includes a dual-core PSoC MCU which includes Arm® Cortex®-M4 and Cortex®-M0+ cores, as well as an inter-processor communication (IPC) module. A dual-core architecture provides the flexibility to help improve sys...