• Keil uVersion2 Asambler
    Could anybody help me out... I'm in school and there is a task...we should mult. two hex. number in Keil uVersion2 Asampler and we will get an A if we resolve this problem... i know it simple for someone...
  • Newbie: how to link libraries?
    Dear all, This is my first project in Keil uVision and I have also little experience with embedded design. I would like to simulate some DSP code written in C++ on STM32F4 Discovery board. The code...
  • How to link if library changes?
    Hello, I'm using C166 V4.23 and µVision V2.31. My project includes a library that is built using another project. Usually, if I change a source-file and "Build Target", the modified files are compiled...
  • External linking ...
    I want to write 2 C51 programs, and they don't not run simulanesouly. One of the hex will reside at CODE area, the other will locate at XDATA area. Because the two hex file have some common...
  • can link to library
    I wrote a very simple routine , just call a standard function in c51s.lib ,such as rand(), then transfer it to a lib , then add lib to another project and call the function , but got a link error: fatel...