• st-link problem
    hi guys, I have a problem! I am tryin' to program a STM32F407VGT microcontroller, but when I connect the programmer the st-link debugger keeps sayin' "no st-link detected" . I have installed the...
  • header/source ... problem linking compilation
    Hi everyone, I want to program nucleo F091RC using STM32f0xx standard peripheral libraries. I included all the .h and .c files in my project and when I try to build my project, the only one error i...
  • Link Problem
    Hi I need to put some function in the first 8k area of my program. The function that i will put there is. START_MXB.asm Interrupt and my bootloader. This area should not be optmized and i don't...
  • Linking problem...
    Hello, I am sorry to bother you with this, really... I have adjusted my --libpath directive to point to "ARM\RV30\LIB\armlib" folder. However, when I link (using realview), I get the following error...
  • Link Problem
    I build a library with m functions, I called n (n<m) functions, How can I avoid the warning:"Uncall function"?