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.
Best Practices for Firmware Development in Embedded Systems
Few of best practices I think are :- 1)Use of static qualifier for global variables which are only used in that .c files 2)Divide long codes in multiple functions 3)Create separate .c file & .h file for every pheripheral like do,adc etc 4)use of volatile qualifier for variables used in ISR 5)AndRead more
Few of best practices I think are :-
See less1)Use of static qualifier for global variables which are only used in that .c files
2)Divide long codes in multiple functions
3)Create separate .c file & .h file for every pheripheral like do,adc etc
4)use of volatile qualifier for variables used in ISR
5)And most importantly naming of variables should be proper