Unlock the Gateway: Join the Embed Threads
Unlock the Possibilities: Dive In with Login Access
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Error in final launch sequence
Hello, Thanks for providing updates. Let me know once you verify at your end. Regards, Ritesh Prajapati
Hello,
Thanks for providing updates.
Let me know once you verify at your end.
Regards,
See lessRitesh Prajapati
Error in final launch sequence
Hello, Have you wait to finish flashing process which is ongoing? I believe you have pressed continue button while flashing is ongoing which may cause this type of issues. Also you can check below link for more information in which same kind of error has been resolved which you are facing. https://cRead more
Hello,
Have you wait to finish flashing process which is ongoing? I believe you have pressed continue button while flashing is ongoing which may cause this type of issues.
Also you can check below link for more information in which same kind of error has been resolved which you are facing.
https://community.st.com/t5/stm32cubeide-mcu/failed-to-execute-mi-command/td-p/282321
See lessStepper motor stuck issue
Hello, Would you please provide some more information about technology perspective like how you are operating motor with any controller or development board etc? So that it would be really helpful for us to understand issue into details and can guide us from our end. Regards, Ritesh Prajapati
Hello,
Would you please provide some more information about technology perspective like how you are operating motor with any controller or development board etc?
So that it would be really helpful for us to understand issue into details and can guide us from our end.
Regards,
See lessRitesh Prajapati
How to Choose the Right Microcontroller for an Embedded Project?
Hello, There are so many factors which you need to consider for selecting proper microcontroller or microprocessor as per your project or product requirements 1. Product Usage and Functionalities 2. Power Requirement 3. Hardware Interface requirements and Functionalities 4. Hardware Security RequireRead more
Hello,
There are so many factors which you need to consider for selecting proper microcontroller or microprocessor as per your project or product requirements
See less1. Product Usage and Functionalities
2. Power Requirement
3. Hardware Interface requirements and Functionalities
4. Hardware Security Requirements
5. Product Budget
6. Product Development Tool
7. Product Debugging Tool
RTOS Selection for Real-Time Embedded Applications
It depends based on your product development. RTOS has different configurations like scheduling, Task Management, Message Queues, Task Priority, Heap Memory and others as well. So, RTOS is good for light weight product development.
It depends based on your product development. RTOS has different configurations like scheduling, Task Management, Message Queues, Task Priority, Heap Memory and others as well.
So, RTOS is good for light weight product development.
See lessCan anyone guide a complete Road map to become an Embedded firmware Engineer?
Hello, First of all, You should have following fundamentals to be clear from theoretical and practical perspective to become embedded firmware engineer. C Embedded C Hardware Peripherals Operating System Networking Concepts Data Structure IPC Mechanism Once you have knowledge for above technologiesRead more
Hello,
First of all, You should have following fundamentals to be clear from theoretical and practical perspective to become embedded firmware engineer.
C
Embedded C
Hardware Peripherals
Operating System
Networking Concepts
Data Structure
IPC Mechanism
Once you have knowledge for above technologies then you can become good embedded firmware engineer.
See lessUse of static variable declaration in a header file included in multiple .c files
Hello, Yes. If you declare static variables into header file and that file is included into multiple c or cpp source files then each file contains separate copy of that variables which can be shared and accessed it. But, It depends on like how you are going to access it and use it.
Hello,
Yes. If you declare static variables into header file and that file is included into multiple c or cpp source files then each file contains separate copy of that variables which can be shared and accessed it.
But, It depends on like how you are going to access it and use it.
See lessCan we use supercap for RTC backup?
Hello , I suggest using external RTC with coin cell instead of supercap which is not reliable to use it.
Hello ,
I suggest using external RTC with coin cell instead of supercap which is not reliable to use it.
See lessChoosing the Right Industry for Career Growth in Embedded Software: Insights and Required Skills
Hello, If you have experience of embedded software then i suggest to go with IoT as there are vast opportunities and work into IoT. Also you will learn a lot from IoT as well
Hello,
If you have experience of embedded software then i suggest to go with IoT as there are vast opportunities and work into IoT. Also you will learn a lot from IoT as well
See lessChoosing Between Bare-Metal and RTOS-Based Embedded Systems
The selection between bare metal and RTOS would be depends on like how your project and product requirements including hardware selection and others as well. Also, bare metal is little bit harder compared to RTOS Programming but into both case you need to understand technologies into depth. But as fRead more
The selection between bare metal and RTOS would be depends on like how your project and product requirements including hardware selection and others as well. Also, bare metal is little bit harder compared to RTOS Programming but into both case you need to understand technologies into depth. But as far as i know that into bare metal programming you will learn a lot as it contains register level programming.
See less