ModusToolbox™ General Forum Discussions
Hey,
I would like use the VS Code Tasks to open the MTB Tool´s.
For Example the Lib Manager:
in task.json:
result:
-->the Lib Manager is not starting.
when i do the same via normal terminal, everything works fine.
does anyone have any ideas?
BTW i also try the Modus Tool Box Assistant extansion --> same result--> all tools doesn´t start:
best regards
Andreas
Show LessAfter poking around in Modus, the project structure seem very different compared to a WICED Wi-Fi project. What is everyone's experience going from WICED to Modus?
What kind of timeline would be expected? I don't expect it to be a drop in a go but is it basically a rewrite? How about the OTA image generation process, is it similar? Is the bootload structure similar?
I have a fairly large app that uses a lot of WICED network, security, rtos wrapper api, and wifi api's. I also heavily rely on the WICED ota2 library for OTA functionality.
It looks like everything in Modus are modules that are pulled from Git when built. What happens if there are bugs in the library code? I had to do quite a bit of debugging and fixes in WICED code over the years to get things working okay.
We also fought to get low power working correctly for over an year which resulted in a custom patch for WICED and CYW43907 6.2.1 from Cypress support that never went into the following WICED releases.
Show LessHi,
I created my own PSoC 6 code in empty Application and added the required libraries through Library Manager, I can successfully build and programm application without error, but I can not find the header file of the library I added in my code, what is the reason?
我在empty Application中创建了自己的PSoC 6代码,并通过Library Manager添加了所需要的库,可以成功build和programm application没有报错,但在我的代码中始终无法找到我所添加库的头文件,这是什么原因?
Is there a way to set the terminal encoding to UTF8 in ModusToolBox?
I'm Linux user
Hi,
I cannot login in the Infineon Developer Center Launcher with a firewall LAN. Perhaps it is a proxy issue, but there is no proxy setting in the Infineon Developer Center Launcher.
How do I set up a proxy or what is the workaround ?
Best Regards,
Kazu Hayashi
Dears,
I need to copy project from one computer to another. I have Modus Toolbox 3.0 on both computers.
same workspace path c:\users\xxx\mtw3\ On both PC same installed BSP in mtb_shared folder
But after copy complete project folder it could not be compiled without error. Actually I have about 7269 erros.
I also try to run make getlibs, but it did not help.
What could be wrong. Or is there any Export/Import function for ModusToolbox applications ?
Regards
Radim
Show LessI've the following warnings in the log file.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
Show Less
The ModusToolbox version I installed is 2.4. There is a problem blow occurred after I launched ModusToolsbox.
Nothing will happen if I create a project by clicking File-->New-->ModusToolsBox. I have tried to reinstall version 2.4 again and even install version 3.0, but the issue is still there.
How to resolve this issue? Thanks
Show Less
Hello,
The instructions on how to install MT seem disconnected from reality.
I've tried to install the tool using Launcher.
After selecting the MT in launcher and clicking on "install" downloading of package seemed to start, but after downloading finished nothing happened.
Any suggestions.
Thanks.
Pavel.
Show LessDear Sirs and Madams,
We installed ModusToolbox 3.0(MTB 3.0) and created a PSoC4 Empty project, but the Cy_Sislib_Delay API is Undefined and get a build error.
An error occurs even with the following simple procedure:
(1) Install ModusToolbox 3.0
(2) Select New Application in Quick Panel
(3) Select CY8CKIT-145-40XX in PSoC4 BSPs
(4) Select Empty PSoC4 App of Getting Started, don't change name, then create.
(5) Write "Cy_Syslib_delay(500);" in main.c
(6) Build Application in Quick Panel
(7) A build error occurs as below:
We cannot avoid this "undefined reference to `Cy_Syslib_Delay'" problem.
What could be the problem?
Regards,
Show Less