PSoC™ 6 Forum Discussions
I created a Docker container from https://github.com/Infineon/mpy-mtb-docker and the program I have created seems to build but when it tries to run the GDBServer quits unexpectedly and reports "Error: unable to find a matching CMSIS-DAP device". My initial thoughts are that the USB port is not being accessed from within the container, but no solutions online seem to provide any assistance in fixing that, if it is indeed the problem.
Considering there is Dockerfile published by Infineon, is there any advice for how to connect the boards through the containers?
Show LessI had a project that was working on the CY8CPROTO-063-BLE board. Today programming doesn't work.
The programmer used to show KitProg3 with PSoC6 (CM0p) and PSoC6 (CM4) options. Now it only shows KitProg3 with no PSoC6 options. I have attached screenshots of both situations.
Is my programmer broken?
Show Less
Hi Infineon community,
I'm currently developing a project in ModusToolbox using the CY8CPROTO-063-BLE, along with the Bluetooth_LE_Hello_Sensor. My aim is to create five distinct characteristics, but I've encountered an issue where only a maximum of four characteristics are visible in the AIROC Bluetooth Connect App. The same limitation occurs with other Bluetooth applications as well. Could there be a specific reason why the fifth characteristic is not being displayed?
Regards,
Luis Flores
Show LessHi all, good day. I want to know how to use SEGGER AppWizard GUI Builder Software with CY8CKIT-062-WIFI-BT in ModusToolbox? I built the GUI and Exported but I don't know how to implement it in the Modus Toolbox IDE I know there is an example for it but I don't know how they actually made it. They didn't explain how to add the exported files and implement in modustoolbox properly. please provide us with kind support. Also If there are any tutorials that any of you can recommend please do as there aren't that many PSoC modusToolbox tutorials on youtube that I know of. thank you best regards.
Show Less
I have been struggling to get a BNO085 (9 axis IMU chip CEVA/Hilcrest) to talk to my PSoC6.
My code has been working on an MX8 and STM32 so I know the essence is good. However, there's something going on with the PSoC6 SPI where the done interrupt never occurs. When I use non-interrupt mode, the call to xfer data never returns.
This should be pretty simple stuff but I'm thwarted.
Has anyone gotten the BNO085 working with SPI on a PSoC6?
Show Less
I have code that does not use any hardware peripherals. It just performs data crunching on a bunch of numbers but that code will be deployed on a CY8C61x6 MCU. Is there an emulator that I can use to test out the accuracy of the code. When I say test out, I mean that the rounding from the data crunching matters. I ran the code on a PC, but the numbers calculated when compiled and run on a PC is likely to be different that the numbers when run on the MCU itself. Is there an emulator that I can use to run the code?
Show LessHello,
I work with ModusToolbox via VSCode. I have successfully tested my programme on the CYPROTO-063-BLE kit. To do this, I had to adapt the flash memory there. Now I would like to run the same programme code on the CY8C6245, but I have the problem that the linker files are structured a little differently. For example, the following programme section is missing in the linker file of CM4:
/* Size and start address of the Cortex-M0+ application image */
FLASH_CM0P_SIZE = 0x20000;
FLASH_CM0P_START = ORIGIN(flash);
/* Size and start address of the Cortex-M4 application image */
FLASH_CM4_SIZE = LENGTH(flash) - FLASH_CM0P_SIZE;
FLASH_CM4_START = FLASH_CM0P_START + FLASH_CM0P_SIZE;
Furthermore, I have already tried to change the origin of the flash memory, but then the multicore debugging no longer works.
In the appendix you can find some pictures of the working programme code for the CYBLE.
My question would be what exactly I have to change for the CY8C6245.
Hello, I am currently working on PSoC6 project that consists on sending an analog heart rate signal collected by a pin and transformed into a digtal signal by a single channel ADC. While getting that signal I would like to send that signal to the AIROC CONNECT bluetooth app through BLE.
I am fairly new to PSoC Creator and I can't seem to get my project working, currently I am able to extract that digital signal and send it through UART where I have a Matlab code that can print out the output. Now the problem I am having is creating a BLE connection that can succesfully send that signal at the same time that is coming in.
If someone has a similar project or can guide me a little bit on my journey let me know pls!
Thank you.
Show LessHi,
I am looking to enhance the performance of my application running on a PSoC 6 (CY8CMOD-062-4343W) platform and believe that profiling is a crucial step towards achieving this goal.
Maybe I can use Arm Keil µVision for this purpose. I would appreciate your guidance on how to effectively conduct profiling using this tool, or if there are alternative that is simpler/more effective or tools you would recommend for optimizing the performance of my application on this specific hardware.
Thank you for your time and assistance.
Dear Sir/Madam, Good day, If we want to add widgets, buttons, graphs, images etc. Do we need an SD card to upload GUI files from a GUI Design Software to a LCD? We're using CY8CKIT-062-WIFI-BT kit with segger appwizard.
Show Less