I have a Windows 10 machine and am logged in as Administrator, and I get to the end of what appears to be the complete installation of the ModusToolbox, pressing finish, but I get an error message: Unable to execute file. ShellExecuteEx failed: code 5, access denied
Show LessHi guys, I'm novice using CY8CKIT-064S0S2-4343W kit and modustoolbox.
I have a question about project creator in modustoolbox.
In its tutorial document, it use CY8CKIT-064B0S2-4343W, and there is no 064S0S2 kit in modustoolbox 2.2.
However I found that toolbox includes 064S0S2 kit in webpage capture.
I'm confused about tutorial. Please help me.
It's capture of my modustoolbox project creator.
It's capture in download page of modustoolbox. (there is CY8CKIT-064S0S2-4343W)
Show LessThe Open Documentation Team is looking for a few great beta testers. People interested in a single place to find their documentation and a place where it will be updated on their feedback. The Cypress Community has always been a place of collaboration with you, our users, and we’d like to extend an invitation to give us feedback on this new platform between now and January 10th, 2021.
The first documentation platform we’re opening is for PSoC 6 and AnyCloud customers and offers all the documentation you, the developers, need in one place. The Open Documentation platform allows users to find all the development documentation in one place, complete with real-time updates from our software and support teams based on inputs and questions from our developer community. This creates a responsive, easier to use platform for you to find everything throughout your development process.
This platform will host the latest version of the documentation along with continuous updates from our support organization based on questions from you, our Community members. We look forward to hearing your feedback on this beta PSoC 6 and AnyCloud book and collaborating with you on better documentation going forward.
Jump over and test out the PSoC 6 and AnyCloud platform here.
Let us know here what you think of the platform. Test out the in-documentation feedback tool too. We’d love to hear any other documentation books you would like us to build.
Thank you for being a part of our commitment to continually improving our developer experience! I appreciate your help in making this the best tool we can.
Thank you,
Robyn Weil
Digital Technologies Team
Show LessThe Open Documentation Team is looking for a few great beta testers. People interested in a single place to find their documentation and a place where it will be updated on their feedback. The Cypress Community has always been a place of collaboration with you, our users, and we’d like to extend an invitation to give us feedback on this new platform between now and January 10th, 2021.
The first documentation platform we’re opening is for PSoC 6 and AnyCloud customers and offers all the documentation you, the developers, need in one place. The Open Documentation platform allows users to find all the development documentation in one place, complete with real-time updates from our software and support teams based on inputs and questions from our developer community. This creates a responsive, easier to use platform for you to find everything throughout your development process.
This platform will host the latest version of the documentation along with continuous updates from our support organization based on questions from you, our Community members. We look forward to hearing your feedback on this beta PSoC 6 and AnyCloud book and collaborating with you on better documentation going forward.
Jump over and test out the PSoC 6 and AnyCloud platform here.
Let us know here what you think of the platform. Test out the in-documentation feedback tool too. We’d love to hear any other documentation books you would like us to build.
Thank you for being a part of our commitment to continually improving our developer experience! I appreciate your help in making this the best tool we can.
Thank you,
Robyn Weil
Digital Technologies Team
Show LessHi,
I try the example project SCB_SPI _Master_DMA but there is an error with the following line:
Cy_DMA_Descriptor_SetDstAddress(&txDma_Descriptor_0, (void *)&mSPI_HW->TX_FIFO_WR);
The TX_FIFO_WR : could not be resolved.
I try to find some advice in google, but no luck!
Do you have some advice ?
Thanks.
Gilles.
Show LessHi,
I have been using the evaboard such 62S2 43012 with modus 2.2. I am started from the example project 'BLE_CapSense_Buttons_Slider'. Already in other projects I couldn't import the library wifi. I enter in library manager and I add the follows library wifi:
wifi-connection-manager
wifi-host-driver
wifi-mw-core
lwIP
mbedTLS
connectivity-utilities
After building the projects, return me various errors. In this project i have this errors (i attached the log and my project):
configs/app_platform_cfg.c:55:32: error: 'CYBSP_BT_UART_TX' undeclared here (not in a function); did you mean 'CY_SCB_UART_H'?
configs/app_platform_cfg.c:56:32: error: 'CYBSP_BT_UART_RX' undeclared here (not in a function); did you mean 'CY_SCB_UART_H'?
configs/app_platform_cfg.c:57:33: error: 'CYBSP_BT_UART_RTS' undeclared here (not in a function)
configs/app_platform_cfg.c:58:33: error: 'CYBSP_BT_UART_CTS' undeclared here (not in a function)
configs/app_platform_cfg.c:73:30: error: 'CYBSP_BT_POWER' undeclared here (not in a function)
configs/app_platform_cfg.c:89:41: error: 'CYBSP_BT_DEVICE_WAKE' undeclared here (not in a function)
configs/app_platform_cfg.c:90:41: error: 'CYBSP_BT_HOST_WAKE' undeclared here (not in a function)
Can you help me ? There is a document that explains as import the library wifi ? Or you indicate me a procedure to import it correctly ?
Thanks you
Show LessHello,
I'm using a PSoC 6 WIFI-BT Prototyping Kit (CY8CPROTO-062-4343W), with pin P5_5 (SCB10) configured in UART SmartCard mode, communicating to a ISO7816 T=0 smart card.
I'm having unreliable data transfer at baud rates >= 38.4kbps. So far, I'm able to read the ATR at UART 9.6 kbps, PWM clk 3.57MHz. After sending the PPS command (Fi=372, Di=12) to the smart card (ISO7816 T=0 protocol), I changed the UART clock divider so that baud rate is 115kbps, while keeping the same PWM clk at 3.57MHz. Now I'm unable to send commands to the card (Basically: the bytes which I sent, are incorrect when I read them back). This problem does not happen if I used low baud rates e.g. 19.2 and 28.8 kbps. At 38.4kbps, the transfer fails about half the time.
In the CY8C62x8 technical reference manual, section "27.4.3.3 SmartCard (ISO7816)", there is no information about the supported baud rates. As a comparison, I noticed that the "IrDA mode" baud rates are clearly stated (section 27.4.3.4).
Please advise whether the UART SmartCard mode is able to support baud rates higher than 38.4kbps and what is the maximum value. Thanks!
Best Regards,
Stan
Show LessHow to use modustoolbox to generate lib library file
Hi all.
This is the my first time using psoc6 and modustoolbox. I want to create a project to start developing my own application. I want to incorporate the following:
What (or how do I) would be the best approach to incorporate all of the dependences to support my project? I'm using the PSOC6 BLE prototype board. Can I do all of this within the IDE, or do I have to manually have to grab each library and incorporate them individually?
Thanks
Show LessHi,
I'm searching for a guide to write tests to run before compiling when I develop code for PSoC microcontrollers. Is that possible? Where can I find information to get started?
Thanks!
Show LessEmployee
New Contributor II
Employee
Employee
New Contributor II
Employee
Employee
Employee
New Contributor II
New Contributor II