PSoC™ 6 Forum Discussions
I can't find the "CY8C6244AZI-S4D9" at the "Select device" window in PSoC Creator 4.4
Can I have any method to use "CY8C6244AZI-S4D9" with PSoC Creator 4.4?
Show Less
Hi all,
It is been a long time I have played with PSoC Creator, I would like to use Capsenses using the Tuner UART or I2C. I am using a CY8CPROTO-063-BLE board.
I started a project using the example Capsense_tuner for PSoC63
Then change the device selection for CYBLE-416045-02:
I tried to build, got the error:
cannot find cy_device_headers.h
I then install the latest version of PSoC™ 6 Peripheral Driver Library (PDL) for PSoC™ Creator and change the build setting
Now I have the error : error: 'cy_stc_syspm_callback_params_t
Don't know what to do, any help would be appreciated.
HAl
Show Less
Hello,
I have a custom board designed around the CY8C6144LQI-S4F92 and a kitprog development board. I've snapped off the programming side of the board and I'm trying to use it to program my board through SWD.
I've already followed the steps to make my own custom BSP, used the device configurator and ran make getlibs. I've looked at the documentation and I can't find info on how to set up the programming interface in ModusToolbox. It doesn't seem like PSOC Programmer has support for the CY8C6144LQI-S4F92 so I can't upload the hex file that way.
Does anyone know the proper way to do this?
Best,
Sam Shersher
Show LessHi,
I am using ModusToolbox to run the Low-power_CAPSENSE_FreeRTOS example on CY8CPROTO-062-4343W.
It seems to be work fine when using the debugger from ModusToolbox (i.e. the User LED blinks as part of the task).
But if a stop the debugger and reboot the board the application does not seem to run (i.e. the LED does not blink).
Does anyone has suggestion to address this issue?
Show Less
Hello,
I have created a project of 5 LEDs and 2 switches. I defined them as 2 dictionaries. One dictionary includes 5 LEDs and another one includes 2 switches. However, there is a problem that the switches are not working(and I am not too sure about the LEDs if you can let me know if there are any problems please). I have attached the project. Can anyone help please?
Thank you
Show LessHello,
I use the CYBLE-416045-02 with Modus Toolbox.
I use the device configurator to configure the FLL so that CLK_FAST and CLK_SLOW have 50MHz. I call the generated function init_cycfg_all(); and then I start creating my tasks for freeRTOS. Even with configMINIMAL_STACK_SIZE (128) I get a stack overflow error at the first task.
Before I used the device configurator, I tested everything without the FLL configuration and it worked with a stack size of 1024 for the first task. Therefore, it is clearly the auto-generated code.
How can I solve this?
Greetings
Dear
I use Modus offline version to build https://github.com/infineon/training-modustoolbox-level3-wifi/project/key_ch04b_05_httpbin, it shows " fatal error: core_pkcs11.h, thansport_interface.h ,no such file or directory".
I check mtb_share/aws-iot-device-sdk-embedded-C/ or/aws-iot-device-sdk-port/ concent, no the error *.h file, so Could you update them when release the Modus offline version?
Show LessHi,
I was using Cy_GPIO_Inv() to make an LED blink on P8.2. It didn't work. I found cyhal_gpio_write() which worked. Then I noticed that in the help for Cy_GPIO_Inv() says this:
This function should be used only for software driven pins. It does not have any effect on peripheral driven pins.
Being new to PSoC6 makes me wonder what is the difference between a "software driven pin" and a "peripheral driven pin"? Aren't all pins driven by software/firmware?
Thanks
Show LessThe psoc6ble program cannot execute After migration
1 The ori PSOC6 BLE program named "CE217639_BLE"Heart_Rate_Client01" was created frome creater software,The program is uesd for poc6ble KIT,
2 The MUC I use is CY8C6347LQI-BLD52 which different from the ori Porgam used,so the ori program is miagrated to a new one;
3 but the new program that only MUC version was changed could not work at all,could not debug either
4 The miagrated program and schematic diagram contained in the attachment
5 MY PCB has 2 floors
/**********************************/
1 原程序是 creater 软件上的 CE217639_BLE"Heart_Rate_Client01,这个程序是用于开发板上的
2 我自己的MCU 型号是 Y8C6347LQI-BLD52,所以需要在原程序更改 MCU型号
3 在原有程序知识 MCU 型号更改了,在新板子上无法启动 ,无法进入debug
4 附件有移植后的程序和我的PCB 原理图
5 我的PCB 是2层
Hello,
I am using a PSOC 6 prototyping board and I have created an array of 5 leds and array of 2 switches. I am trying to access them in other functions to be able to turn on the leds eveytime the reading meets the threshold that I have defined. Can you please help with this? (I have attached the project)
Thank you,
Ali Issa
Show Less