Tips for Embedded Software Development

Thread Starter

John99407

Joined Jul 12, 2019
77
Hey all,
I am John, 16 years old, I am Indian. I am doing a diploma in electronics. I want to become an Embedded Software Developer. Here are so many skilled and experienced people with embedded software development. I have read so many forum posts. People offer advice If we want to learn programming, We should learn by creating a flow chart

As a standard, embedded software development is mostly done in C. I have c studied C in my class. I have some books for C language I am planning to work on some microcontroller development board, may be PIC Microcontroller with compatible software IDE soon

I am looking guide to getting a start into Embedded Programming by creating a flow chart and converting it into Pseudocode


upload_2019-7-13_16-24-31.png

Pseudocode
Code:
main // Function Main
{ // Start Main
   initialize

           while (1)
          {   //Start while loop

          }   //End while loop
}End Function Main
any suggestion would be highly appreciated

Regard
Johan
 
Last edited:

danadak

Joined Mar 10, 2018
4,057
Take a look at Flowcode, you can use a free version that has enough features
to work with.

https://www.matrixtsl.com/flowcode/

There is also block language offerings, free, mBlock, Ardublock, Scratch for Arduino,
Snap4Arduino, although these convert graphical drag and drop blocks to C code.


Regards, Dana.
 
Last edited:
Top