• Adding inline assembly in C Code
    Hi There are some instances when you need to call ARM Instructions in C Code. Best way is to use __asm { } . This is good when no issue is there. But some times, you get some error errot #1113 arm: inline...
  • Problem with linking : undefined symbols
    Hi all, I make my first steps on STM32F4-discovery. I want to create my own base project with Keil µVision V5 13.0.0 I created a blank project with some includes but when i want to compile i...
  • Problem with linking : undefined symbols
    Hi all, I make my first steps on STM32F4-discovery. I want to create my own base project with Keil µVision V5 13.0.0 I created a blank project with some includes but when i want to compile i...
  • SWI_TABLE import causes "Undefined symbol __SWI_0.." error
    Hi, I use a Toshiba TMPM330 on the starter Kit from Keil (so I use uVision 4). I want to use the RTX with my own defined SWI. According to the online manual, it should be sufficient to import...