• Where and how we define :DEF:__EVAL and :DEF:__RTX
    Hi, I am looking at an example of project for Samsung board S3C440 using IDE Keil uVision v4.50.0.0 In S3C2440.S: file they are using symbol __EVAL as given below IF :DEF:__EVAL DCD 0x4000...
  • RTX MainThread def use case
    Hi Experts, I went through the CMSIS RTX code for Cortex-M and bit curious on the features & configurations. In that I could see osFeature_MainThread  macro is defined for the requirement of main thread...
  • Problem with importing .def file into project
    Hello, I have a project in IAR where is .def file and I need this project in Keil. So I am importinr file by file but the only problem is how to import .def. When I import this file it ask me to choose...
  • what is this?
    unsigned char cklf; SPICLK = 0; // Max SPI clock SPI_CTRL = 0x02; // Connect SPI controller to Radio // switch to 16MHz clock: RACSN = 0; SpiReadWrite(RRC | 0x09); cklf = SpiReadWrite...
  • whats rong with it
    hi friends, this is part of the code used to read the binary data from a motorola Oncore gps timing RX (they do/did a version that can output 10Khz as well). its got 4 errors so plz tell me what...