Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
if someone can help me to figure out this error(guide) ,this is the main code :
I’m to instrument GCC and Gcov to collect execution sequence information. While my approach works well for **c** programs on `x86` and `x86_64`, I’m encountering a segmentation fault when attempting […]
https://github.com/MuskaanJain2021/MULTITASKING-ON-STM32F407VGT6.git Task I am trying to achieve is The LED is off initially. Depending on switch press, the LED blinks in following way. 1st Switch press: LED blinks at frequency […]
I am debugging a program on an `x86-64` system `Ubuntu 22.04` `GDB v10.2` `GCC 11.2.0` using `GDB` and encountered an unexpected behavior. I was inspecting the value of the `rbx` […]
I’m working on a personal project , a simple ray tracer written in x86-64 assembly for educational purposes. It’s currently in the early stages, focusing on basic ray-sphere intersection calculations. […]
hello everyone i am following the book: INTERNET OF THINGS PROJECT WITH ESP32 BY: AGUS KURNIAWAN I am facing a problem in setting up esp-idf in vs code can someone […]
I’m working with the ESP32 CAM WiFi module and encountering two issues. It experiences high latency on my home network, and more concerning, it fails to obtain an IP address […]
Hey guys, During integration testing, I’ve noticed intermittent failures in CAN Bus communication between nodes. Some messages are dropped, and errors are logged on the AVR128DA48. I’ve already checked for […]
I am trying to establish communication between two Nucleo boards (STM32G431RB as master and Nucleo F446RE as slave). I used the example codes from the STM32 GitHub page (NUCLEO-G431RB/Examples/SPI/SPI_FullDuplex_ComPolling_Master and […]