[solved]-Using Program Called Freescale Code Warrior Create Following Program Picture C Program Lan Q39025741
Using a program called Freescale Code Warrior, I am to createthe following program in the picture below in C program language.he code has to work with a Dragon-12 microcontroller. Can someonehelp. Please.

Write a C program to do the followings You program should define three arrays such that Array1 has eight values: $01, $02, $03, $04, $05, $06, $07, $08 and Array2 has eight values: $11, $12, $13, $14, $15, $16, $17, $18, and Array3 has eight bytes reserved. The program reads DIP switches, then, does the followings 1. If the readings are exactly%00001001 $09, then, it will turn on LED3 and LEDO, and copy the data from Array1 to Array3, after copying data, your program is done 2. If the readings are exactly 10010000 $90, then, it will turn on LED7 and LED4, and copy the data from Array2 to Array3, after copying data, your program is done 3. If the readings are neither $09 nor $90, then, turn on all LEDS, and go back to read DIP switches repeatedly until one of the two correct readings above is available Note: The DIP switches on Dragon12-light boards are numbered 12345678 for bits 76543210. Show transcribed image text Write a C program to do the followings You program should define three arrays such that Array1 has eight values: $01, $02, $03, $04, $05, $06, $07, $08 and Array2 has eight values: $11, $12, $13, $14, $15, $16, $17, $18, and Array3 has eight bytes reserved. The program reads DIP switches, then, does the followings 1. If the readings are exactly%00001001 $09, then, it will turn on LED3 and LEDO, and copy the data from Array1 to Array3, after copying data, your program is done 2. If the readings are exactly 10010000 $90, then, it will turn on LED7 and LED4, and copy the data from Array2 to Array3, after copying data, your program is done 3. If the readings are neither $09 nor $90, then, turn on all LEDS, and go back to read DIP switches repeatedly until one of the two correct readings above is available Note: The DIP switches on Dragon12-light boards are numbered 12345678 for bits 76543210.
Expert Answer
Answer to Using a program called Freescale Code Warrior, I am to create the following program in the picture below in C program la… . . .
OR

