??? 07/31/09 11:24 Read: times |
#168064 - Intel AppBuilder and similar Responding to: ???'s previous message |
This application from Intel is for a list of microcontrollers and CPUs
like the 8051 series, even the 80386. The idea is to give an example code for basic structures of the system and to show the setup of included hardware like timers, ports, watchdog. This tool is very easy to use to get a general idea of how to construct parts of the program you are going to write. The MAIN program is up to the developer to include actions and configurations like the application needs to accomplish every small task and the overall control. Somtehing like this is the codearchitect from NXP for a range of MCUs. http://www.codearchitect.org/nxp/v2/ Also there is a similar application from IAR naned IAR makeApp that includes support for a lot of MCUs. K.L.Angelis |