• Coverage?
    I established a project using uVision. All the file of my project is asm form. When I input the coverage command, always display the first file coverage information. How to get the other file coverage...
  • 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; ...
  • Merged Assembly Listings for ADuC814
    I am trying to use the Analog Devices ADuC QuickStart Kit with with a multi-module Assembly language program. The included debugger/downloader takes as its input a single .lst file with all references...
  • 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...
  • HOW TO MERGE THIS TYPE OF DATA INTO FILE
    HI all iam working cygnal microcontrollers .From the console iam sending text file to the controller through uart transmission.The data in the text file is written into controller external memory. ...