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

How to download to the ADuC814 development board?

I'm using the ADuC814 board from Analog Devices. I've been able to run a program while using an emulator, but haven't been able to figure out the settings to be able to download to the microcontroller itself. Any help would be greatly appreciated.

Parents
  • The documentation that comes with the board, lays out how to go about programming the chip with an assembly program, which is what I have been doing up to this point. Unfortunately, the program requirements require more than 8-bit math and this is where using C would be helpful and would like to use the keil compiler. I don't know the software settings that need to be set in keil in order to download to the chip and how the process is done. Thanks for any info.

Reply
  • The documentation that comes with the board, lays out how to go about programming the chip with an assembly program, which is what I have been doing up to this point. Unfortunately, the program requirements require more than 8-bit math and this is where using C would be helpful and would like to use the keil compiler. I don't know the software settings that need to be set in keil in order to download to the chip and how the process is done. Thanks for any info.

Children