• Debugging in real time using strictly uVision 4?
    Hello, I have a pretty simple question, that I've searched too much to know that it would be easier to just ask here. I want to know if there's any way I can use the Debug Session in my ARM7 program...
  • Problem with snprintf with float and at attribute
    Hi, I have an project that use snprintf to convert float to string. The project works perfectly. But when I place line: const unsigned int Protect __attribute__((at (0x1FC))) = 0x12345678; the...
  • File attribute
    Hi all, I'm using the Keil file system on STR912 to write in SD card. My program is very simply : I create file with "fopen" function then I write in SD using "fwrite" function and finally I...
  • Object attributes not compatible with the provided cpu and fpu attributes
    Hi, I am having another issue here, wish to get some help. I have some object code built by TI tool, cl470 for ARM7, when I include the objects in the uVision project and compiled, the Keil tool...
  • The "weak attribute" usage problem
    Hi, I'm trying to use the weak attribute for the some public API definition to replace once the real APIs were NOT linked. The step I did is like below: 1. Put kinds of components APIs /w weak attribute...