I have used STM32CUBE IDE & created a project for the board (STM32F103RB). Then I have tried debug my board by clicking on ‘Debug as’ option. Then I have observed this below message in the console
Category: Embedded Software Development
This category can cover discussions related to embedded software development, including programming languages (C, C++, Python, etc.), development environments, debugging techniques, software architectures, and best practices.
Embed Threads Latest Questions
Could someone please provide a comprehensive roadmap to become an Embedded Firmware Engineer? I am looking for guidance on the necessary steps and resources to acquire the skills and knowledge required for this career path. Thank you!
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 ...
As a firmware developer, I’m interested in learning about best practices for firmware development in embedded systems. What are some recommended coding practices, modular design approaches, and software testing strategies for developing reliable and maintainable firmware?