I have a header file (.h) that is included in multiple .c files. In this header file, there is a variable declared as static. Since the header file is included in multiple files, there can be multiple accesses to that ...
Embed Threads Latest Questions
Augmented reality services transform the way businesses engage with customers by overlaying digital information onto the real world. These services enhance user experience, drive customer engagement, and provide innovative solutions across various industries, from retail and healthcare to education ...
Embedded Systems development offers an array of captivating aspects. Whether it’s low-level programming, real-time operating system, IoT connectivity, or firmware development, each facet holds its own allure. What aspects of embedded system development fascinates you the most? Share your thoughts!
Cross-compiling is common in embedded development. Help us understand the most widely used toolchains in the industry.
I want to program ESP32 using OTA. But based on my research in internet I got to know that to do this, the esp32 and the computer(used to upload code) should be connected in the same wifi network. What if ...
Hello everyone, has anyone here used a supercapacitor for RTC backup on STM32 microcontrollers? I’m curious to know about its reliability in this application. Thank you!
I am trying to port zephyr rtos on shakti processor, it s a riscv based 32bit processor. They already have ported the zephyr rtos to shakti v1.13. I want to port the latest zephyr rtos v3.4.0 to it. I ...
Hello, I would like to know in MSP430 Controllers DSP Library can we use those libraries to find AC signal amplitude using DFT or FFT method. also if any other method is available rather than normal RMS calculation it would be ...
Hi friends, Is there any other resourses to understand the steps for debugging process of esp idf project using JTAG. I have esp32 s3 devkit . I know there is a built in JTAG and need to know the further steps ...
Version control is essential for collaborative development. Let’s discover the most popular version control systems among embedded engineers.