Is there a Cy_Nop() avalibale in MTB ?
Please show syntax
Hi,
We are using CY8CKIT-062S2-43012 and using "Hello World" code example, everything seems to work. But when I try to open the BSP API Reference Manual within the MTB IDE, it gives me error "File not found"
Documentation->CY8CKIT-062S2-43012 BSP->More Information->BSP API Reference Manual
It supposes to be in the folder file:///C:/Users/<user>/mtw/Hello_World/libs/TARGET_CY8CKIT-062S2-43012/docs/html/modules.html
Other documents like HAL and PDL manual are OK. We are using MTB version 2.4.0
Anybody knows how to fix the issue? I am pretty new to Cypress SoC and MTB, any comments/suggestions are appreciated!
Show Less
IMPORTANT UPDATE 5/13/2022 Our good friends at GitHub have implemented a temporary change to how redirects are handled for the Infineon account. This addresses an error in how ModusToolbox™ was handling access to manifest files. The tools will now operate correctly without the CyRemoteManifestOverride workaround. Future releases of ModusToolbox™ shall, of course, handle the redirects correctly. We shall also be releasing updated versions of the currently shipping tools (e.g ModusToolbox 2.4.1), so you will not be forced to update to a new tools package when the temporary fix expires (in November). |
A change in the way GitHub handles URL redirects, deployed on May 2nd, has resulted in ModusToolbox being unable to access manifest files for BSPs, middleware or applications. The problem presents itself in Project Creator and Library Manager, which fail to display any content and report the following error message:
No internet connection found or improper proxy settings and offline content is not available. Use "Settings > Proxy Settings..." to specify the proxy server or check the user guide to see how to get offline content.
To work around the problem we request you set the following environment variable and restart your ModusToolbox tools.
CyRemoteManifestOverride = https://github.com/cypresssemiconductorco/mtb-super-manifest/raw/v2.X/mtb-super-manifest-fv2.xml
Note that, on Windows computers, you should set the variable in the System Properties, not the Eclipse IDE. Select "Edit the system environment variables" from the Windows menu to open this dialog.
Press "Environment Variables..." to open this dialog and either "New..." or "Edit..." to set up the variable.
This workaround will ensure you seamlessly access the same content as before and the tools will continue to present any new content we post.
We are working on a solution in the tools but, since that may require a software release, we strongly recommend using the workaround in order to continue working. We shall keep this message up to date with new information as learn more.
Show LessCan't create the first Application.
I'm running a Mac OSX 10.14.4
I installed Modus Toolbox, and told me it needed XCode. I installed XCode, and removed original ModusToolbox, and reinstalled Modus Toolbox.
It now tells me "Cannot run program "/Applications/ModusToolbox_1.1/tools/modus-shell-1.0/bin/make" (in directory "/var/folders/py/hnmmy0m14v97z_0xk9nszk2w0000gp/T"): error=2, No such file or directory"
The executable Make is not in the above mentioned folder.
What is causing this? I've tried several reinstalls of Modus Toolbox.
Thanks,
Show LessHi,when i building , the Console tab display success .but, in main.c ,the IDE cannot find where some .h file is referenced and list it as a unresolved inclusion .
Show Less
hI,
i build a project, The console tab shows that the compilation is complete and correct, but there are errors on the Problems tab. What's the matter?
Show Less
The cyacd2 file format shows the silicon id field (4 bytes) and the silicon version (one byte) on the header. See attached screen from the infineon spec (app note).
When we run the cymcuelf tool to create the cyacd2 file, these values are zero populated.
Is there something we need to add to the linker scripts/symbols to get these populated with the actual values from the target psoc6 device?
Show Less
Hi,
We have a git project created on modust toolbox.we have a header file named common.h in source folder and also one more header file with name common.h is available in git submodule. I am not ableto exclude this .h file from building. i am using CY_IGNORE in makefile and it doesn't seems to be working.
CY_IGNORE+=$(wildcard ./<folder path>/common.h)
Please suggest how i can exclude this from referencing in build.
Thanks
Aashik MS
PS: CY_IGNORE working well to ignore folder and .c file.
Show Less