-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Issue with debugging against Arduino Nano Matter with core 2.0.0 #59
Comments
@silabs-bozont the output I'm getting from the IDE is
so it might indeed be related with the version of gdb we are shipping in the toolchain. @rei-vilo can you check if it's the same in your system? The get the debug console you can click on the "terminal" icon next to the "gear" icon in the debug view |
Sure, the output from the IDE is
Adding the
Trying a second time raises this error message. Is there a utility still running in the background? However, the same command from the terminal succeeds.
Environment
|
* Update the core package JSON to match the published one * Add back support for the Arduino Nano Matter It was removed to be excluded from the first release * Add back support for the Seeed Studio Wio MG24 It was removed to be excluded from the first release * Update readme files - Correct a typo in the Matter readme - Emphasize the different bootloaders in the main readme * Add details about the Google Home Developer Console setup to the Matter readme * Implement multi-instance support in the I2C driver * Add a second I2C instance on the xG24 Explorer Kit Now the QWIIC connector can also be used * Make the SPI peripheral configurable in ezWS2812 * Add a note to the readme about the 1.x version IDEs not being supported * Update the Matter library readme Add documentation for the global Matter class. Mention the addtitonal Matter Hub device. * Bump the version of ezWS2812 to 1.1 * Update the repo URL in the included libraries * Update the install host and packager scripts to host the next development version * Update the GSDK generator script to use the newest SDK versions GSDK 4.4.0 Matter 2.2.0 * Upgrade GSDK on the ThingPlus Matter BLE variant to 4.4.0 * Upgrade GSDK on the ThingPlus Matter BLE precomp variant to 4.4.0 * Update the GSDK generator script to work with the Matter SDK 2.2.0 Changed path for the ZAP file Removed the color endpoint number patching - issue solved in SDK Added device name and manufacturer patching as these have moved * Upgrade GSDK and Matter SDK on the ThingPlus Matter (Matter) precomp variant Upgraded to GSDK 4.4.0 and Matter SDK 2.2.0 * Upgrade GSDK and Matter SDK on the ThingPlus Matter (Matter) variant Upgraded to GSDK 4.4.0 and Matter SDK 2.2.0 * Fix starting state sync in the Matter color multiple bulb example * Fix the capitalization of 'LED' in the readme * Upgrade GSDK on the BGM220 Explorer Kit BLE variant to 4.4.0 * Upgrade GSDK on the BGM220 Explorer Kit BLE precomp variant to 4.4.0 * Upgrade GSDK on the xG24 Explorer Kit BLE variant to 4.4.0 * Upgrade GSDK on the xG24 Explorer Kit BLE precomp variant to 4.4.0 * Upgrade GSDK and Matter SDK on the xG24 EK (Matter) precomp variant Upgraded to GSDK 4.4.0 and Matter SDK 2.2.0 * Upgrade GSDK and Matter SDK on the xG24 EK (Matter) variant Upgraded to GSDK 4.4.0 and Matter SDK 2.2.0 * Upgrade GSDK on the xG27 Dev Kit variants to 4.4.0 * Upgrade GSDK on the Seeed Studio Wio MG24 variants to 4.4.0 * Upgrade GSDK on the Arduino Nano Matter BLE variants to 4.4.0 * Upgrade GSDK and Matter SDK on the Arduino Nano Matter (Matter) variants Upgraded to GSDK 4.4.0 and Matter SDK 2.2.0 * Use GPIO input in pullup configuration in the BLE Blinky example * Update the Matter lightbulb brightness percentage calculation to be precise Mapping between the true range and percents had some rounding errors * Correct typo in readme * Add BLE and platform support for the xG24 Dev Kit (brd2601b) Implements SiliconLabs#11 * Add a precompiled BLE variant for the xG24 Dev Kit (brd2601b) Implements SiliconLabs#11 * Update docs with the xG24 Dev Kit support Implements SiliconLabs#11 * Add the xG24 Dev Kit to the build test script Implements SiliconLabs#11 * Add Matter support for the xG24 Dev Kit Implements SiliconLabs#12 * Add a precompiled Matter variant for the xG24 Dev Kit Implements SiliconLabs#12 * Add the xG24 Dev Kit Matter variants to the build test script Also add the xG24 Dev Kit variants to the distinct categories Implements SiliconLabs#12 * Update list of compatible devices in the Matter examples Implements SiliconLabs#12 * Migrate the Si7210 driver library from Bitbucket Implements SiliconLabs#15 * Migrate the PDM driver library from Bitbucket Implements SiliconLabs#15 * Migrate the xG27 Dev Kit sensors example from Bitbucket Implements SiliconLabs#15 * Migrate the BLE HID keyboard example from Bitbucket Implements SiliconLabs#15 * Refactor the BLE HID keyboard example Implements SiliconLabs#15 * Refactor the xG27 Dev Kit sensors example Implements SiliconLabs#15 * Refactor the PDM microphone driver library Implements SiliconLabs#15 * Migrate the xG27 Dev Kit sensors BLE example from Bitbucket Implements SiliconLabs#15 * Refactor the xG27 Dev Kit sensors BLE example Implements SiliconLabs#15 * Migrate the ThingPlus battery gauge example from Bitbucket Implements SiliconLabs#15 * Implement a BLE battery level example for the ThingPlus Matter Implements SiliconLabs#15 * Refactor the build test script, add new examples Implements SiliconLabs#15 * Update example compatibility lists, correct a few typos * Update the board specific defines for the Nano Matter Remove the ARDUINO_ prefix as it's added by platform.txt afterwards * Invert button state and improve LED handling in the BLE Blinky example * Rename the Si7210Hall library to Si7210_hall * Update the examples using Si7210 with the new name * Refactor the Si7210_hall library - Refactor the included example - Fix I2C wake-up (previously the wake-up signal didn't go out) - Take the bus driver as a reference instead of a pointer - Define the default I2C address and speed - Add a constructor without parameters - Use initializer lists * Update the test build script to be able to build smaller subsets * Update Simplicity Commander to 1.16.4 Implements SiliconLabs#33 * Implement helper script for calculating file size and checksum Implements SiliconLabs#33 * Repackage the new Simplicity Commander archives with zstd The macOS archive was kept as a zip as macOS had problems with the app signing after deflating the zstd archive. Implements SiliconLabs#33 SiliconLabs#5 * Add CMSIS-pack for MGM240SD22VNA * Nano Matter: add USB PID and upload pack * toolchain: make path installation independent * pyocd: fix wrong commandline on verbose params * Implement support for the BridgedDeviceBasicInformation Matter cluster This gives the users the option to customize their devices Implements SiliconLabs#41 * Bump the Matter library version to 1.1 * Fix the Si7210 library path in the build test script * Remove unused Matter device classes * Refactor the MatterDevice base class * Add the new Matter example to the build test script Also implement a SIGINT handler * Fix the debugger path in platform.txt * Move cluster read/write functions to the specific Matter classes This is a major refactor - each device class is now responsible for handling the read/write of their associated clusters. The read/write functions are virtual and inherited from the base device class. * Bump the year in the Matter library source files * Move the Matter change reporting to each device class Major refactor - each device class is now responsible for sending the Matter change report after their own status/values change. Now each device class encapsulates the whole functionality of the device - no external callbacks or functions needed. * Add GitHub issue template * Rename the Silicon Labs example library * Implement support for Matter Contact Sensor Implements SiliconLabs#45 * Update readme.md - Mark BLE and Matter variants - Separate the ezBLE readme - Add the Nano Matter to relevant sections * Change the capitalization of getCPUTemp() * Rename the device unique ID getters * Update the Matter readme - Add unpairing instructions - Move the device property setters to the correct section * Enable Matter Switch support and add switch example Implements SiliconLabs#42 * Avoid calling the Matter API from ISR context in examples * Implement the 'Matter lightbulb with button' example Implements SiliconLabs#17 * Update J-Link debugging to work with the newer 2.3.x IDEs Fixes SiliconLabs#43 * Update the year in the SparkFun Thing Plus BLE GSDK generated files * Make the ThingPlus BLE variants use the same bootloader as Matter This way the bootloader won't have to be reflashed when changing between Matter and BLE, so we avoid a massive pitfall for the users. * Update the year in the xG24 Explorer Kit BLE GSDK generated files * Make the xG24 Explorer Kit BLE variants use the same bootloader as Matter * Make the xG24 Dev Kit BLE variants use the same bootloader as Matter * Update the year in the Nano Matter BLE GSDK generated files * Make the Nano Matter BLE variants use the same bootloader as Matter * Update the year in the BGM220 Explorer Kit BLE GSDK generated files * Make the BGM220 Explorer Kit use a storage-internal bootloader This is to consistently use the same bootloader on all the variants * Update the year in the xG27 Dev Kit BLE GSDK generated files * Make the xG27 Dev Kit use a storage-internal bootloader * Update the year in the Wio MG24 BLE GSDK generated files * Make the Wio MG24 use a storage-internal bootloader * Update readme files to reflect the unified bootloaders * Fix the programmer highlighting in readme * Prevent GPIO use before the system initialization finished Calling any GPIO function before the system init finishes causes a fault because the GPIO clocks are not enabled yet. Any calls to GPIO functions will now have no effect before the init finishes. * Change the package format of the core and compiler to zstd Implements SiliconLabs#5 * Use OpenOCD as upload tool for the Nano Matter * Add the OpenOCD package to the package index JSON * Fix the OpenOCD bootloader burning command '_' vs '-' in the interface config file path * Add erasing support for the OpenOCD programmer * Remove pyOCD support OpenOCD will be used instead * Increase the version in platform.txt to 1.1.0 * Add missing mathematical constants * Add the Arduino-like pin definitions for the Nano Matter * Add pinout diagram for the BGM220 Explorer Kit Implements SiliconLabs#16 * Add pinout diagram for the xG24 Dev Kit * Remove the placeholder timer instance from main() It's no longer needed to keep the uptime ticks counting * Make millis() more precise Using the internal conversion function we get full resolution * Fix OpenOCD programming on Windows A couple of extra curly braces were needed Fixes SiliconLabs#53 * Add verbose and quiet options to OpenOCD * Add language specific highlighting to readme and issue_template * Create a BLE/Matter combined variant for the Nano Matter This variant doesn1t include the SDK sources only the precompiled SDK is available * Remove the old variant files of the Nano Matter * Create a BLE/Matter combined variant for the Thing Plus Matter * Remove the old variant files of the Thing Plus Matter * Create a BLE/Matter combined variant for the xG24 Explorer Kit * Remove the old variant files of the xG24 Explorer Kit * Create a BLE/Matter combined variant for the xG24 Dev Kit * Remove the old variant files of the xG24 Dev Kit * Create a combined BLE variant for the xG27 Dev Kit * Remove the old variant files of the xG27 Dev Kit * Create a combined BLE variant for the Seeed Studio Wio MG24 * Remove the old variant files of the Seeed Studio Wio MG24 * Create a combined BLE variant for the BGM220 Explorer Kit * Remove the old variant files of the BGM220 Explorer Kit * Rearrange boards.txt, move the Wio MG24 up to the third-party boards * Remove the hard button requirement from the BLE lightswitch client example * Update the build test script to work with the new variant scheme * Update readme to reflect the variant changes * Update readme wording to include the Settings/Preferences for all platforms macOS - Settings Windows / Linux - Preferences * Disable SWO and RAIL PTI by default These take up precious GPIO, so they have to be off by default. Users can reenable them if needed. Fixes SiliconLabs#55 * Fix the initial state in pulseIn() pulseIn() should wait for the requested state and measure the time elapsed until the opposite of the requested state Fixes SiliconLabs#57 * Add guard to host_local_install.py to ensure running from the 'package' directory * Simplify organization of the board support slcp files * Add a 'no radio' variant for the BGM220 Explorer Kit * Add a 'no radio' variant for the Nano Matter * Add a 'no radio' variant for the Sparkfun Thing Plus Matter * Add a 'no radio' variant for the Seeed Studio Wio MG24 * Add a 'no radio' variant for the xG27 Dev Kit * Add a 'no radio' variant for the xG24 Explorer Kit * Add a 'no radio' variant for the xG24 Dev Kit * Move the configurations down in the GSDK generator script * Update readme.md with more radio stack information * Handle active low/high built-in LED configurations simultaneously * Correct typo in ezBLE * Change issue template to the new format * Update the title and labels in the new issue templates * Implement function to check whether a Matter device is online Online in this context means that it has been discovered by the Matter hub and is able to communicate with it. * Update the year in the Thing Plus Matter generated files * Regenerate GSDK and Matter SDK for the Nano Matter (Matter) We use our own Window Covering server implementation, so the included one was removed. Window Covering cluster commands were added to the ZAP file. * Regenerate GSDK and Matter SDK for the xG24 Explorer Kit (Matter) We use our own Window Covering server implementation, so the included one was removed. Window Covering cluster commands were added to the ZAP file. * Regenerate GSDK and Matter SDK for the xG24 Dev Kit (Matter) We use our own Window Covering server implementation, so the included one was removed. Window Covering cluster commands were added to the ZAP file. * Add support for Matter Window Covering Implements SiliconLabs#21 * Regenerate GSDK and Matter SDK for the ThingPlus Matter (Matter) We use our own Window Covering server implementation, so the included one was removed. Window Covering cluster commands were added to the ZAP file. * Rework pin mapping to be Arduino-like Implements SiliconLabs#9 SiliconLabs#59 * Offset PinName to avoid overlap with pin indexes This way if a PinName is implicitly converted to pin_size_t it can be distinguised and handled accordingly. This offers more compatibility between the different pin mappings. * Update the pinout diagrams with the new pin names * Rework ADC to work with the new pin mapping scheme * Mark all DAC pins on the pinout diagrams and pin maps * Add a new I2C and remap SPI1 on the Nano Matter * Increase number of max LEDs in ezWS2812 Use uint32_t instead of uint8_t * Add interrupt lock/unlock to ezWS2812 examples In the future these will have to be moved inside the driver * Update readme with instructions for 'discussions' * Properly escape paths in boards.txt and platform.txt Fixes SiliconLabs#75 * Add specific exit codes to the build test script This will help when running the script from CI * debugger: implement new interface * Make OpenOCD debugging Nano Matter specific, update readme * Bump the Matter Color Control cluster revision from 5 to 6 * Set the Matter Level Control cluster max values to 254 According to the specification this is the maximum allowed value * Bump the Matter Basic Information cluster revision to 2 * Remove the Matter Identify cluster from the Aggregator endpoint * Implement support for the Matter Identify cluster Right now only the lightbulbs use it, but it can be easily extended to support all available endpoints. * Regenerate GSDK and Matter SDK for all Matter variants * Add missing cluster attributes to Matter On/Off lightbulbs * Change the Matter Vendor ID and Name according to each board * Change the board number of the Nano Matter to brd2707a brd9050 was already taken - brd2707 was assigned instead * Add OpenThread RCP firmware image for the Nano Matter * Fix Matter onboarding QR code to include provisioned data By a known issue the regular GetQRCode() function always uses the default set-up pin even when it's changed, reulting in an uncommissionable device. This new method extracts the onboarding payload and generates the QR from that - and it now includes the changed PIN - so it can be used for onboarding. * Implement compiler warning monitoring in the build test script * Implement support for Matter On/Off Plug-in Unit / Outlet Implements SiliconLabs#83 * Add toggle functionality to the Matter Lightbulb * Remove the Seeed Studio Wio MG24 variant The board won't be released soon - we can add it back later if it comes out. * Implement support for Matter Air Quality sensor * initial: add core-api * add Serial refactoring * add ArduinoCore-API as a submodule * move core api in 'extra' folder * Serial extern refinement * fix wiring management * using namespace in Wire lib * create Interrupt and Tone files * add missing Silicon Labs MIT license * fix attachInterrupt prototype issue and remove unused stuff * cosmetics (uncrustify) * SPI library refactoring * externalization of Wire and SPI libraries * suppressing unused param warnings * fix compilation issue in ezBLE and ezWS2812 lib * fix random function prototypes * add api folder in the include path * Remove the default value from 'block' in SPI.transfer() This resolves the ambiguity with the base class. Also, change the default transfer type to blocking. * Add the Matter Air Quality sensor example to the build test script * Add missing newlines in MatterOnOffPluginUnit * Update the core packager script to include the Core-API * Update the readme with instructions for using the Core-API * Update the product link for the Nano Matter in the readme * Bump the core version to 2.0.0 * Reword the Matter compatibility warning message * Fix the Nano Matter color lightbulb example and add it to the tests * Corrections in the global and Matter readme * Update the 'made with' section in the readme * Fix the signature of delayMicroseconds() * Fix the signature of the shift functions Also add more core function calls to the test sketch * Fix 'pin_name_clock' paramteter passing in shiftIn() * Add more SPI and Wire calls to the test sketch * Bump the Matter library version to 2.0.0 to be in sync with the core * Add pin definitions for all Serial/Wire/SPI peripherals * Fix DAC initialization, add missing DAC instances Output pin is now explicitly initialized to 'gpioModeWiredOr' --------- Co-authored-by: Martino Facchin <[email protected]> Co-authored-by: Hai Nguyen <[email protected]> Co-authored-by: Leonardo Cavagnis <[email protected]>
Hardware
Arduino Nano Matter
Core version
2.0.0
Arduino IDE version
2.3.2
Operating system
Debian 12 Gnome
Radio stack variant
No radio
OpenThread Border Router device (if using Matter)
No response
Issue description
Follows #4 but with Arduino Nano Matter on core 2.0.0.
The Arduino IDE fails to launch
openocd
. However, the same command works fine on terminal window.Could the AppImage suffers from an issue similar to FlatPack as in arduino/arduino-ide#2115
Thank you!
Serial output
RTT output (if using Matter)
No response
Minimal reproducer code
Blink example
The text was updated successfully, but these errors were encountered: