• EXTRN NUMBER () in C
    here is the solution about the question in thread http://www.keil.com/forum/msgpage.asp?MsgID=4407 ;ASM-File 1 ... public SYMBOL SYMBOL equ 5 ... ;ASM-File 2 ... extrn number (SYMBOL) ......
  • Help On A51 EXTRN Directive
    I create a C51 project and write just one A51 subroutine(for speed).I define some SFR in the header file just like sbit FLASH_CS = P1^1; sbit A19 = P3^5; sbit A18 = P3^4; sbit A17 = P3^3; sbit A16...
  • please help with incompatible arguments
    Hello, I am using uvision3 with realview compiler. I am busy working on an open source code, which was originally designed for an environment like visual studio. The program compiles fine there....
  • EC++ and priority keyword incompatibility
    Hello, Is it normal that EC++ won't compile properly if a variable is called "priority" or "_priority"? Example: unsigned int priority = 1; unsigned int _priority = 1; Won't compile. I...
  • RTX5 and Flash Filesystem incompatibility?
    Hi all, I have a STM32F103C8T6 board with microSD connected to the SPI2 and all the software components are CMSIS compatible. I'm using the cmsis flash filesystem to write a file to the SD card via...