• ways to include header files
    I created a project with uVision3 and added all the necessary header files into the file group 'Header' by using Project - Components, Environment, Books . By compiling this project I got many similar...
  • Include binary files at an absolute address
    I've to include two binary files, one at address 0x2000 and other at 0x3000. These are absolute address in the CODE section. These files includes ARM cortex M0 firmwares which can be switched to using...
  • better way to include assembly function in c file
    i have big routine of division of 32/32 bit in assembly can we call as inline assembly or better to have separate assembly module pls send some example to use assembly routine in c file
  • Is there any way to add more DLL?
    Dear all, I's like to add some 'components' in debug mode. However, there is only one dll can be added. http://cu2ca.minidns.net/uploadimages/bin/dll.JPG Is it possible to have another 'component...
  • including uninterpreted binary data chunks in assembler
    I have a fairly small (~10kB), uncompressed audio file that I would like to include in ROM. The microcontroller is 8-bit 8051 compatible (AT89C55), and the audio file has 8-bit resolution so I can just...