ModusToolbox™ Forum Discussions
Hi All,
In an effort to simplify the user journey, we have merged all old forums under the ModusToolbox™ category (namely - PSoC™ 6 SDK, Bluetooth SDK, AWS IoT SDK, Mbed SDK, Any cloud SDK and ModusToolbox™ General) to this new ModusToolbox™ forum. So, you will not have to navigate beyond level 3 in the menu anymore, to ask or look up your ModusToolbox™ related queries... saving you some time, every time.
Old Navigation Journey
New Navigation Journey
All the topics you have been following in the old ModusToolbox™ category is now present in the new ModusToolbox™ forum. If you have bookmarked a particular forum, it will get automatically redirected to this new one, as well as any threads under it.
Hope you like the new experience.
Please let us know for any queries.
Regards,
Sharit
Infineon Developer Community team
Modus fail to obtain BSP and an error occurs.
ERROR:there was an error retreiving the asset 'https://github.com/Infineon/device-db' commit 'release-v4.6.0' - error: pathspec 'release-v4.6.0' did not match any file(s) known to git
ERROR:Global asset download of device-db loading completed with error.
ERROR:The asyncStepComplete failed for LoadFlag DEVICE_DB.
Show Less
What is the GATT_DISCOVER_MAX in the bluetooth stack wiced_bt_gatt_discovery_type_e used for? And what parameter should I pass in wiced_bt_gatt_client_send_discover() if I wanted to used it?
Show Less
wiced_btsdk\dev-kit\libraries\btsdk-audio\release-v4.3.0\COMPONENT_hfp_audio_gateway\hfp_ag_command.c
Error format:
Hi,
recently I was trying to use the DSP extension on PSoC 6 together with Modustoolbox. I have seen that CMSIS version 5.8.0 (https://github.com/Infineon/cmsis) can be used as dependency for Modustoolbox projects. I wanted to try the "FIR Lowpass Filter Example" (https://www.keil.com/pack/doc/CMSIS/DSP/html/group__FIRLPF.html) and found out that the implementations of the "FilteringFunctions" and "MatrixFunctions" are missing.
Is there any reason why these functions are not included in Modustoolbox? Are there any plans to include it in future versions?
I now tried to download the CMSIS v5.8.0. and copy the "FilterFunctions" folder into the folder in mtb_shared/cmsis/COMPONENT_CMSIS_DSP/Source. Unfortunately, the linker then reports a bunch of "multiple definitions". However, I'm not quite sure why, because there is no second definition, at least not in any source file that I'm aware of (and also the search function couldn't find any).
Here is an example of one of the linker errors:
arm-none-eabi/bin/ld.exe: /build/APP_CY8CKIT-062S2-43012/Debug/ext/mtb_shared/cmsis/release-v5.8.0/COMPONENT_CMSIS_DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.o: in function `arm_biquad_cas_df1_32x64_init_q31':
../mtb_shared/cmsis/release-v5.8.0/COMPONENT_CMSIS_DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c:75: multiple definition of `arm_biquad_cas_df1_32x64_init_q31'; /build/APP_CY8CKIT-062S2-43012/Debug/ext/mtb_shared/cmsis/release-v5.8.0/COMPONENT_CMSIS_DSP/Source/FilteringFunctions/FilteringFunctions.o:../mtb_shared/cmsis/release-v5.8.0/COMPONENT_CMSIS_DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c:75: first defined here
Thank you in advance,
Mathias
Show Less1、I want to use MiniProg3 to download hex (or bin) to MCU
2、The MCU :CY8C624ABZI-S2D44 ,The programmer /debugger is MiniProg3
3、The software "Cypress Programmer 4.0" and "PSoC Programmer 3.29.5" could not find the MCU "CY8C624ABZI-S2D44"
4、 Could moudus download the hex file to MCU without program source code ,for instance :modus-shell command or other software..............
Thanks
Show Less
Hi,
How to create multiple subprojects under one Dual-core CPU application for PSOC6 using MTB3.0.
I need 3 different subprojects under CM0 and CM4 for bootloader purpose.
BR,
Rashik
Show LessI'm currently working on a project involving the CY8C4245-AXI microcontroller for a CapSense application, and I've run into a bit of a challenge. Specifically, I'm having trouble with UART the convenience of accessing credit card information https://mycardstatement.wiki communication. It seems to be stuck, and I'm not sure why.Has anyone else worked with this microcontroller and experienced similar UART communication issues? If so, I would greatly appreciate any insights or solutions you might have. Your assistance would be invaluable to me.
Thank you for your help!
Show LessHi,
As title. I am using modustoolbox3.1 and try to configure CYBT-343026 or CYW20706 I2C or SPI with Device configurator.
But Device configurator seems didn't support CYBT-343026 and CYW20706 currently.
Would Device configurator support that in the future???
Thanks
Austin
Show LessI hope you're all doing well. I've been facing a challenge with the CY8C4245-AXI microcontroller in a CapSense application. The issue I'm encountering involves the UART interrupt getting stuck.I've noticed that in certain situations, the UART interrupt seems to hang, affecting the overall License-Number https://dmvnow.wiki functionality of my application. Have any of you experienced a similar problem with UART interrupts on this microcontroller? If so, I would greatly appreciate any advice or insights you might have regarding possible solutions or workarounds.
Show LessI was optimistic we might finally have an OTA solution for the CYBLE-046415, but I'm not seeing an answer yet. I made a try at getting this to work, but can't seem top plug all the holes.
- Changed BSP to CY8CPROTO-063-BLE
- Added template for TARGET_CY8CPROTO-063-BLE
- Added psoc63_1m_cm0_int_swap_single.json to flashmap directory from github
- Upgraded flashmap.py in scripts by copying from mtb_shared\mcuboot\v1.8.3-cypress\boot\cypress\scripts
But even though no internal flash is defined, it keeps trying to run the qspi configurator.
The project is attached. Can you fix it?
$ make eclipse
make -C bootloader_cm0p eclipse MTB_APPLICATION_SUBPROJECTS="bootloader_cm0p blinky_cm4" MTB_APPLICATION_NA
ME="MCUboot-Based_Basic_Bootloader" && make -C blinky_cm4 eclipse MTB_APPLICATION_SUBPROJECTS="bootloader_c
m0p blinky_cm4" MTB_APPLICATION_NAME="MCUboot-Based_Basic_Bootloader" && true
make[1]: Entering directory '/cygdrive/c/Users/%USER%/mtw32/MCUboot-Based_Basic_Bootloader/bootloader_cm0p'
Removing .mtbqueryapi file...
Searching installed tools in progress...
Searching installed tools complete
../mtw32/MCUboot-Based_Basic_Bootloader/bootloader_cm0p/libs/mtb.mk:51: warning: overriding recipe for target 'bsp-assistant'.. AND MANY MORE OVERRIDES
=============================================================
= Generating cy_flash_map.h and flashmap.mk =
=============================================================
python ./scripts/flashmap.py -p PSOC_063_1M -i ./flashmap/psoc63_1m_cm0_int_swap_single.json -o ./source/cy
_flash_map.h > ./flashmap.mk
=============================================================
make[2]: Leaving directory '/cygdrive/c/Users/%USER%/mtw32/MCUboot-Based_Basic_Bootloader/bootloader_cm0p'
[INFO] Log file= "C:/Users/%USER%/AppData/Local/Temp/qspi-configurator-cli/qspi-configurator-cli-20230901.230
543.389-6888.log"
[INFO] Command line= "C:/Users/%USER%/ModusToolbox/tools_3.1/qspi-configurator/qspi-configurator-cli.exe --co
nfig"
Missing value after '--config'.
--config=
Error: Configuration file path is not set. Use the --config argument to set the configuration file.
make[1]: *** [../../mtb_shared/core-make/release-v3.2.2/make/core/bwc.mk:149: _mtb_build__legacy_project_pr
ebuild] Error 1
make[1]: Leaving directory '/cygdrive/c/Users/%USER%/mtw32/MCUboot-Based_Basic_Bootloader/bootloader_cm0p'
make: *** [C:/Users/%USER%/ModusToolbox/tools_3.1/make/application.mk:61: eclipse] Error 2
Show Less