• locating arbitrary segments
    I have a program which compiles into N segments, where N >= 2. I need to locate all segments starting at a specific address. I know the names of the first two segments, but I don't know the names (or...
  • section will arbitrary address
    Can I specify to the linker to locate specific code/data in specific address (using assembly code). Instead of using; .section .ram, "awx" I like to specify the specific address (I need to do it...
  • Use uvision/ULINK2 to flash arbitrary bin file to 0x0
    So I have a project on an AT91FR40162S and I have been flashing the bootloader for my board over JTAG using the ULINK2 and MDK. This goes to 0x0 in flash and overwrites the Atmel supplied bootloader...
  • Constructing an arbitrary-frequency NCO/DDS waveform generator with CMSIS-DSP
    Hi all, I've been looking into this challenge for a couple of days, I figured now would be a good time for me to ask some questions on a forum like this. I have done some C++ programming in the past;...
  • How to link the binary file into HEX?
    Please help me! I want to place the binary files into flash memory as constants. How can I do it? Thank you.