Dev Kit Weekly: Cypress Semiconductor CY8CKIT-059 PSoC 5LP Prototyping Kit

แชร์
ฝัง

ความคิดเห็น • 10

  • @gordonmgx
    @gordonmgx 4 ปีที่แล้ว +2

    Cypress PSOC has been around for awhile is very stable

  • @shuvrajyotibose9002
    @shuvrajyotibose9002 2 ปีที่แล้ว

    How to open & run existing project downloaded from Github into PSoc creator Software

  • @ekta7371
    @ekta7371 2 ปีที่แล้ว

    why USb time out error might occur

  • @ekta7371
    @ekta7371 2 ปีที่แล้ว

    Suppose we are having .c/.h files for PSoc Creator , So how can that can be implemented in to PSoc creator as a HEX file for uploading in to PSoc 5LP ?

  • @ekta7371
    @ekta7371 2 ปีที่แล้ว

    def usb_read(self, size=con.USB_IN_BYTE_SIZE, timeout=None):
    try:
    usb_input = self.ep_in.read(size, timeout)
    except Exception as error:
    print("ERROR: --- Failed to read. ---")
    print(self.ep_in.read(size, timeout))
    return usb_input
    def usb_collect_data(self):
    data_collect = self.usb_read(64,timeout=10000)
    return data_collect
    Why it is coming based on above code

  • @harrisonbohemian1629
    @harrisonbohemian1629 2 ปีที่แล้ว

    do you have any spare CY8CKIT-059 PSoC that I can buy ? it's out of stock everywhere now

  • @ekta7371
    @ekta7371 2 ปีที่แล้ว

    I am Having all code with me
    I will share you just provide me the HEX & GUI(EXE)
    Problem facing

  • @ekta7371
    @ekta7371 2 ปีที่แล้ว

    How to open & run existing project downloaded from Github into PSoc creator Software