Recent discussions
I have a distance2go radar board. Today, when I want to use it again, I found that the software and firmware development package corresponding to the changed board cannot be downloaded. I hope you can get help. Send me the software and firmware installation package distance2go kit
Show LessI have a design that needs to support USB audio class and an HID generic class simultaneously, are there any examples on USB descriptor design? especially using the USB Configuration tool.
Show LessUSB_Audio_Device_FreeRTOS sample project of CY8CKIT_062S2_43012 is targeted for AK4954 codec. How to modify the project for WM8960 codec if the mezzanine card is CY8CKIT-028-SENSE?
Show LessI opened two USB_Audio_Device_FreeRTOS projects for two eval boards: CY8KIT-062S2-43012 and CY8CKIT-062-WIFI-BT.
CY8CKIT-062-WIFI-BT board works well. But Windows has "USB device not recognized" error for CY8KIT-062S2-43012. How to fix this error?
Show LessAfter reading through the thread named " Unable to install ModusToolbox", I cannot seem to figure out if the issue was resolved. Can you please comment on the outcome of that post? I am having the same issue.
Show LessWhen I debug the program,How can I see the contents of a register。For example, tcpwm register。thanks!
I have a posc6 cm4 app that when I allocate just a few hundred more bytes of static variables, the linker fails.
The error is:
COMPONENT_CM4/TOOLCHAIN_GCC_ARM/cy8c6xx7_cm4_dual.ld:318 cannot move location counter backwards (from 08046878 to 08046800)
collect2.exe: error: ld returned 1 exit status
Ironically, the PROGBITS feature doesn't run if the linker fails, so you can't see unless you go back to the smaller size. When you do it prints:
| .data | 0x0800228c | 7820 |
| PROGBITS | 0x08004118 | 1 |
| .cy_sharedmem | 0x0800411c | 12 |
| .noinit | 0x08004128 | 15572 |
| .bss | 0x08007e00 | 255208 |
| .heap | 0x080462e8 | 1304 |
| .cy_app_signature | 0x100fff00 | 4 |
The variable I am trying to grow in an uninitialized struct with an member array, so it should be in the .bss section which is huge, so I suspect that general understanding is wrong. I can't figure out why the linker is failing or how to change it. All the advice on this forum does not appear relevant for Modus Toolbox 2. 4
I am using the DFU linker script (dfu_cm4_app1.ld) from the BLE DFU example.
Please suggest where to look and what to change.
Show LessI am trying to create a new application using the "Porcupine wake word demo". The demo will not create with the following error:
ERROR: Commit/tag/branch "v2.1.1" does not exist.
: Check that the commit/tag/branch in the .mtb/.lib file is valid.
: If working offline, check that your offline content is up-to-date
======================================================
ERROR: --ABORTING--
: Script : C:/Users/mypath/ModusToolbox/tools_2.4/make/getlibs.bash
: Bash path : /usr/bin/bash
: Bash version: 4.4.12(3)-release
: Exit code : 1
: Call stack : trap_exit error perform_git process_mtb extract_data find_mtbs main
make: *** [C:/Users/mypath/ModusToolbox/tools_2.4/make/getlibs.mk:121: getlibs] Error 1
Project "Picovoice_Porcupine_Wake_Word_Demo_1" failed to create.
"make getlibs" failed.
Failed to create and export "Picovoice_Porcupine_Wake_Word_Demo_1" application.
=========================================================================
Any ideas on how to fix this?
Show Less
Dear Sirs and Madams,
Please tell us how to realize the following connection used in PSoC Creator with Modus Toolbox.
PSoC Creator will automatically wire normally.
We would like to realize it with PSoC4S MAX.
I did the following procedure for Modus Toolbox, but it cannot be set correctly.
(1) Start Device Configurator3.1
(2) Enable CTBm 0 and SAR ADC 0 from Peripheral Tab
(3) Set CTBm0 to follower
(4) Set Input of CTBm0 to P1[0:7], set output of CTBm0 to "SAR ADC 0 vplus"
(5) Set "number of channels" to "1" and Ch0 Vplus of SAR ADC to "CTB 0 OpAmp 0 out_1x"
Setting of CTBm 0
Settings of SAR ADC
Analog-Routing
When I run the build, I get an error and cannot analog-routing properly.
Please let us know if there is a problem with my settings, Or is it possible to get a sample project?
Regards,
Show LessHi,
I'm trying to add a filesystem using emfile or littlefs on my cyw43907 firmware using mtb.
It seems it's not currently supported. It fails at the first include: for example #include "lfs.h" for littlefs
What's the best way to integrate a filesystem on cyw43907 with modustoolbox?
Thanks,
Cédric
Show Less