• linking error
    Hello everyone, I am using STM32F4xx controller for my project . I want to take the following array at fixed address as shown below: unsigned char buffer[2][770] __attribute__((at(0x20010000)));...
  • linking error
    I'm just learning RTOS myself, when i execute the bl51.exe from a command line c:\keil\c51\bin\bl51 task0.obj, rtx51tiny as i found it in keil rtx51 tiny User's Guide , the following error occured...
  • linking error
    I'm just learning RTOS myself, when i execute the bl51.exe from a command line c:\keil\c51\bin\bl51 task0.obj, rtx51tiny as i found it in keil rtx51 tiny User's Guide , the following error occured...
  • Linking errors
    Hi, I'm getting linking errors while building the application that I couldn't figure out the cause. I created a function x(&y, &z); which all the code in it is commented. from my main(),...
  • Link Error
    I am a beginner. I have my .c and .h files. With Archimedes I made a new project including all these .c files. Then I made Build All. I can see that each .c file is processed to make .obj file but at...