45895 Discussions
22773 Members
26503 Solved
Hi,
I'm using Wiced 6.6.
The structure type 'wiced_ip_address_t' is defined in 'wiced_tcip.h', but this file include 'wiced_network.h', in which, 'wiced_ip_address_t' is defined again. 😅 This will trigger the type redifination under C99.
So, if you include 'wiced_network.h', and forward delclare 'wiced_ip_address_t' in it, why 'typedef' it again in 'wiced_tcpip.h‘????
Show LessI have a bootloader where I set the bootloader version parameter to 0xabcd. I enter the bootloader using the bootloader command and then I check the meta data using the get metadata command, I get the right bootloader version 0xabcd. I then flash the chip with a new bootloadable using the bootloader and I reset the chip. After the chip resets, it enter the bootloader and doesn't exit until I send it a command. However when I send it enter bootloader using the bootloader command and then I check the meta data using the get metadata command, I get the wrong bootloader version. Is this expected behavior or am I missing something?
Show LessI've been experimenting with the PSOC 6 BLE Pioneer kit to come up to speed on Cypress parts and the PSOC Creator IDE. I read that the chip has a floating point unit, and I was searching through the options in the IDE to see how to enable floating point operations in hardware (but didn't find anything). I searched the forum and came across a post from a few years ago that outlined a manual process for setting the compiler flags and linking the libraries, but it seemed somewhat involved and not user friendly. I wanted to know if this issue has been addressed in the latest version of PSOC creator 4.4, and if so, how do I access it? If it hasn't been addressed, I would assume that enabling the FPU is discouraged for some reason. Are there library compatibility issues I should be aware of? In a worst-case scenario, are there intrinsic functions available to access the FPU instructions?
Show LessThis is a continuation of this thread.
I am considering replacing the Renesas USB host controller with FX3.
The device has two signals: "VBOUT" (external power output enabled) and "OVCUR0" (overcurrent detection).
I want FX3 to have a similar function. Can it be implemented in FX3? Especially, I think that overcurrent detection requires a fast response using as interrupts.
Thanks,
Tetsuo
Show Less
I am hoping there is an answer to this (positive, not negative). I have a system using PSoC6 where we have FSUSB. I am looking at DFU for firmware updates, but the system does not appear to allow it. I am using one of the Cypress example projects CE213903.
Is this because FSUSB is not SCB-based? Is there any work around, or do I forget DFU? Seems a shame to have FSUSB and not to be able to use it.
Show LessHi,
I have connected a microphone via i2s on the CYW920719 board.
Is the only way to reroute the audio output from the microphone to A2DP through wiced_audio_start() and setting the route to AUDIO_ROUTE_I2S?
Also, is there a way to sample the microphone digitially (it is a 24-bit microphone) as hex or bytes?
Thanks so much in advance!
Show Less公司买了块cy4500,但是在win7 x64上安装驱动不成功,按照 CY4500快速入门指南上的步骤:
安装了CY4500Setup_RevSA.exe后,
仍然找不到驱动,\DriverBinary目录下的 CDC_Driver和Vendor_Driver都试过了,都不行
还有其他什么需要注意的?
Show LessHi,
I have a microphone connected to my CYW20719 board via i2s.
Is it possible to sample this microphone digitally and obtain the data as bytes or hex?
Or is can the i2s interface on this board only be rerouted through A2DP?
Any help will be greatly appreciated, thanks!
Show LessHello,
I am trying to include the 'CyAPI.lib' from the x64 Cypress library folder and trying to build in C++ 10.4 Builder for the multi target platform. But, I am facing problem with a linker error like "[ilink64 Error] Error: Unresolved external 'CCyUSBDevice::CCyUSBDevice(void*, _GUID, int)..................' while trying to build. Please find the attached snapshot for more details.
Any guidance on the matter would be greatly appreciated !!
Thanks,
Aditya
Esteemed Contributor II
Esteemed Contributor
Employee
Employee
Honored Contributor II
Employee
Honored Contributor
Honored Contributor
Employee