• STM32F103RC Assembly Program link problem?
    I have written the following assembly program. It compiles without errors, but I get this warning: FirstTest.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections). The purpose...
  • STM32F103RC Assembly Program link problem?
    I have written the following assembly program. It compiles without errors, but I get this warning: FirstTest.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections). The purpose...
  • How to link with assembly file?
    I did a assembly file before. but i would like to link it with a C file. How should I do? thank you very much.
  • How to link with assembly file?
    I did a assembly file before. but i would like to link it with a C file. How should I do? thank you very much.
  • Problems with linked list and xdata
    I'm having a problem getting a linked list to work on Keil. I'm using an aduc842 microcontroller from Analog. Linked lists are something we do all the time in c and i'm baffled as to why i cant get it...