Hello @MCU, MPU & Firmware ! If you use GDB or KGDB, what is your IDE setup while debugging remote device with a openocd running on it?
In my last question, I misunderstood how GDB interprets memory when using different formats like `x/d` and `x/1wd`. After some digging, I realized the issue was related to GDB displaying […]
I’m using CLion (version X.X) for embedded development on an STM32F411 microcontroller with OpenOCD 0.11.0. While ‘build’ completes, the debugger fails with the following error: Error executing event examine-end on […]
I’m working with the STM32 Nucleo L476RG board and the X-Nucleo IDB05A1 expansion board to develop Bluetooth Low Energy applications. My development environment is Keil uVision5, and I’ve successfully built […]
Hi guys on an ESP32 using TensorFlow Lite for Microcontrollers, I encounter the error `RuntimeError: Failed to run model at node 13 with status 1` during inference, often with longer […]
Please who has connected to AWS iot core using A7670E specifically?? I’m facing +CMQTTCONNECT: 0,34 error AT+CMQTTCONNECT=0,”tcp://xxxxx:8883″,60,1 +CMQTTCONNECT: 0,34
when i try to add a bulb to home assistant i get this error message Connection to device succeeded but no datapoints found, please try again. Create a new issue […]
I have been wrestling with a persistent segmentation fault in a multi-threaded C++ program running on a cluster of AMD Barcelona CPUs Linux/x86_64. The code causing the crashes is a […]
Hey guys, a friend of mine is currently working on AT91SAM9M10-EKES. The Code registers IRQ for 2 GPIO pins (PA20 & PA21) but only receives 22/26 expected interrupts (random). Could […]