This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

efficientcey

How efficient the program is?

I am thinking of developing embedded softwares for various applications and wish to use intellligent code generators for programming since I do not know "C"programming.

I need some expert advicement. Only expert wanted. not fool.

1 How efficient are the program is? ( size of the program, time required to execute and any other such parameters)

2 How quick to make the code? can my pc do it?

2 Do they say what the code does ( comments????)

2 Has any of you compared a code written manually and the one generated by these for the same application?

3 Can you simulate the code in KEIL.

4 is FLOWCODE v. good?

Parents
  • "use intelligent code generators"

    What intelligent code generators are you thinking of?
    What is their output ( C ? ASM? , Java?). The 8052 has limited language support.
    I have not used these products, but the 8052 has limited memory resources.
    And unless it supported them explicitly, you would still need to set up the timers UART and other hard ware register your self.

Reply
  • "use intelligent code generators"

    What intelligent code generators are you thinking of?
    What is their output ( C ? ASM? , Java?). The 8052 has limited language support.
    I have not used these products, but the 8052 has limited memory resources.
    And unless it supported them explicitly, you would still need to set up the timers UART and other hard ware register your self.

Children