• 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....
  • 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...
  • How to set CP15 Control reg use cmd in mdk?
    I want to use cmd to set CP15 Control reg in *.ini script. Which cmd can I use?
  • 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...
  • #DEFINE and EXTRN NUMBER are incompatible ???
    Dear friends, Plz help me in solving this bad problem: PROBLEM DESCRIPTION: I have a number defined in C and I DONT want to alocate memory in 8051 for this number : #define myNumber 0x1234...