• 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...
  • ADuC814 based SPI sample code?
    What I try to do is to make a SPI communication by a pair of ADuC814. It's quite a simple structure, so that a master sends binary code to a slave. I need two sample routine, one is for transmitting...
  • Merge array
    Hello, My problem is that I want to merge 2 arrays to 1 array but I have errors when I build the program. void can_merge_16_32(u16_t part_a, u16_t part_b) { u32_t output = 0; u16_t i = 0; ...
  • merging coverage files
    I have a handful of people testing a program that needs full coverage testing. Is there any way of merging coverage data files to aggregate multiple files into one?
  • merge sorting will work in c8051f120?
    In c8051f120 controller, i use merge sorting technique of one of my application in a project. but problem is local variable acting as global variables within a function(auto keyword). following is a...