please help me to under stand of the PIN current consumption of the component related to my design.
i m just intrested of knowing the pins in the picture:
VDDD
VBACKUP
VDDIO0
VDDIO1
VDDIO2
VDDUSB
VDDA
VDDIOA
VDDD_NS
THX
Show Less
Hello Support Engineer
I was revisiting some older PSoC Creator projects. after installing the Creator and trying to open a project,
it asks for the development Kit to be installed. I found links to those kits, but the only thing I can download is an HTLM file,
when clicking on the HTML, it goes back to the original page.
web pages are:
https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-062-ble/
Development Tools
DOWNLOAD - CY8CKIT-062-BLE PSoC 6 BLE Pioneer Kit Firmware.zip
01_00 | 2022-01-13 | htm | 766 B
DOWNLOAD - CY8CKIT062BLESetup_RevSE.exe
01_00 | 2021-11-19 | htm | 720 B
DOWNLOAD - CY8CKIT062BLESetupOnlyPackage_RevSE.exe
01_00 | 2021-11-19 | htm | 742 B
same thing with the files from
https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-062-wifi-bt/
Regards
Show Less
Goodmorning,
I took over a PsoC6 project from an ex colleague and I simply need to run it on the board (Psoc6 WiFi-BT Pioneer Kit). I must say I have zero experience with embedded development, but I only need to run the latest version of our code. My colleague left some notes, but after I follow successfully the first steps of building the project and pressing the Debug button I get the error "Error: unable to find a matching CMSIS-DAP device". The board is, of course, connected.
I am feel bad for asking for help for a silly issue like this one, but I also don't want to waste more time trying to fix something I have absolutely no knowledge of.
Thank you
Stefano Bider
Show LessI am using CY8CKIT-062S2-43012 and add a falling edge interrupt on P6_5 (with is MCU_TDI) and facing some problem .
The debug mode is set to SWD in "device configurator"->"system"->"debug", so i think we can usd that pin as normal gpio.
But if i use HAL 2.x, interrupt tigger will fail and i can only used HAL 1.6 to let it work.
If i didn't inital that pin in my code as a gpio, it will be high not low(other pin will be low).
In my CY8CKIT-062S2-43012 board I looking for expanding RAM for operations of mallocs functions.
I have come across one example (QSPI_F-RAM_Access) where QSPI is used for reading and writing in F-RAM. I am not if this is the best example for expanding the RAM for the above purpose. Is that correct understanding?
I thought F-RAM has support for memory-mapped access of RAM but I can not find any example for that. Please share the link for such an example on any PSoC board.
Show LessHi,
Now, I'm using CY8CPROTO-064B0S3 to emulate our product.
I want to add some features into the bootloader and build it for CY8CPROTO-064B0S3.
However, when I refer to "supported kits" section in "PSoC™ 6 MCU: MCUboot-based basic bootloader" page, CY8CPROTO-064B0S3 seems not to be supported.
Then, is it possible to build for CY8CPROTO-064B0S3 based on mcu-tools/mcuboot.git?
Thanks,
Show Less
Dear Receiver,
I use "Device Configurator" to add ADC module in the MTB. The target board I used is CY8CKIT-062S2-43012.
I add ADC module sucessfully because I can save it without error messages.
But,,, I don't know how to do next in the main.c. For example,,,
How to write initial code ?! How to start ADC conversion?! How to get ADC results ?! How to use ADC interrupt ?!... etc.
Because I can't find any related example codes if I added ADC modules from "Device Configurator".
Thank you so much.
Show LessHi.
I just updated to the latest libraries, and ModusToolbox 2.4, and ran into problems. I tracked them down to the fact that compile_commands.json no longer includes "-DCOMPONENT_CAT1" as part of the compiler command line. It used to define both COMPONENT_CAT1 and COMPONENT_CAT1A, but now only defines COMPONENT_CAT1A.
This breaks, among other things, _cyhal_utils_get_clock_count(), which now returns a value of 1 for all clock types.
I've worked around the problem by adding "CAT1" to the definition of COMPONENTS in my Makefile, but clearly that's not how it's supposed to work.
What happened? Did I do something wrong, or fail to follow some update procedure, or is this an oversight by Cypress developers?
Thanks,
-Nick
Show LessHi,
I am successfully able to run the example emFile_Filesystem by importing it to ModusToolbox.
I have tried the .txt and .log files and FS_FOpen does not return NULL. I assume open operation is successful. Now if I try to open .ico or .h264 file FS_FOpen returns with NULL. Please find below the API for reference.
Update : I have tried with flag "rb" but no success.
inputFil = FS_FOpen(INPUT_FILE, "r");
if (inputFil == NULL)
{
printf("Error opening input file");
}
Are there some flags that need to be given in Open API for opening files that are not text files?
Show LessUser | Count |
---|---|
66 | |
46 | |
13 | |
12 | |
11 |