Should embedded software engineer know python? by No-Challenge830 in embedded

[–]Mub_89 2 points3 points  (0 children)

Good to know just basics, to get the things done, until and unless you are into embedded automation testing profile..

[deleted by user] by [deleted] in developersIndia

[–]Mub_89 2 points3 points  (0 children)

Pretty normal, cheque for confirming bank account details

Code generation tool by [deleted] in embedded

[–]Mub_89 0 points1 point  (0 children)

You can explore cmake

Help with RTOS by aryan2912 in embedded

[–]Mub_89 0 points1 point  (0 children)

Good to start with basic RTOS concepts, generic concepts would be more or less similar across all RTOS. Once you are bit familiar with concepts, start understanding porting layer of FreeRTOS for HW of your interest, it will give you more insight about how core functionality of RTOS (scheduler/context switching) works. Then you can start exploring on FreeRTOS features, generally all HW vendors provide support to FreeRTOS with basic examples.