46016 Discussions
22848 Members
26580 Solved
I have many kitprog (ver1) from ther CY8CKIT-059, These have been broken off from the kit. The kitprog does not have connectivity to the SWD or JTAG pins, so the only method of programming the kitprog is by using the bootloader installed from the programmer. As custom bootloader may resolve my issue below but I can't change the bootloader.
The issue is I can successfully bootload host a custom program many times successfully, but then later when adding functionality to the bootloadable program I get an bootloader host downloading issues that prevent downloading.
I am assuming the original kitprog has not been verified correctly and there is an incompatibility. I do have a couple questions that maybe someone can answer that has been though this issue,
I am using the kitprog hardware (not 2) with the latest software 2.2.1 The cy9ckit-059 says this needs to be 2.20 or later. The documents for the original kitprog user manual (ver-I 2018) says the bootloadable needs to start its program at 0x0002800. However the newest kitprog2 user manual has the starting address for bootloadables at 0x0003200. Is it possible to findout the flash size of the locked part for kitprog and kitprog2?
This value is need to use the kitprog for custom applications, but only cypress has accessibility to the kitprog and kitprog2 source.
Brian
Show Less
Hello
"AN65974.zip"-> "FX3 Firmware"-> "Slave Fifo Sync"
→ There is the following description on line 892 of "cyfx slfifosync"
io_cfg.gpioSimpleEn [0] = 0;
io_cfg.gpioSimpleEn [1] = 0x08000000; / * GPIO 59 * /
io_cfg.gpioComplexEn [0] = 0;
io_cfg.gpioComplexEn [1] = 0;
Q1)
What will happen to the terminal state when all gpioSimpleEn are set to 0 (disabled)?
Q2-1) I think that the GPIO_SIMPLE register setting described on P.590 of FX3 TRM corresponds to the terminal setting in this case. Is this correct? if so, would like to know the terminal status and necessary terminal processing in that case.
Q2-2) I think that DRIVE_HI_EN: 0 is a tri-state output if the initial value of the register. Is this correct?
Q2-3) Is it okay if external terminal processing is not required in the case of tri-state?
Please answer each question mentioned above?
Best Regards
Arai
Show LessHi
How can I create UART ISR to respond to data received using high-level api ?
in low-level, I would write the isr and include for example:
if((UART_HW->INTR_RX_MASKED & SCB_INTR_RX_MASKED_NOT_EMPTY_Msk ) != 0)
{..... }
How can do the same using high-level api ?
Show Less
Hi All.
Our customer going to make Audio device through CYBT-343026-01.
Can i embody A2DP in the Non-OS through CYBT-343026-01?
And Can distribute with Firmware form possible?
Please check this question.
Thank you.
Show LessHello,
I have connect the debug board to my notebook (Win 10) and install all the software from the website. However, the blue LED on the debug board doesn't blink and Cypress Ble-Beacon shows no device is connected. (I have check the serial port is corrected). Besides, my cell phone (Pixel 3 XL) also shows no device is connected . The indoor light brightness is about 300~500 lux (white LED). How can I do to solve this problem?
Show LessI used PSOC Creator and the examples provided PSOC6 DFU app0 and app1, then change the device to CYBLE416045-2. I get the following error when using the Bootloader Host program trying to upload app1
The bootloader reported error 'The flash row is not valid for the selected array
Show LessHi, the blog info, which was quite useful, seems to have been removed.
Would it be possible to create a HTML file of all the content for users to access or download ?
https://www.cypress.com/blog/psoc-sensei-blog
Regards, Dana.
Show LessHi,
Can we just implement TPS25982 block diagram to PSoC5LP MCU. I am attaching the link for datasheet of TPS25982 and the functional block diagram
Page No:18
Please do let me know in full brief about the different blocks.
Show Less
Hello,
I'm working to a Project that has an USB connection configured as Self Powered.
I'll use CY8CKIT-149 to make a first Prototype.
In order to implement Self powered configuration, R7 and D1 will be removed.
Kitprog will be fed throug J6, PSoc and BLE module will be fed through J1 / J2.
My question is:
What happens if I switch off supply to CY8CKIT-149 while USB Cable remains connected to host?
Should I expect damages to Kitprog USB Interface?
Thanks,
Alfonso
Show LessEsteemed Contributor II
Esteemed Contributor
Employee
Employee
Honored Contributor II
Employee
Honored Contributor
Honored Contributor
Employee