• 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...
  • WHAT IS WRONG
    I HAVE THIS CODE AND NEED TO SAY WHAT IS WRONG HELP ME PLZ LD R0,#>RAMSAVE LD R1,#<RAMSAVE LDE R2,@RR0 LD SV0_RAM,R2 INCW RR0 LDE R2,@RR0 LD SV1_RAM,R2 INCW RR0 LDE R2,@RR0 LD TX_RAM,R2 JP LL9...