• Linker complains Undefined Symbol
    Hi, I have a c program that looks like bellow. In my main.c file, I have included: #include "test.h" main(){ test_init(); } in my test.h file, I have a declaration static void test_init(...
  • Why is uVision complaining about not finding an axf file when trying to flash a hex file?
    I need to flash a .hex file to my board. I followed the steps in this guide to achieve that but I'm getting: Error: Flash Download failed - Could not load file 'C:\Projects\MyBoard\MyFirmware.axf' ...
  • BIN file instead of Hexb
    Is there a way in Uvision3 to obtain a .bin file instead of the .hex file, as the executable file format?
  • __irq instead __fiq
    Hi, I am having the same error as this person described in this thread: http://www.keil.com/forum/15818/ Well it has been answered there, but my question is If i will use __irq instead of __fiq...
  • Programme through USB instead of Serial..
    I am using uvision2. May i know how can i programme my microcontroller through USB port instead of Serial port? What is the setting that i should perform? Please help Thank.